Step
*
1
2
1
1
2
of Lemma
gcd-properties
1. k : ℕ
2. a : ℤ
3. b : ℤ
4. b ≠ 0
5. |b| ≤ k
6. |a rem b| < |b|
7. c : ℤ
8. (c * gcd(b;a rem b)) = b ∈ ℤ
9. d : ℤ
10. (d * gcd(b;a rem b)) = (a rem b) ∈ ℤ
11. s : ℤ
12. t : ℤ
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))) ∈ ℤ
⊢ ∃d:ℤ. ((d * gcd(b;a rem b)) = b ∈ ℤ)
BY
{ 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{}d:\mBbbZ{}.  ((d  *  gcd(b;a  rem  b))  =  b)
By
Latex:
Auto
Home
Index