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.
The -adic valuation of a nonzero integer: the greatest with
Definition
Let be a prime (Prime and composite integers: is prime when and its only positive divisors are and ) and let with . Powers for are the natural powers of Powers : natural exponents in a monoid and integer exponents in a group, with taken in the commutative monoid of is a commutative monoid whose group of units is ; equivalently holds exactly for and and Semigroup and monoid, so that
Put
(Divisibility in : when for some integer ). Then has a greatest element, and the -adic valuation of is
the greatest with .
Why a greatest element exists. Three facts are needed, and each is proved here rather than assumed.
The set is nonempty. and for every (Divisibility in : when for some integer ), so .
Every power of exceeds its own exponent. We claim and for every , where is the embedding of The naturals embed in the integers. Both are proved by induction (The principle of mathematical induction). At we have and , using , which holds because is nonnegative and differs from by injectivity of . Assume both at . Since we have , hence by discreteness of the order on (Discreteness: is the immediate successor, The naturals embed in the integers: an integer is with , so and ). Therefore , because and positives are closed under multiplication (The integers form a totally ordered ring); so . The same discreteness applied to gives , and because in (Addition of natural numbers) and preserves addition; so . The induction is complete.
The set is bounded. Let . Then with , so (If and then and ; hence the set of divisors of a nonzero integer is bounded above by ); and gives (The absolute value of an integer, Absolute value in : ; exactly when ; ; ; ; and exactly when ). Combining with the previous paragraph, . So the set of integers is nonempty and bounded above by , hence has a unique greatest element (A nonempty set of integers bounded above has a greatest element, and a nonempty set of integers bounded below has a least element). That greatest element lies in the set, so it is for some ; and since is injective and preserves the order in both directions, is the greatest element of and is unique. We set .
is left undefined. Every power of divides (Divisibility in : when for some integer ), so has no greatest element and the clause above defines nothing. Every statement about in this library therefore carries the hypothesis explicitly. The convention is not adopted: it would need a value set enlarging by a greatest element in which to place , and no such set is available at this point in the reading order. The library does build a totally ordered set with a greatest element — the extended real line, whose greatest element is — but it is constructed far above this page, and taking the values of there would make a definition about rest on the construction of .
Remarks
-
is a natural number, not an integer. It is a von Neumann natural (The natural numbers (von Neumann)), which is exactly what the exponent slot of Powers : natural exponents in a monoid and integer exponents in a group, with takes, so is meaningful without any translation. Where a valuation has to be subtracted from another, as in The -adic valuation extends to the nonzero rationals by , independently of the representation; it satisfies , and whenever , and are nonzero, the values are first carried into along (The naturals embed in the integers).
-
These are monoid powers, and deliberately not Integer powers . That definition is stated for an element of the ambient ordered field ; using it here would make a statement about rest on the whole construction of the real numbers for no gain. The two agree along the embeddings , since both are defined by the same recursion , and the embeddings preserve products and the constant ; nothing on this page depends on that observation, and it is recorded here only so the reader does not think a second notion of power has been introduced.
-
The definition is by a maximum, and For a prime and a nonzero integer : and ; holds exactly for ; exactly when ; ; and converts it into the form later proofs use: , , and with .
Depends on
- Prime and composite integers: $p$ is prime when $p > 1$ and its only positive divisors are $1$ and $p$
- Powers $g^{n}$: natural exponents in a monoid and integer exponents in a group, with $g^{0} = e$
- Semigroup and monoid
- $(\mathbb{Z}, \cdot, 1)$ is a commutative monoid whose group of units is $\{1, -1\}$; equivalently $u \mid 1$ holds exactly for $u = 1$ and $u = -1$
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- 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$
- If $d \mid a$ and $a \ne 0$ then $d \ne 0$ and $|d| \le |a|$; hence the set of divisors of a nonzero integer is bounded above by $|a|$
- A nonempty set of integers bounded above has a greatest element, and a nonempty set of integers bounded below has a least element
- The principle of mathematical induction
- 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$
- 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
- The natural numbers $\mathbb{N}$ (von Neumann)
- Order on the natural numbers
- The naturals embed in the integers
- Discreteness: $\sigma(n)$ is the immediate successor
- Addition of natural numbers
Used by
- The number-theoretic Möbius function μ(n) from prime factorisation Definition
- 360 = 2³ · 3² · 5 and 84 = 2² · 3 · 7, with gcd(360,84) = 12 and lcm(360,84) = 2520 read off the exponents Example
- The 2-adic absolute value gives an ultrametric on ℚ, in which every triangle is isosceles and every point of a ball is a centre Example
- For a prime p and a nonzero integer a: p^vₚ(a) ∣ a and p^vₚ(a)+1 ∤ a; pᵏ ∣ a holds exactly for k ≤ vₚ(a); vₚ(a) ≥ 1 exactly when p ∣ a; vₚ(1) = vₚ(-1) = 0; and vₚ(p) = 1 Lemma
- For positive integers a and b: a ∣ b if and only if vₚ(a) ≤ vₚ(b) for every prime p Lemma
- The divisibility poset is lower-finite, and each divisor interval factorises as a product of finite chains of prime exponents Lemma
- The p-adic valuation extends to the nonzero rationals by vₚ(a/b) := vₚ(a) - vₚ(b) ∈ ℤ, independently of the representation; it satisfies vₚ(xy) = vₚ(x) + vₚ(y), and vₚ(x+y) ≥ min{vₚ(x), vₚ(y)} whenever x, y and x+y are nonzero Lemma
- vₚ(ab) = vₚ(a) + vₚ(b) for nonzero integers a, b, and vₚ(a+b) ≥ min{vₚ(a), vₚ(b)} whenever a, b and a+b are all nonzero Lemma
- Euler's product formula φ(n)=n∏_p∣ n(1-1/p)=∏_pᵏ∥ n(pᵏ-pᵏ⁻¹) for n≥1, stated through a finite injective list of its prime divisors Theorem
- For n ≥ 1 and any injective list p : r → ℤ of primes containing every prime divisor of n, one has n = ∏_i<r pᵢ^ v_pᵢ(n); the exponents are determined by n, and v_q(n) = 0 for every prime q outside the list Theorem
- For positive integers a and b and every prime p: vₚ(gcd(a,b)) = min{vₚ(a), vₚ(b)} and vₚ(lcm(a,b)) = max{vₚ(a), vₚ(b)}; so the exponent-wise greatest common divisor is the gcd of the divisibility page and not a second notion Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 70 results over 24 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
- P-adic valuation (Wikipedia) (standard reference, not scraped)
- University of Chicago REU notes: p-adic numbers (standard reference, not scraped)