Step * of Lemma chinese-remainder1

No Annotations
r:ℤ. ∀s:{s':ℤCoPrime(r,s')} . ∀a,b:ℤ.  (∃x:ℤ [((x ≡ mod r) ∧ (x ≡ mod s))])
BY
(Auto THEN (InstLemma `gcd-reduce` [⌜r⌝;⌜s⌝]⋅ THENA Auto) THEN ExRepD) }

1
1. : ℤ
2. {s':ℤCoPrime(r,s')} 
3. : ℤ
4. : ℤ
5. : ℕ
6. a1 : ℤ
7. b1 : ℤ
8. : ℤ
9. : ℤ
10. (a1 g) ∈ ℤ
11. (b1 g) ∈ ℤ
12. ((x a1) (y b1)) 1 ∈ ℤ
⊢ ∃x:ℤ [((x ≡ mod r) ∧ (x ≡ mod s))]


Latex:


Latex:
No  Annotations
\mforall{}r:\mBbbZ{}.  \mforall{}s:\{s':\mBbbZ{}|  CoPrime(r,s')\}  .  \mforall{}a,b:\mBbbZ{}.    (\mexists{}x:\mBbbZ{}  [((x  \mequiv{}  a  mod  r)  \mwedge{}  (x  \mequiv{}  b  mod  s))])


By


Latex:
(Auto  THEN  (InstLemma  `gcd-reduce`  [\mkleeneopen{}r\mkleeneclose{};\mkleeneopen{}s\mkleeneclose{}]\mcdot{}  THENA  Auto)  THEN  ExRepD)




Home Index