Step * 1 2 of Lemma divides-iff-gcd

.....falsecase..... 
1. : ℤ@i
2. : ℤ@i
3. y@i
4. ¬(x 0 ∈ ℤ)
⊢ gcd(x;y rem x) x ∈ ℤ
BY
(RecUnfold `gcd` THEN SplitOnConclITE THEN Auto) }

1
.....falsecase..... 
1. : ℤ@i
2. : ℤ@i
3. y@i
4. ¬(x 0 ∈ ℤ)
5. ¬((y rem x) 0 ∈ ℤ)
⊢ gcd(y rem x;x rem rem x) x ∈ ℤ


Latex:


Latex:
.....falsecase..... 
1.  x  :  \mBbbZ{}@i
2.  y  :  \mBbbZ{}@i
3.  x  |  y@i
4.  \mneg{}(x  =  0)
\mvdash{}  gcd(x;y  rem  x)  =  x


By


Latex:
(RecUnfold  `gcd`  0  THEN  SplitOnConclITE  THEN  Auto)




Home Index