Step
*
1
of Lemma
bezout_ident
1. a : ℤ@i
2. b : ℤ@i
3. 0 ≤ b
⊢ ∃u,v:ℤ. GCD(a;b;(u * a) + (v * b))
BY
{ (BLemma `bezout_ident_n` THEN Auto) }
Latex:
Latex:
1.  a  :  \mBbbZ{}@i
2.  b  :  \mBbbZ{}@i
3.  0  \mleq{}  b
\mvdash{}  \mexists{}u,v:\mBbbZ{}.  GCD(a;b;(u  *  a)  +  (v  *  b))
By
Latex:
(BLemma  `bezout\_ident\_n`  THEN  Auto)
Home
Index