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
- A Steiner triple system can exist only when v≡1 or 3 (mod 6) Corollary
- Positive integers 4ᵃ m with m≡ 7 (mod 8) need four nonzero squares Corollary
- 3 and 5 are sums of three squares and 15 is not Counterexample
- 7 and 28 are not sums of three integer squares Counterexample
- 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≡1 (mod 2), x≡2 (mod 4) has no solution, so coprimality in the Chinese remainder theorem cannot be dropped Counterexample
- Quadratic residues and nonresidues modulo an integer Definition
- (ℤ/12)^×={[1],[5],[7],[11]} and φ(12)=4 Example
- (ℤ/8)^×={[1],[3],[5],[7]} is not cyclic because every element squares to [1] Example
- 7 and 28 have four-square representations with no zero coordinate Example
- An involution on five points has three fixed points and one two-point orbit, verifying 5≡3 (mod 2) Example
- For n≥1, the cosets of nℤ are the n congruence classes modulo n Example
- Least absolute remainders modulo 7 and modulo 8 Example
- Odd primes congruent to 1 or 3 modulo 8 are represented by x²+2y² Example
- The congruence 14x≡30 (mod 100) has exactly the two solutions x≡45,95 (mod 100) Example
- The system x≡2 (mod 3), x≡3 (mod 5), x≡2 (mod 7) has the unique solution x≡23 (mod 105) Example
- The two intersecting square sets modulo 11 give 1²+3²+1=11 Example
- False: [a]ₙ[b]ₙ=[0]ₙ always implies [a]ₙ=[0]ₙ or [b]ₙ=[0]ₙ False statement
- A prime congruent to 3 modulo 4 divides both coordinates of a divisible two-square sum Lemma
- A square is congruent to 0, 1 or 4 modulo 8 Lemma
- 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
- Descent step: a smaller multiple of p is a sum of four squares Lemma
- Every finite abelian group is a quotient of (ℤ/n)ᵏ for some n and k Lemma
- For an odd prime p and a primitive root g modulo p, at least one of g and g+p is primitive modulo p² Lemma
- For coprime positive m,n, every pair of residue classes modulo m and n has a unique simultaneous class modulo mn Lemma
- For every prime p the congruence x²+y²+1≡ 0 (mod p) is solvable Lemma
- For odd prime p and s≥1, (1+pˢu)ᵖ≡1+pˢ⁺¹u (mod pˢ⁺²) Lemma
- If 4 divides x²+y²+z² then x, y and z are all even Lemma
- If n≥1, d=gcd(a,n) and d∣ b, then ax≡ b (mod 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
- No sum of three integer squares is congruent to 7 modulo 8 Lemma
- Some multiple pm with 1≤ m<p is a sum of four squares Lemma
- The centred residue quadruple of pm=a²+b²+c²+d² has norm mn with 1≤ n<m Lemma
- The least absolute remainder modulo a positive integer Lemma
- There are arbitrarily large primes congruent to 2 modulo 3 Lemma
- Thue's lemma on small nonzero representatives Lemma
- A positive integer n is primitively represented by some discriminant Δ form exactly when Δ is a square modulo 4n Proposition
- An integer is the discriminant of an integral binary quadratic form exactly when it is congruent to 0 or 1 modulo 4 Proposition
…and 17 more results.
Dependency tree · two levels
5 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- K. Conrad, Modular Arithmetic (standard reference, not scraped)