Step
*
2
1
1
1
1
of Lemma
three-cubes-lemma
1. d : ℤ
2. n : ℕ
3. k : ℤ
4. ((n * n) + (d * d)) = (2 * k) ∈ ℤ
5. n2 : ℤ
6. n = (2 * n2) ∈ ℤ
7. n1 : ℤ
8. d = (2 * n1) ∈ ℤ
⊢ ∃z:ℤ. ((d + n) = (2 * z) ∈ ℤ)
BY
{ (D 0 With ⌜n1 + n2⌝  THEN Auto) }
Latex:
Latex:
1.  d  :  \mBbbZ{}
2.  n  :  \mBbbN{}
3.  k  :  \mBbbZ{}
4.  ((n  *  n)  +  (d  *  d))  =  (2  *  k)
5.  n2  :  \mBbbZ{}
6.  n  =  (2  *  n2)
7.  n1  :  \mBbbZ{}
8.  d  =  (2  *  n1)
\mvdash{}  \mexists{}z:\mBbbZ{}.  ((d  +  n)  =  (2  *  z))
By
Latex:
(D  0  With  \mkleeneopen{}n1  +  n2\mkleeneclose{}    THEN  Auto)
Home
Index