Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (z-ai/glm-5.2)verified 2026-07-29 (claude-fable-5)
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.

⌈m/n⌉ for naturals m and n≥1: the least q∈N with m≤nq

Definition

Let m,n∈N with n≥1 (The natural numbers N (von Neumann), Order on the natural numbers, On N the order is membership: m<n  ⟺  m∈n), and put

Q(m,n)  :=  { q∈N : m≤n q },

the multiplication being that of N (Multiplication of natural numbers).

Q(m,n) is nonempty, so the definition below has something to pick from. Since n≠0, Every nonzero natural number is a successor gives n=σ(d) for some d∈N, and then n⋅m=σ(d)⋅m=d⋅m+m=m+d⋅m by the successor-left law of Distributivity and the successor law for multiplication and the commutativity of addition (Addition is commutative), so m≤n⋅m by the definition of the order (Order on the natural numbers), which asks for a natural j with m+j=nm and is met by j=d⋅m. Hence m∈Q(m,n).

Definition. ⌈m/n⌉ is the least element of Q(m,n), which exists by the well-ordering principle (The well-ordering principle) applied to the nonempty subset Q(m,n) of N. It is a natural number, and it is defined for n≥1 only.

Four clauses, recorded here because they are what the notation is used for.

(a) m≤n⌈m/n⌉. This is membership of ⌈m/n⌉ in Q(m,n).

(b) Minimality. If q∈N satisfies m≤nq then ⌈m/n⌉≤q; equivalently, every q with q<⌈m/n⌉ satisfies nq<m, by trichotomy (Trichotomy of the order on N).

(c) Two values read off directly. ⌈0/n⌉=0, since 0≤n⋅0 makes 0 the least element of N that qualifies; and ⌈m/1⌉=m, since m≤1⋅m=m while m≤1⋅q forces m≤q (Zero and one under multiplication, Multiplication is commutative).

(d) The reading in R. With ι:N→R the canonical natural (The canonical natural ι(n)=n⋅1F of a field), clause (a) gives ι(m)≤ι(n) ι(⌈m/n⌉) by the multiplicativity of ι (clause 0 of Laws of finite sums and products in N, and ι(∑k<nak)=∑k<nι(ak)) and its strict monotonicity (clause 7); and ι(n)>0 because n≥1. Since R is an ordered field (Ordered field, Field), dividing by ι(n) gives

ι(m)ι(n) ≤ ι(⌈m/n⌉).

Remarks

  • This is not a floor and it is not a ceiling function. It is defined for a pair of natural numbers with n≥1, its value is a natural number, and it is fixed by one order property and one minimality property. It is not defined for a real argument, it does not extend to negative numbers, and it carries no division: the symbol m/n inside the brackets is part of the notation and not an operation performed anywhere above.

  • Why it is introduced at all. The strong form of the pigeonhole principle says that some fibre has at least "the average, rounded up" elements, and that phrase needs a name for the rounding. The least q with m≤nq is exactly what the proof produces, and the well-ordering principle is exactly what makes it exist, so nothing stronger is required.

  • Nothing among this page's declared prerequisites supplies a division with remainder, and the definition above deliberately does not attempt one: no r with m=nq+r and r<n is produced or claimed here.

Depends on

Used by

Dependency tree · two levels

40 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