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.
Division with remainder for any nonzero divisor: for and there are unique with and
Statement
Let with . Then there is exactly one pair of integers with
the absolute value being that of The absolute value of an integer. Moreover (Divisibility in : when for some integer ) holds exactly when .
Facts & Assumptions
Given: Integers and with .
For and there is exactly one pair of integers with and (Division with remainder in : for and there are unique with and ).
is a commutative ring: addition and multiplication are associative and commutative, , , multiplication distributes over addition, and every has an additive inverse , with and (The integers form a commutative ring, Arithmetic on the integers).
The order on is total, antisymmetric and transitive; means together with (The integers form a totally ordered ring, Order on the integers).
when and when (The absolute value of an integer); , and exactly when (Absolute value in : ; exactly when ; ; ; ; and exactly when ).
means for some (Divisibility in : when for some integer ).
Proof
: indeed , and because .
Case : put . Then , so , and .
Case : put . Then , so , and .
Since , totality gives or , hence or ; so in either case there is an integer with and .
By [L1] applied to and the positive integer , there is exactly one pair of integers with and .
Existence. Put . Then , so with .
Uniqueness. Suppose with for . Since , this reads , two representations of the form required by [L1] for the divisor ; hence and . Multiplying the first equation by and using gives .
The remainder test. If then , so . Conversely, if , say , then and by step 1.1, so this is a representation of the required form and uniqueness forces .
Existence is step 3.1, uniqueness is step 3.2, and the remainder test is step 4.1, which is the full statement.
Remarks
-
What this discharges. Division with remainder in : for and there are unique with and is stated for a positive divisor, and its own Remarks record that "the version for , with , follows once absolute values are in hand". Absolute values on arrive on this page (The absolute value of an integer), so the promise is discharged here.
-
The remainder is still taken nonnegative, and that is a choice. With and the statement above gives , so and , whereas truncating the quotient toward zero would give and , which the constraint excludes. The clause is the one every use below makes, and no other convention is introduced anywhere on this page.
Depends on
- Division with remainder in $\mathbb{Z}$: for $a \in \mathbb{Z}$ and $b > 0$ there are unique $q, r \in \mathbb{Z}$ with $a = qb + r$ and $0 \le r < b$
- The absolute value $|a|$ of an integer
- Absolute value in $\mathbb{Z}$: $|a| \ge 0$; $|a| = 0$ exactly when $a = 0$; $|-a| = |a|$; $|ab| = |a|\,|b|$; $-|a| \le a \le |a|$; and $|a| \le c$ exactly when $-c \le a \le c$
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- The integers as equivalence classes of pairs of naturals
- Arithmetic on the integers
- Order on the integers
- The integers form a commutative ring
- The integers form a totally ordered ring
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 43 results over 16 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
- Euclidean division (Wikipedia) (standard reference, not scraped)