Step * of Lemma coprime-exp1

a,b:ℤ.  (CoPrime(a,b)  (∀n:ℕCoPrime(a,b^n)))
BY
(InductionOnNat THEN Reduce 0) }

1
1. : ℤ
2. : ℤ
3. CoPrime(a,b)
⊢ CoPrime(a,1)

2
.....upcase..... 
1. : ℤ
2. : ℤ
3. CoPrime(a,b)
4. : ℤ
5. [%2] 0 < n
6. CoPrime(a,b^(n 1))
⊢ CoPrime(a,b^n)


Latex:


Latex:
\mforall{}a,b:\mBbbZ{}.    (CoPrime(a,b)  {}\mRightarrow{}  (\mforall{}n:\mBbbN{}.  CoPrime(a,b\^{}n)))


By


Latex:
(InductionOnNat  THEN  Reduce  0)




Home Index