How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Congruence modulo an integer: when , including the moduli and
Definition
Let . We say that is congruent to modulo , and write
when in the sense of Divisibility in : when for some integer . Thus there is an integer with . The modulus is any integer; it is not required to be positive.
At modulus , the condition is , which holds exactly when . Hence
At modulus , every two integers are congruent because divides every integer. Changing the sign of the modulus changes nothing: exactly when .
Remarks
- Congruence is a relation on integers. The quotient sets and operations below use nonnegative or positive moduli only where their statements require it.
- The notation is not used for a chosen remainder here. The relation is defined even for , where a remainder operation would not be available.
Depends on
Used by
- A finite p-group action on X has a global fixed point whenever p∤|X| Corollary
- S₃ acting on three points has |X|=3 and |X^S₃|=0, so the fixed-point congruence modulo 2 fails without the p-group hypothesis Counterexample
- The system x≡1pmod2, x≡2pmod4 has no solution, so coprimality in the Chinese remainder theorem cannot be dropped Counterexample
- (ℤ/12)^×={[1],[5],[7],[11]} and φ(12)=4 Example
- (ℤ/8)^×={[1],[3],[5],[7]} is not cyclic because every element squares to [1] Example
- An involution on five points has three fixed points and one two-point orbit, verifying 5≡3pmod2 Example
- For n≥1, the cosets of nℤ are the n congruence classes modulo n Example
- The congruence 14x≡30pmod100 has exactly the two solutions x≡45,95pmod100 Example
- The system x≡2pmod3, x≡3pmod5, x≡2pmod7 has the unique solution x≡23pmod105 Example
- False: [a]ₙ[b]ₙ=[0]ₙ always implies [a]ₙ=[0]ₙ or [b]ₙ=[0]ₙ False statement
- Congruence modulo every integer is an equivalence relation on ℤ Lemma
- Congruent integers may be added, subtracted and multiplied: representative changes preserve both arithmetic operations Lemma
- For coprime positive m,n, every pair of residue classes modulo m and n has a unique simultaneous class modulo mn Lemma
- If n≥1, d=gcd(a,n) and d∣ b, then ax≡ bpmod n reduces to a congruence with coprime coefficient modulo n/d Lemma
- In (ℤ/p)^×, inversion pairs every class except [1]ₚ and [-1]ₚ, which are the only self-inverse classes Lemma
- For every n∈ℕ, the congruence-class group (ℤ/n,+) is the quotient group (ℤ,+)/nℤ Proposition
- Cauchy's theorem: if a prime p divides |G|, then G has an element of order p Theorem
- Chinese remainder theorem for a finite pairwise-coprime list: simultaneous residues determine one class modulo the product, and the resulting bijection preserves addition and multiplication Theorem
- Euler's theorem: if n≥1 and gcd(a,n)=1, then a^φ(n)≡1pmod n Theorem
- Every nontrivial finite p-group has nontrivial center, in fact p divides |Z(P)| Theorem
- Fermat's little theorem: for prime p, p∤ a implies aᵖ⁻¹≡1pmod p, and always aᵖ≡ apmod p Theorem
- For every prime p, the two operations on ℤ/p make it a field Theorem
- If a finite p-group P acts on a finite set X, then |X|≡|X^P|pmod p Theorem
- Wilson's theorem: for every prime p, (p-1)!≡-1pmod p Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 24 results over 11 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- K. Conrad, Modular Arithmetic (standard reference, not scraped)