Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-31
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: a≡b(modn) when n∣(a−b), including the moduli 0 and 1

Definition

Let a,b,n∈Z. We say that a is congruent to b modulo n, and write

a≡b(modn),

when n∣(a−b) in the sense of Divisibility in Z: d∣a when a=dq for some integer q. Thus there is an integer q with a−b=nq. The modulus is any integer; it is not required to be positive.

At modulus 0, the condition is 0∣(a−b), which holds exactly when a−b=0. Hence

a≡b(mod0)⟺a=b.

At modulus 1, every two integers are congruent because 1 divides every integer. Changing the sign of the modulus changes nothing: n∣(a−b) exactly when −n∣(a−b).

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 a mod n is not used for a chosen remainder here. The relation a≡b(modn) is defined even for n=0, where a remainder operation would not be available.

Depends on

Used by

…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