Step * 1 2 1 1 1 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))) ∈ ℤ
⊢ ∃c:ℤ((c gcd(b;a rem b)) a ∈ ℤ)
BY
((InstLemma `div_rem_sum` [⌜a⌝;⌜b⌝]⋅ THENA Auto)
   THEN (With ⌜((a ÷ b) c) d⌝ (D 0)⋅ THENA Auto)
   THEN Symmetry
   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{}c:\mBbbZ{}.  ((c  *  gcd(b;a  rem  b))  =  a)


By


Latex:
((InstLemma  `div\_rem\_sum`  [\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  (With  \mkleeneopen{}((a  \mdiv{}  b)  *  c)  +  d\mkleeneclose{}  (D  0)\mcdot{}  THENA  Auto)
  THEN  Symmetry
  THEN  Auto)




Home Index