Step
*
of Lemma
coprime_bezout_id2
∀a,b:ℤ.  ((∃x,y:ℤ. (((a * x) + (b * y)) = 1 ∈ ℤ)) 
⇒ CoPrime(a,b))
BY
{ Auto }
1
1. a : ℤ
2. b : ℤ
3. ∃x,y:ℤ. (((a * x) + (b * y)) = 1 ∈ ℤ)
⊢ CoPrime(a,b)
Latex:
Latex:
\mforall{}a,b:\mBbbZ{}.    ((\mexists{}x,y:\mBbbZ{}.  (((a  *  x)  +  (b  *  y))  =  1))  {}\mRightarrow{}  CoPrime(a,b))
By
Latex:
Auto
Home
Index