Step * 1 2 1 of Lemma better-gcd-gcd


1. : ℤ
2. 0 < d
3. ∀y:ℤ(|y| <  (∀x:ℤ(better-gcd(x;y) gcd(x;y) ∈ ℤ)))
4. : ℤ
5. |y| < d
6. : ℤ
7. ¬(y 0 ∈ ℤ)
8. ¬(y 0 ∈ ℤ)
⊢ better-gcd(y;x rem y) gcd(y;x rem y) ∈ ℤ
BY
(InstLemma `rem_bounds_z` [⌜x⌝;⌜y⌝]⋅ THEN Auto') }


Latex:


Latex:

1.  d  :  \mBbbZ{}
2.  0  <  d
3.  \mforall{}y:\mBbbZ{}.  (|y|  <  d  -  1  {}\mRightarrow{}  (\mforall{}x:\mBbbZ{}.  (better-gcd(x;y)  =  gcd(x;y))))
4.  y  :  \mBbbZ{}
5.  |y|  <  d
6.  x  :  \mBbbZ{}
7.  \mneg{}(y  =  0)
8.  \mneg{}(y  =  0)
\mvdash{}  better-gcd(y;x  rem  y)  =  gcd(y;x  rem  y)


By


Latex:
(InstLemma  `rem\_bounds\_z`  [\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{}]\mcdot{}  THEN  Auto')




Home Index