description/proof of that for linearly-ordered set and \(2\) elements, element is equal to or smaller than 1st element and is equal to or smaller than 2nd element iff element is equal to or smaller than minimum 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 or smaller than the 1st element and is equal to or smaller than the 2nd element if and only if the element is equal to or smaller than the minimum 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_2\): \(\in S\)
\(s'_2\): \(\in S\)
\(s\): \(\in S\)
//
Statements:
\(s \le s_2 \land s \le s'_2\)
\(\iff\)
\(s \le Min (\{s_2, s'_2\})\)
//
2: Proof
Whole Strategy: Step 1: suppose that \(s \le s_2 \land s \le s'_2\); Step 2: see that \(s \le Min (\{s_2, s'_2\})\); Step 3: suppose that \(s \le Min (\{s_2, s'_2\})\); Step 4: see that \(s \le s_2 \land s \le s'_2\).
Step 1:
Let us suppose that \(s \le s_2 \land s \le s'_2\).
Step 2:
\(Min (\{s_2, s'_2\}) = s_2 \text{ or } s'_2\).
When \(Min (\{s_2, s'_2\}) = s_2\), \(s \le s_2 = Min (\{s_2, s'_2\})\).
When \(Min (\{s_2, s'_2\}) = s'_2\), \(s \le s'_2 = Min (\{s_2, s'_2\})\).
So, \(s \le Min (\{s_2, s'_2\})\), anyway.
Step 3:
Let us suppose that \(s \le Min (\{s_2, s'_2\})\).
Step 4:
\(s \le Min (\{s_2, s'_2\}) \le s_2, s'_2\).
So, \(s \le s_2 \land s \le s'_2\).