Step * of Lemma sum-of-three-cubes-iff-3

k:ℕ
  (∃a,b,c:ℤ(((a a) (b b) (c c)) k ∈ ℤ)
  ⇐⇒ ∃d:ℕ. ∃e:ℤ((∃c:ℤ(((d e) k) (c c) ∈ ℤ)) ∧ (∃n:ℕ(((4 e) d) (3 n) ∈ ℤ))))
BY
(InstLemma `sum-of-three-cubes-iff-2` [] THEN RepeatFor (ParallelLast') THEN ExRepD) }

1
1. : ℕ
2. : ℤ
3. : ℤ
4. c1 : ℤ
5. ((a a) (b b) (c1 c1 c1)) k ∈ ℤ
6. : ℤ
7. ((c c) k ∈ ℤ)
∨ (∃d:ℕ
    ((¬(d 0 ∈ ℤ))
    ∧ ((k rem d) 0 ∈ ℤ)
    ∧ (∃n:ℕ(((4 ((k c) ÷ d)) d) (3 n) ∈ ℤ))))
⊢ ∃d:ℕ. ∃e:ℤ((∃c:ℤ(((d e) k) (c c) ∈ ℤ)) ∧ (∃n:ℕ(((4 e) d) (3 n) ∈ ℤ)))

2
1. : ℕ
2. : ℕ
3. : ℤ
4. : ℤ
5. ((d e) k) (c c) ∈ ℤ
6. : ℕ
7. ((4 e) d) (3 n) ∈ ℤ
⊢ ∃c:ℤ
   (((c c) k ∈ ℤ)
   ∨ (∃d:ℕ
       ((¬(d 0 ∈ ℤ))
       ∧ ((k rem d) 0 ∈ ℤ)
       ∧ (∃n:ℕ(((4 ((k c) ÷ d)) d) (3 n) ∈ ℤ)))))


Latex:


Latex:
\mforall{}k:\mBbbN{}
    (\mexists{}a,b,c:\mBbbZ{}.  (((a  *  a  *  a)  +  (b  *  b  *  b)  +  (c  *  c  *  c))  =  k)
    \mLeftarrow{}{}\mRightarrow{}  \mexists{}d:\mBbbN{}
              \mexists{}e:\mBbbZ{}.  ((\mexists{}c:\mBbbZ{}.  (((d  *  e)  -  k)  =  (c  *  c  *  c)))  \mwedge{}  (\mexists{}n:\mBbbN{}.  (((4  *  e)  -  d  *  d)  =  (3  *  n  *  n)))))


By


Latex:
(InstLemma  `sum-of-three-cubes-iff-2`  []  THEN  RepeatFor  2  (ParallelLast')  THEN  ExRepD)




Home Index