Rank | Theorem | Name |
9 | Thm* r:, s:{s':| CoPrime(r,s') }, a,b:.
Thm* x:. ((x = a mod r) & (x = b mod s)) | [chrem_exists_a] |
cites the following: |
8 | Thm* r:, s:{s':| CoPrime(r,s') }. x:. ((x = 1 mod r) & (x = 0 mod s)) | [chrem_exists_aux_a] |
0 | Thm* a,b,y:. GCD(a;b;y) GCD(b;a;y) | [gcd_p_sym] |
1 | Thm* m,a,b:. a = b (a = b mod m) | [eqmod_weakening] |