Step * 2 of Lemma square-rge-1-iff


1. ∀x:ℝ(x^2 ≤ r1 ⇐⇒ |x| ≤ r1)
2. : ℝ
3. (x^2 ≤ r1)  (|x| ≤ r1)
4. (x^2 ≤ r1)  |x| ≤ r1
5. r1 ≤ |x|
6. x^2 < r1
⊢ False
BY
(Assert |x| r1 BY
         (BLemma `rleq_antisymmetry` THEN Auto)) }

1
1. ∀x:ℝ(x^2 ≤ r1 ⇐⇒ |x| ≤ r1)
2. : ℝ
3. (x^2 ≤ r1)  (|x| ≤ r1)
4. (x^2 ≤ r1)  |x| ≤ r1
5. r1 ≤ |x|
6. x^2 < r1
7. |x| r1
⊢ False


Latex:


Latex:

1.  \mforall{}x:\mBbbR{}.  (x\^{}2  \mleq{}  r1  \mLeftarrow{}{}\mRightarrow{}  |x|  \mleq{}  r1)
2.  x  :  \mBbbR{}
3.  (x\^{}2  \mleq{}  r1)  {}\mRightarrow{}  (|x|  \mleq{}  r1)
4.  (x\^{}2  \mleq{}  r1)  \mLeftarrow{}{}  |x|  \mleq{}  r1
5.  r1  \mleq{}  |x|
6.  x\^{}2  <  r1
\mvdash{}  False


By


Latex:
(Assert  |x|  =  r1  BY
              (BLemma  `rleq\_antisymmetry`  THEN  Auto))




Home Index