description/proof of that for linearly-ordered set and \(2\) elements, element is equal to larger than 1st element and is equal to larger than 2nd element iff element is equal to larger than maximum of \(2\) elements
Topics
About: set
The table of contents of this article
Starting Context
- The reader knows a definition of linearly-ordered set.
Target Context
- The reader will have a description and a proof of the proposition that for any linearly-ordered set and any \(2\) elements, any element is equal to larger than the 1st element and is equal to larger than the 2nd element if and only if the element is equal to larger than the maximum of the \(2\) elements.
Orientation
There is a list of definitions discussed so far in this site.
There is a list of propositions discussed so far in this site.
Main Body
1: Structured Description
Here is the rules of Structured Description.
Entities:
\(S\): \(\in \{\text{ the linearly-ordered sets }\}\)
\(s_1\): \(\in S\)
\(s'_1\): \(\in S\)
\(s\): \(\in S\)
//
Statements:
\(s_1 \le s \land s'_1 \le s\)
\(\iff\)
\(Max (\{s_1, s'_1\}) \le s\)
//
2: Proof
Whole Strategy: Step 1: suppose that \(s_1 \le s \land s'_1 \le s\); Step 2: see that \(Max (\{s_1, s'_1\}) \le s\); Step 3: suppose that \(Max (\{s_1, s'_1\}) \le s\); Step 4: see that \(s_1 \le s \land s'_1 \le s\).
Step 1:
Let us suppose that \(s_1 \le s \land s'_1 \le s\).
Step 2:
\(Max (\{s_1, s'_1\}) = s_1 \text{ or } s'_1\).
When \(Max (\{s_1, s'_1\}) = s_1\), \(Max (\{s_1, s'_1\}) = s_1 \le s\).
When \(Max (\{s_1, s'_1\}) = s'_1\), \(Max (\{s_1, s'_1\}) = s'_1 \le s\).
So, \(Max (\{s_1, s'_1\}) \le s\), anyway.
Step 3:
Let us suppose that \(Max (\{s_1, s'_1\}) \le s\).
Step 4:
\(s_1, s'_1 \le Max (\{s_1, s'_1\}) \le s\).
So, \(s_1 \le s \land s'_1 \le s\).