Step * 1 1 2 1 of Lemma egyptian-fraction

.....assertion..... 
1. : ℕ
2. ∀a1:ℕa. ∀b:ℕ.  ((0 ≤ a1)  a1 <  (∃L:ℕ+ List [((a1/b) = Σ0 ≤ i < ||L||. (1/L[i]) ∈ ℚ)]))
3. ¬(a 0 ∈ ℤ)
4. : ℕ
5. 0 ≤ a
6. a < b
⊢ ∃n:ℕ((b ≤ (a n)) ∧ n < b)
BY
xxx((InstLemma `div_rem_sum` [⌜b⌝;⌜a⌝]⋅ THENA Auto) THEN (InstLemma `rem_bounds_1` [⌜b⌝;⌜a⌝]⋅ THENA Auto))xxx }

1
1. : ℕ
2. ∀a1:ℕa. ∀b:ℕ.  ((0 ≤ a1)  a1 <  (∃L:ℕ+ List [((a1/b) = Σ0 ≤ i < ||L||. (1/L[i]) ∈ ℚ)]))
3. ¬(a 0 ∈ ℤ)
4. : ℕ
5. 0 ≤ a
6. a < b
7. (((b ÷ a) a) (b rem a)) ∈ ℤ
8. (0 ≤ (b rem a)) ∧ rem a < a
⊢ ∃n:ℕ((b ≤ (a n)) ∧ n < b)


Latex:


Latex:
.....assertion..... 
1.  a  :  \mBbbN{}
2.  \mforall{}a1:\mBbbN{}a.  \mforall{}b:\mBbbN{}.    ((0  \mleq{}  a1)  {}\mRightarrow{}  a1  <  b  {}\mRightarrow{}  (\mexists{}L:\mBbbN{}\msupplus{}  List  [((a1/b)  =  \mSigma{}0  \mleq{}  i  <  ||L||.  (1/L[i]))]))
3.  \mneg{}(a  =  0)
4.  b  :  \mBbbN{}
5.  0  \mleq{}  a
6.  a  <  b
\mvdash{}  \mexists{}n:\mBbbN{}.  ((b  \mleq{}  (a  *  n))  \mwedge{}  a  *  n  <  a  +  b)


By


Latex:
xxx((InstLemma  `div\_rem\_sum`  [\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{}]\mcdot{}  THENA  Auto)
        THEN  (InstLemma  `rem\_bounds\_1`  [\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{}]\mcdot{}  THENA  Auto)
        )xxx




Home Index