Step
*
1
1
2
2
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)
18. ∃a,b:ℤ. (c = ((a * a) + (b * b)) ∈ ℤ)
⊢ ∃a,b:ℤ. (n = ((a * a) + (b * b)) ∈ ℤ)
BY
{ (ExRepD THEN InstConcl [⌜d * a⌝;⌜d * b⌝]⋅ THEN Auto) }
1
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)
18. a : ℤ
19. b : ℤ
20. c = ((a * a) + (b * b)) ∈ ℤ
⊢ n = (((d * a) * d * a) + ((d * b) * d * b)) ∈ ℤ
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)
18.  \mexists{}a,b:\mBbbZ{}.  (c  =  ((a  *  a)  +  (b  *  b)))
\mvdash{}  \mexists{}a,b:\mBbbZ{}.  (n  =  ((a  *  a)  +  (b  *  b)))
By
Latex:
(ExRepD  THEN  InstConcl  [\mkleeneopen{}d  *  a\mkleeneclose{};\mkleeneopen{}d  *  b\mkleeneclose{}]\mcdot{}  THEN  Auto)
Home
Index