Step * 2 1 of Lemma coprime-exp1


1. : ℤ
2. : ℤ
3. CoPrime(a,b)
4. : ℤ
5. ¬n < 1
6. [%2] 0 < n
7. CoPrime(a,b^(n 1))
⊢ CoPrime(a,b b^(n 1))
BY
(BLemma `coprime_prod` THEN Auto) }


Latex:


Latex:

1.  a  :  \mBbbZ{}
2.  b  :  \mBbbZ{}
3.  CoPrime(a,b)
4.  n  :  \mBbbZ{}
5.  \mneg{}n  <  1
6.  [\%2]  :  0  <  n
7.  CoPrime(a,b\^{}(n  -  1))
\mvdash{}  CoPrime(a,b  *  b\^{}(n  -  1))


By


Latex:
(BLemma  `coprime\_prod`  THEN  Auto)




Home Index