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

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

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

2
1. : ℕ
2. : ℕ
3. : ℕ
4. ((d d) (3 n) rem 4) 0 ∈ ℤ
5. : ℤ
6. ((d (((d d) (3 n)) ÷ 4)) k) (c c) ∈ ℤ
⊢ ∃d:ℕ. ∃e:ℤ((∃c:ℤ(((d e) k) (c c) ∈ ℤ)) ∧ (∃n:ℕ(((4 e) 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,n:\mBbbN{}
              ((((d  *  d)  +  (3  *  n  *  n)  rem  4)  =  0)
              \mwedge{}  (\mexists{}c:\mBbbZ{}.  (((d  *  (((d  *  d)  +  (3  *  n  *  n))  \mdiv{}  4))  -  k)  =  (c  *  c  *  c)))))


By


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




Home Index