Step * of Lemma gcd-reduce-coprime

p,q:ℤ.  ∃x,y:ℤ(((x p) (y q)) 1 ∈ ℤsupposing CoPrime(p,q)
BY
(InstLemma `gcd-reduce-ext` [] THEN RepeatFor (ParallelLast') THEN (ExRepD THENA Auto)) }

1
1. : ℤ
2. : ℤ
3. : ℕ
4. : ℤ
5. : ℤ
6. : ℤ
7. : ℤ
8. (a g) ∈ ℤ
9. (b g) ∈ ℤ
10. ((x a) (y b)) 1 ∈ ℤ
11. [%] CoPrime(p,q)
⊢ ∃x,y:ℤ(((x p) (y q)) 1 ∈ ℤ)


Latex:


Latex:
\mforall{}p,q:\mBbbZ{}.    \mexists{}x,y:\mBbbZ{}.  (((x  *  p)  +  (y  *  q))  =  1)  supposing  CoPrime(p,q)


By


Latex:
(InstLemma  `gcd-reduce-ext`  []  THEN  RepeatFor  2  (ParallelLast')  THEN  (ExRepD  THENA  Auto))




Home Index