Step * 1 of Lemma better-gcd-gcd

.....assertion..... 
1. : ℤ
2. : ℤ
⊢ ∀d:ℕ. ∀y:ℤ.  (|y| <  (∀x:ℤ(better-gcd(x;y) gcd(x;y) ∈ ℤ)))
BY
TACTIC:(RepeatFor (Thin (-1)) THEN InductionOnNat THEN Auto) }

1
1. : ℤ
2. : ℤ
3. |y| < 0
4. : ℤ
⊢ better-gcd(x;y) gcd(x;y) ∈ ℤ

2
1. : ℤ
2. 0 < d
3. ∀y:ℤ(|y| <  (∀x:ℤ(better-gcd(x;y) gcd(x;y) ∈ ℤ)))
4. : ℤ
5. |y| < d
6. : ℤ
⊢ better-gcd(x;y) gcd(x;y) ∈ ℤ


Latex:


Latex:
.....assertion..... 
1.  y  :  \mBbbZ{}
2.  x  :  \mBbbZ{}
\mvdash{}  \mforall{}d:\mBbbN{}.  \mforall{}y:\mBbbZ{}.    (|y|  <  d  {}\mRightarrow{}  (\mforall{}x:\mBbbZ{}.  (better-gcd(x;y)  =  gcd(x;y))))


By


Latex:
TACTIC:(RepeatFor  2  (Thin  (-1))  THEN  InductionOnNat  THEN  Auto)




Home Index