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.
Congruent integers may be added, subtracted and multiplied: representative changes preserve both arithmetic operations
Statement
Let . If and , then
In particular , and for every the natural powers of Powers : natural exponents in a monoid and integer exponents in a group, with satisfy .
Facts & Assumptions
Given: Integers with and .
If and , then for all integers ; also implies and (Divisibility is reflexive and transitive on , and is linear: if and then for all integers ; also implies , and ).
is a commutative ring, so subtraction, distributivity and the identities used below are valid (The integers form a commutative ring).
Natural powers in the multiplicative monoid of satisfy and (Powers : natural exponents in a monoid and integer exponents in a group, with ).
A property true at and inherited by successors holds for every natural number (The principle of mathematical induction).
Proof
By [F1], and .
Since , linearity gives .
Since , linearity gives ; also gives , so .
The identity and linearity give , hence .
The power claim holds at because . If it holds at , then step 2.3 applied to and gives . Thus it holds for every by induction.
Depends on
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
- Divisibility is reflexive and transitive on $\mathbb{Z}$, and is linear: if $d \mid a$ and $d \mid b$ then $d \mid ax + by$ for all integers $x, y$; also $d \mid a$ implies $d \mid ac$, $-d \mid a$ and $d \mid -a$
- The integers form a commutative ring
- Powers $g^{n}$: natural exponents in a monoid and integer exponents in a group, with $g^{0} = e$
- The principle of mathematical induction
Used by
- Addition and multiplication on ℤ/n by [a]ₙ+[b]ₙ=[a+b]ₙ and [a]ₙ[b]ₙ=[ab]ₙ Definition
- Descent step: a smaller multiple of p is a sum of four squares Lemma
- For every prime p the congruence x²+y²+1≡ 0 (mod p) is solvable Lemma
- If 4 divides x²+y²+z² then x, y and z are all even 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
- An integer is the discriminant of an integral binary quadratic form exactly when it is congruent to 0 or 1 modulo 4 Proposition
- Euler's theorem: if n≥1 and gcd(a,n)=1, then a^φ(n)≡1 (mod n) Theorem
- Fermat's little theorem: for prime p, p∤ a implies aᵖ⁻¹≡1 (mod p), and always aᵖ≡ a (mod p) Theorem
Dependency tree · two levels
28 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)