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.
Integer part: for every real there is exactly one integer with
Statement
Identify with its canonical copy inside , along the embeddings (The naturals embed in the integers, The integers embed in the rationals, The rationals embed densely in the reals, The integers as equivalence classes of pairs of naturals). Then for every real there is exactly one integer with
It is written and called the integer part, or floor, of .
Two independent ingredients are needed and neither may be dropped. Existence is the Archimedean property (Every complete ordered field is Archimedean) together with the well-ordering of (The well-ordering principle): the first says that is caught between two integers at all, the second picks the least integer above . Uniqueness is the discreteness of : no integer lies strictly between and .
This lemma is stated once here and reused. It is what turns "the nearest integer to " from a picture into an object, and the companion page's oscillator is computed from it in one line.
Facts & Assumptions
Given: A real . Naturals, integers and rationals are identified with their canonical copies in along .
The embeddings are injective and preserve , , addition, multiplication and order (The naturals embed in the integers, The integers embed in the rationals, The rationals embed densely in the reals, The integers as equivalence classes of pairs of naturals); is a totally ordered commutative ring (The integers form a totally ordered ring, The integers form a commutative ring); every integer is the image of a unique natural, that map being injective and order preserving (The naturals embed in the integers); and a natural satisfies (Discreteness: is the immediate successor, The natural numbers (von Neumann)).
The image of a natural under the composite is the canonical natural of Canonical naturals are positive and strictly increasing. Indeed that composite preserves and addition by [L1], while is defined by and , so the two agree at and satisfy the same recursion; induction on (The principle of mathematical induction) gives the identification.
Archimedean property: for every real there is a natural with (Every complete ordered field is Archimedean, Complete ordered field (least-upper-bound property)).
Well-ordering principle: every nonempty subset of has a least element (The well-ordering principle).
Order arithmetic in : the order is total, so the negation of is ; trichotomy, so and cannot both hold; translation invariance (Order is preserved by adding a constant and by adding inequalities); and (Basic properties of the absolute value); and transitivity (Ordered field, Complete ordered field (least-upper-bound property)).
Proof
Apply [L3] to the real : fix a natural with . Since and , this gives .
Put , where is formed in and read in through [L1]. It is a subset of , and it is nonempty: the natural satisfies by step 1.1, so .
By the well-ordering principle [L4] let be the least element of .
The index is not : for the defining condition reads , which trichotomy excludes since by step 1.1. Hence , so by [L1], and is again a natural number.
Set , an integer. Since and is the least element of , the natural does not lie in , that is, fails; the order being total, .
On the other hand gives . So , and existence is proved.
Uniqueness: suppose an integer also satisfies and . The order of being total, one of and holds, and the two cases are the same with the roles of and exchanged; so assume . Then is an integer , hence by [L1] the image of a natural , so and , that is . But then , which trichotomy forbids. Hence .
Therefore exactly one integer satisfies , and we write .
Remarks
-
What the two halves of the proof really use. Step 1.1 is the only use of the Archimedean property, and it is indispensable: in a non-Archimedean ordered field (Not every ordered field is Archimedean) an element larger than every canonical natural has no integer part at all, since the set of step 2.1 would be empty. Step 3.1 is the only use of the well-ordering principle, and it is what makes the construction canonical: no choice is made anywhere, and is a function of .
-
Immediate consequences, used later. From one reads off and ; and exactly when is an integer, since an integer satisfies and uniqueness does the rest. The translation identity for an integer follows the same way: adding to gives , and uniqueness identifies as the integer part of .
-
The ceiling is not defined here and is not needed on this page; it would be the least integer , obtained from the same set without the shift by one.
Depends on
- The integers as equivalence classes of pairs of naturals
- The natural numbers $\mathbb{N}$ (von Neumann)
- The naturals embed in the integers
- The integers embed in the rationals
- The rationals embed densely in the reals
- Discreteness: $\sigma(n)$ is the immediate successor
- The integers form a totally ordered ring
- The integers form a commutative ring
- Every complete ordered field is Archimedean
- The well-ordering principle
- The principle of mathematical induction
- Canonical naturals are positive and strictly increasing
- Order is preserved by adding a constant and by adding inequalities
- Basic properties of the absolute value
- Complete ordered field (least-upper-bound property)
- Ordered field
Used by
- A continuous function on [0,1] can have unbounded variation Counterexample
- The tent function φ(t)=dist(t,ℤ) and the Takagi series T(x)=∑_n≥02⁻ⁿφ(2ⁿ x) Definition
- ∫₀³ lfloor x rfloor = 3: the floor function is nondecreasing, hence integrable, and the integral is computed from the uniform partitions Example
- A bounded C¹ periodic oscillator made from a quartic Hermite spline Example
- ℝ/ℤ: the quotient map is open, and the quotient is homeomorphic to [0,1] with its endpoints identified Example
- The Cantor slab C×[0,1] has content zero in ℝ² Example
- The cylinder and the Mobius band as quotients of the square by (0,y) ∼ (1,y) and by (0,y) ∼ (1, 1-y), both by a closed quotient map Example
- The distance ψ(x) = d(x, ℤ) from a real number to the integers is 1-Lipschitz, hence uniformly continuous, takes values in [0,1/2], and vanishes exactly on ℤ Example
- The function equal to q at a rational p/q in lowest terms and to 0 at every irrational is finite at every point and unbounded on every nondegenerate interval Example
- The square with opposite edges identified is homeomorphic to the product (ℝ/ℤ) × (ℝ/ℤ) Example
- The trigonometry-free oscillator ψ(x) = inf_n ∈ ℤ |x - n| is well defined and attained at a nearest integer, takes values in [0, 1/2], vanishes exactly on ℤ, equals 1/2 at half-integers, and is 1-periodic Example
- Thomae's function computed: t(1/2) = 1/2, t(2/3) = 1/3, t(m) = 1 at every integer m, t(x) = 0 at every irrational, and ωₜ(c) = t(c) at every real c Example
- Under dependent choice and the ultrafilter lemma, the Samuel compactification of the open unit interval is the closed unit interval Example
- FALSE: a function with the intermediate value property on an interval is continuous False statement
- The classical form of the oscillator above is sin(1/x), which this library can only construct much later Remark
- A continuous midpoint-convex function on an interval is convex Theorem
- Erdős's finite counting bound R(k,k)>2^k/2 for every k≥3 Theorem
- Lebesgue's criterion in ℝᵐ: a bounded function on a closed nondegenerate rectangle is Riemann integrable iff its discontinuity set is null Theorem
- The Dirichlet function is continuous at no point of ℝ, and Thomae's function is continuous at every irrational and at no rational, so its set of continuity points is exactly the set of irrationals and its oscillation at c equals t(c) Theorem
- The graph of a continuous function on a closed nondegenerate rectangle in ℝᵐ has content zero in ℝᵐ⁺¹ Theorem
- The zero sets of sine and cosine and the least positive common period 2 pi Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 79 results over 31 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
- Floor and ceiling functions (Wikipedia) (standard reference, not scraped)
- Archimedean property (Wikipedia) (standard reference, not scraped)
- W. Rudin, Principles of Mathematical Analysis, 3rd ed., Ch. 1 (standard reference, not scraped)
- T. Tao, Analysis I, 3rd ed., §5.4 (standard reference, not scraped)