Step * 1 1 of Lemma better-gcd-gcd


1. : ℤ
2. : ℤ
3. |y| < 0
4. : ℤ
⊢ better-gcd(x;y) gcd(x;y) ∈ ℤ
BY
((Assert 0 ≤ |y| BY Auto) THEN Auto) }


Latex:


Latex:

1.  d  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  |y|  <  0
4.  x  :  \mBbbZ{}
\mvdash{}  better-gcd(x;y)  =  gcd(x;y)


By


Latex:
((Assert  0  \mleq{}  |y|  BY  Auto)  THEN  Auto)




Home Index