Basic confusion about a linear order.

  • Thread starter Thread starter gottfried
  • Start date Start date
  • Tags Tags
    Confusion Linear
AI Thread Summary
A total order on a set requires three conditions: antisymmetry, transitivity, and totality. Antisymmetry is crucial because it ensures that if two elements are related in both directions, they must be equal. The discussion clarifies that totality means for any two elements, at least one must be related, which differs from everyday usage of "or." An example with the set {1,2} illustrates that while transitivity and totality can hold, antisymmetry is necessary to maintain the integrity of the order. Understanding the mathematical definition of "or" as inclusive is essential for interpreting such concepts correctly.
gottfried
Messages
118
Reaction score
0
According to wikipedia a total order ≤ on a set X is one such that
If a ≤ b and b ≤ a then a = b (antisymmetry);
If a ≤ b and b ≤ c then a ≤ c (transitivity);
a ≤ b or b ≤ a (totality).

I'm wondering why antisymmetry is a condition since, as far as I can see, totality discounts antisymmetry. So suppose I'm trying to prove that R is a total order would it be sufficient to prove only transitivity and totality?
 
Physics news on Phys.org
Consider the set ##X=\{1,2\}##. Define the order relation ##1<2## and ##2<1##. This is transitive and total, but not anti-symmetric. So anti-symmetry is not a void condition.
 
Why is that total?
 
Total means that for each two elements ##a## and ##b##, we have ##a\leq b## or ##b\leq a##.

There are four choices here:
Either ##a=1## and ##b=1##, then ##1\leq 1## holds since ##1=1##.
or ##a=2## and ##b=2##, then ##2\leq 2## holds since ##2=2##.
or ##a=1## and ##b=2##, then ##1\leq 2## holds since ##1<2## (##2\leq 1## holds as well, but that's not needed)
or ##a=2## and ##b=1##, then ##1\leq 2## holds since ##1<2## (##2\leq 1## holds as well, but that's not needed)
 
I see. I was under the impression total meant one or the other rather than atleast one or the other.
 
gottfried said:
I see. I was under the impression total meant one or the other rather than atleast one or the other.

Aaah, that explains it!

This is very important. If you see the word "or" in a mathematics text than that almost always means at least one or the other. This is contrast with our daily life where "or" means that both can't occur. Keep this in mind when reading a math text or article!

The "or" from our daily life is occasionaly written as xor and means the exclusive or.
 
Cool, that is a very good thing to know.
 

Similar threads

Replies
35
Views
4K
Replies
1
Views
2K
Replies
28
Views
6K
Replies
2
Views
2K
Replies
18
Views
3K
Replies
22
Views
5K
Back
Top