Difference between revisions of "User:Temperal/The Problem Solver's Resource6"
(→Properties) |
(source) |
||
Line 10: | Line 10: | ||
*<math>n\equiv a\pmod{b}</math> if <math>n</math> is the remainder when <math>a</math> is divided by <math>b</math> to give an integral amount. | *<math>n\equiv a\pmod{b}</math> if <math>n</math> is the remainder when <math>a</math> is divided by <math>b</math> to give an integral amount. | ||
==Special Notation== | ==Special Notation== | ||
− | + | Occasionally, if two equivalent expressions are both modulated by the same number, the entire equation will be followed by the modulo. | |
==Properties== | ==Properties== | ||
For any number there will be only one congruent number modulo <math>m</math> between <math>0</math> and <math>m-1</math>. | For any number there will be only one congruent number modulo <math>m</math> between <math>0</math> and <math>m-1</math>. |
Revision as of 20:21, 5 October 2007
ModulosDefinition
Special NotationOccasionally, if two equivalent expressions are both modulated by the same number, the entire equation will be followed by the modulo. PropertiesFor any number there will be only one congruent number modulo between and . If and , then .
Useful TheoremsFermat's Little Theorem:For a prime and a number such that , . Wilson's Theorem: For a prime , . |