2026-08-16

1938: 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

<The previous article in this series | The table of contents of this series | The next article in this series>

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



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\).


References


<The previous article in this series | The table of contents of this series | The next article in this series>