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
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 46 results over 18 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)