Step * 1 2 1 1 3 of Lemma gcd-properties


1. : ℕ
2. : ℤ
3. : ℤ
4. b ≠ 0
5. |b| ≤ k
6. |a rem b| < |b|
7. : ℤ
8. (c gcd(b;a rem b)) b ∈ ℤ
9. : ℤ
10. (d gcd(b;a rem b)) (a rem b) ∈ ℤ
11. : ℤ
12. : ℤ
13. gcd(b;a rem b) ((s b) (t (a rem b))) ∈ ℤ
14. gcd(b;a rem b) ((s b) (t (a (a ÷ b) b))) ∈ ℤ
⊢ ∃s,t:ℤ(gcd(b;a rem b) ((s a) (t b)) ∈ ℤ)
BY
(InstConcl [⌜t⌝;⌜(a ÷ b)⌝]⋅ THEN Auto) }


Latex:


Latex:

1.  k  :  \mBbbN{}
2.  a  :  \mBbbZ{}
3.  b  :  \mBbbZ{}
4.  b  \mneq{}  0
5.  |b|  \mleq{}  k
6.  |a  rem  b|  <  |b|
7.  c  :  \mBbbZ{}
8.  (c  *  gcd(b;a  rem  b))  =  b
9.  d  :  \mBbbZ{}
10.  (d  *  gcd(b;a  rem  b))  =  (a  rem  b)
11.  s  :  \mBbbZ{}
12.  t  :  \mBbbZ{}
13.  gcd(b;a  rem  b)  =  ((s  *  b)  +  (t  *  (a  rem  b)))
14.  gcd(b;a  rem  b)  =  ((s  *  b)  +  (t  *  (a  -  (a  \mdiv{}  b)  *  b)))
\mvdash{}  \mexists{}s,t:\mBbbZ{}.  (gcd(b;a  rem  b)  =  ((s  *  a)  +  (t  *  b)))


By


Latex:
(InstConcl  [\mkleeneopen{}t\mkleeneclose{};\mkleeneopen{}s  -  t  *  (a  \mdiv{}  b)\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index