Systems of Congruences
If the moduli are pairwise coprime, a system has a unique solution modulo .
In plain terms. Several "remainder" conditions with no shared factors always combine into a single condition — one remainder mod the product.
Example. and give (check: and ).
Orders and Totients
If , then , where .
In plain terms. Like Fermat but for any modulus: raising to the "totient power" resets to . The totient counts how many numbers below share no factor with it.
Example. , so .
The order of mod is the least with , and it always divides .
In plain terms. It is the length of the repeating cycle of powers of — and that length must divide the totient, which narrows the possibilities.
Example. Order of mod : , so the order is , which divides .