2026-08-09

1920: For Linearly-Ordered Set and \(2\) Elements, if Each Element That Is Smaller than 1st Element Is Smaller than 2nd Element, 1st Element Is Equal to or Smaller than 2nd Element

<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, if each element that is smaller than 1st element is smaller than 2nd element, 1st element is equal to or smaller than 2nd element

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, if each element that is smaller than the 1st element is smaller than the 2nd element, the 1st element is equal to or smaller than the 2nd element.

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 }\}\), with any linear ordering, \(\lt\)
\(s_1\): \(\in S\)
\(s_2\): \(\in S\)
//

Statements:
\(\forall s \in S \text{ such that } s \lt s_1 (s \lt s_2)\)
\(\implies\)
\(s_1 \le s_2\)
//


2: Note


Compare with the proposition that any real number is equal to or smaller than any another real number if it is equal to or smaller than the latter number plus any positive real number, which requires only \(r_1 \le r_2 + \epsilon\), while this proposition requires that \(s \lt s_2\): \(s \le s_2\) is not enough.

For example, let \(S = \mathbb{Z}\) with the canonical ordering, \(s_1 = 1\), and \(s_2 = 0\), then, for each \(s \lt s_1\), \(s \le s_2\), but "\(s_1 \le s_2\)" does not hold.


3: Proof


Whole Strategy: Step 1: suppose that \(s_2 \lt s_1\), and find a contradiction.

Step 1:

Let us suppose that \(s_2 \lt s_1\).

\(s_2 \lt s_2\), by the supposition, a contradiction.

So, \(s_1 \le s_2\).


References


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