Step * 1 1 1 1 1 1 1 of Lemma chinese-remainder1


1. : ℤ
2. {s':ℤCoPrime(r,s')} 
3. : ℤ
4. : ℤ
5. : ℕ
6. a1 : ℤ
7. b1 : ℤ
8. : ℤ
9. : ℤ
10. a1 ∈ ℤ
11. b1 ∈ ℤ
12. ((x 0) (y s)) 1 ∈ ℤ
13. 1 ∈ ℤ
14. 0 ∈ ℤ
15. a ≡ mod r
16. (s y) 1 ∈ ℤ
⊢ (a b) (s (a b)) ∈ ℤ
BY
((RWO "mul_assoc" THEN Auto) THEN HypSubst' -1 THEN Auto') }


Latex:


Latex:

1.  r  :  \mBbbZ{}
2.  s  :  \{s':\mBbbZ{}|  CoPrime(r,s')\} 
3.  a  :  \mBbbZ{}
4.  b  :  \mBbbZ{}
5.  g  :  \mBbbN{}
6.  a1  :  \mBbbZ{}
7.  b1  :  \mBbbZ{}
8.  x  :  \mBbbZ{}
9.  y  :  \mBbbZ{}
10.  r  =  a1
11.  s  =  b1
12.  ((x  *  0)  +  (y  *  s))  =  1
13.  g  =  1
14.  r  =  0
15.  a  \mequiv{}  a  mod  r
16.  (s  *  y)  =  1
\mvdash{}  (a  -  b)  =  (s  *  y  *  (a  -  b))


By


Latex:
((RWO  "mul\_assoc"  0  THEN  Auto)  THEN  HypSubst'  -1  0  THEN  Auto')




Home Index