Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)judge 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\lceil m/n \rceil for naturals mm and n1n \ge 1: the least qNq \in \mathbb{N} with mnqm \le n q

Definition

Let m,nNm, n \in \mathbb{N} with n1n \ge 1 (The natural numbers N\mathbb{N} (von Neumann), Order on the natural numbers, On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n), and put

Q(m,n)  :=  {qN : mnq},Q(m,n) \;:=\; \{\, q \in \mathbb{N} \ :\ m \le n\,q \,\} ,

the multiplication being that of N\mathbb{N} (Multiplication of natural numbers).

Q(m,n)Q(m,n) is nonempty, so the definition below has something to pick from. Since n0n \ne 0, Every nonzero natural number is a successor gives n=σ(d)n = \sigma(d) for some dNd \in \mathbb{N}, and then nm=σ(d)m=dm+m=m+dmn \cdot m = \sigma(d)\cdot m = d\cdot m + m = m + d\cdot m by the successor-left law of Distributivity and the successor law for multiplication and the commutativity of addition (Addition is commutative), so mnmm \le n\cdot m by the definition of the order (Order on the natural numbers), which asks for a natural jj with m+j=nmm + j = n m and is met by j=dmj = d\cdot m. Hence mQ(m,n)m \in Q(m,n).

Definition. m/n\big\lceil m/n \big\rceil is the least element of Q(m,n)Q(m,n), which exists by the well-ordering principle (The well-ordering principle) applied to the nonempty subset Q(m,n)Q(m,n) of N\mathbb{N}. It is a natural number, and it is defined for n1n \ge 1 only.

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

(a) mnm/nm \le n\big\lceil m/n\big\rceil. This is membership of m/n\big\lceil m/n\big\rceil in Q(m,n)Q(m,n).

(b) Minimality. If qNq \in \mathbb{N} satisfies mnqm \le n q then m/nq\big\lceil m/n\big\rceil \le q; equivalently, every qq with q<m/nq < \big\lceil m/n\big\rceil satisfies nq<mn q < m, by trichotomy (Trichotomy of the order on N\mathbb{N}).

(c) Two values read off directly. 0/n=0\big\lceil 0/n\big\rceil = 0, since 0n00 \le n\cdot 0 makes 00 the least element of N\mathbb{N} that qualifies; and m/1=m\big\lceil m/1\big\rceil = m, since m1m=mm \le 1\cdot m = m while m1qm \le 1\cdot q forces mqm \le q (Zero and one under multiplication, Multiplication is commutative).

(d) The reading in R\mathbb{R}. With ι:NR\iota : \mathbb{N} \to \mathbb{R} the canonical natural (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field), clause (a) gives ι(m)ι(n)ι(m/n)\iota(m) \le \iota(n)\,\iota\big(\lceil m/n\rceil\big) by the multiplicativity of ι\iota (clause 0 of Laws of finite sums and products in N\mathbb{N}, and ι(k<nak)=k<nι(ak)\iota\big(\sum_{k<n} a_k\big) = \sum_{k<n} \iota(a_k)) and its strict monotonicity (clause 7); and ι(n)>0\iota(n) > 0 because n1n \ge 1. Since R\mathbb{R} is an ordered field (Ordered field, Field), dividing by ι(n)\iota(n) gives

ι(m)ι(n)  ι(m/n).\frac{\iota(m)}{\iota(n)} \ \le\ \iota\Big(\big\lceil m/n\big\rceil\Big) .

Remarks

  • This is not a floor and it is not a ceiling function. It is defined for a pair of natural numbers with n1n \ge 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/nm/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 qq with mnqm \le 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 rr with m=nq+rm = nq + r and r<nr < n is produced or claimed here.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 53 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