Step
*
1
1
2
1
of Lemma
rmin-positive
.....wf..... 
1. x : ℝ
2. y : ℝ
3. n1 : ℕ+
4. ∀m:ℕ+. ((n1 ≤ m) 
⇒ (m ≤ (n1 * (x m))))
5. n : ℕ+
6. ¬(n1 ≤ n)
7. ∀m:ℕ+. ((n ≤ m) 
⇒ (m ≤ (n * (y m))))
8. m : ℕ+
9. ¬((x m) ≤ (y m))
10. imax(n1;n) ≤ m
11. n1 ≤ m
12. n ≤ m
13. n1 ≤ m
14. n ≤ m
15. m ≤ (n * (y m))
16. m ≤ (n1 * (x m))
17. n ≤ n1
⊢ y m ∈ ℕ
BY
{ (MemTypeCD THEN Auto THEN (SupposeNot THENA Auto) THEN (Assert y m < 0 BY Auto) THEN Mul ⌜n⌝ (-1)⋅ THEN Auto) }
Latex:
Latex:
.....wf..... 
1.  x  :  \mBbbR{}
2.  y  :  \mBbbR{}
3.  n1  :  \mBbbN{}\msupplus{}
4.  \mforall{}m:\mBbbN{}\msupplus{}.  ((n1  \mleq{}  m)  {}\mRightarrow{}  (m  \mleq{}  (n1  *  (x  m))))
5.  n  :  \mBbbN{}\msupplus{}
6.  \mneg{}(n1  \mleq{}  n)
7.  \mforall{}m:\mBbbN{}\msupplus{}.  ((n  \mleq{}  m)  {}\mRightarrow{}  (m  \mleq{}  (n  *  (y  m))))
8.  m  :  \mBbbN{}\msupplus{}
9.  \mneg{}((x  m)  \mleq{}  (y  m))
10.  imax(n1;n)  \mleq{}  m
11.  n1  \mleq{}  m
12.  n  \mleq{}  m
13.  n1  \mleq{}  m
14.  n  \mleq{}  m
15.  m  \mleq{}  (n  *  (y  m))
16.  m  \mleq{}  (n1  *  (x  m))
17.  n  \mleq{}  n1
\mvdash{}  y  m  \mmember{}  \mBbbN{}
By
Latex:
(MemTypeCD
  THEN  Auto
  THEN  (SupposeNot  THENA  Auto)
  THEN  (Assert  y  m  <  0  BY
                          Auto)
  THEN  Mul  \mkleeneopen{}n\mkleeneclose{}  (-1)\mcdot{}
  THEN  Auto)
Home
Index