Step
*
1
1
2
1
1
of Lemma
implies-sum-of-two-squares
1. n : ℕ
2. ∀n:ℕn. ∀x:ℕ.  (0 < x 
⇒ (∃w,y:ℤ. ((n * x * x) = ((w * w) + (y * y)) ∈ ℤ)) 
⇒ (∃a,b:ℤ. (n = ((a * a) + (b * b)) ∈ ℤ)))
3. x : ℕ
4. ∀x:ℕx. (0 < x 
⇒ (∃w,y:ℤ. ((n * x * x) = ((w * w) + (y * y)) ∈ ℤ)) 
⇒ (∃a,b:ℤ. (n = ((a * a) + (b * b)) ∈ ℤ)))
5. 0 < x
6. w : ℤ
7. y : ℤ
8. (n * x * x) = ((w * w) + (y * y)) ∈ ℤ
9. ¬(n = 0 ∈ ℤ)
10. d : ℕ
11. d | n
12. 2 ≤ d
13. c : ℤ
14. n = ((d * d) * c) ∈ ℤ
15. (d * 2) ≤ (d * d)
16. ¬(c ≤ 0)
17. ¬(n ≤ c)
⊢ (c * (d * x) * d * x) = ((w * w) + (y * y)) ∈ ℤ
BY
{ (RevHypSubst' 8 0 THEN Eliminate ⌜n⌝⋅ THEN Auto) }
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  \mforall{}n:\mBbbN{}n.  \mforall{}x:\mBbbN{}.
          (0  <  x  {}\mRightarrow{}  (\mexists{}w,y:\mBbbZ{}.  ((n  *  x  *  x)  =  ((w  *  w)  +  (y  *  y))))  {}\mRightarrow{}  (\mexists{}a,b:\mBbbZ{}.  (n  =  ((a  *  a)  +  (b  *  b)))))
3.  x  :  \mBbbN{}
4.  \mforall{}x:\mBbbN{}x
          (0  <  x  {}\mRightarrow{}  (\mexists{}w,y:\mBbbZ{}.  ((n  *  x  *  x)  =  ((w  *  w)  +  (y  *  y))))  {}\mRightarrow{}  (\mexists{}a,b:\mBbbZ{}.  (n  =  ((a  *  a)  +  (b  *  b)))))
5.  0  <  x
6.  w  :  \mBbbZ{}
7.  y  :  \mBbbZ{}
8.  (n  *  x  *  x)  =  ((w  *  w)  +  (y  *  y))
9.  \mneg{}(n  =  0)
10.  d  :  \mBbbN{}
11.  d  |  n
12.  2  \mleq{}  d
13.  c  :  \mBbbZ{}
14.  n  =  ((d  *  d)  *  c)
15.  (d  *  2)  \mleq{}  (d  *  d)
16.  \mneg{}(c  \mleq{}  0)
17.  \mneg{}(n  \mleq{}  c)
\mvdash{}  (c  *  (d  *  x)  *  d  *  x)  =  ((w  *  w)  +  (y  *  y))
By
Latex:
(RevHypSubst'  8  0  THEN  Eliminate  \mkleeneopen{}n\mkleeneclose{}\mcdot{}  THEN  Auto)
Home
Index