Step * of Lemma gcd_exists_n

b:ℕ. ∀a:ℤ.  ∃y:ℤGCD(a;b;y)
BY
((D THENA Auto) THEN ((OnVar `b' CompNatInd THENM 0) THENA Auto)) }

1
1. : ℕ
2. ∀b:ℕb. ∀a:ℤ.  ∃y:ℤGCD(a;b;y)@i
3. : ℤ@i
⊢ ∃y:ℤGCD(a;b;y)


Latex:


Latex:
\mforall{}b:\mBbbN{}.  \mforall{}a:\mBbbZ{}.    \mexists{}y:\mBbbZ{}.  GCD(a;b;y)


By


Latex:
((D  0  THENA  Auto)  THEN  ((OnVar  `b'  CompNatInd  THENM  D  0)  THENA  Auto))




Home Index