Step * 1 2 1 1 2 2 1 1 of Lemma irrational-sqrt-number-lemma


1. : ℕ
2. ∀a:ℤ. ∀b:ℕ+.  (((a a) (n b) ∈ ℤ (∀p:ℤ(prime(p)  (p b)  (p a))))
3. : ℕ
4. ∀x:ℕx. ((1 ≤ x)  (∀a:ℤ(((a a) (n x) ∈ ℤ (∃m:ℕ1. ((m m) n ∈ ℤ)))))
5. 1 ≤ x
6. : ℤ
7. (a a) (n x) ∈ ℤ
8. ¬(x 1 ∈ ℤ)
9. {2...}
10. prime(p)
11. : ℤ
12. (p c) ∈ ℤ
13. c1 : ℤ
14. (p c1) ∈ ℤ
⊢ 0 ≤ c
BY
(Mul ⌜p⌝ 0⋅ THEN Auto')⋅ }


Latex:


Latex:

1.  n  :  \mBbbN{}
2.  \mforall{}a:\mBbbZ{}.  \mforall{}b:\mBbbN{}\msupplus{}.    (((a  *  a)  =  (n  *  b  *  b))  {}\mRightarrow{}  (\mforall{}p:\mBbbZ{}.  (prime(p)  {}\mRightarrow{}  (p  |  b)  {}\mRightarrow{}  (p  |  a))))
3.  x  :  \mBbbN{}
4.  \mforall{}x:\mBbbN{}x.  ((1  \mleq{}  x)  {}\mRightarrow{}  (\mforall{}a:\mBbbZ{}.  (((a  *  a)  =  (n  *  x  *  x))  {}\mRightarrow{}  (\mexists{}m:\mBbbN{}n  +  1.  ((m  *  m)  =  n)))))
5.  1  \mleq{}  x
6.  a  :  \mBbbZ{}
7.  (a  *  a)  =  (n  *  x  *  x)
8.  \mneg{}(x  =  1)
9.  p  :  \{2...\}
10.  prime(p)
11.  c  :  \mBbbZ{}
12.  x  =  (p  *  c)
13.  c1  :  \mBbbZ{}
14.  a  =  (p  *  c1)
\mvdash{}  0  \mleq{}  c


By


Latex:
(Mul  \mkleeneopen{}p\mkleeneclose{}  0\mcdot{}  THEN  Auto')\mcdot{}




Home Index