Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-27
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.

If fgf \le g on a punctured neighbourhood of cc then limflimg\lim f \le \lim g, non-strictly

Statement

Let ARA \subseteq \mathbb{R}, let cc be a limit point of AA (Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}), let f,g:ARf, g : A \to \mathbb{R} and suppose both limits at cc exist (The ε\varepsilon-δ\delta limit limxcf(x)=L\lim_{x \to c} f(x) = L of f:ARf : A \to \mathbb{R} at a limit point cc of AA). Suppose further that there is a real η>0\eta > 0 with

f(x)g(x)for every xA with 0<xc<η.f(x) \le g(x) \qquad \text{for every } x \in A \text{ with } 0 < |x - c| < \eta .

Then

limxcf(x)    limxcg(x).\lim_{x \to c} f(x) \;\le\; \lim_{x \to c} g(x) .

The conclusion is non-strict even when the hypothesis is strict. Replacing \le by << on both sides gives a false statement, refuted by FALSE: f<gf < g near cc implies limf<limg\lim f < \lim g: strictness is destroyed in the limit, and no hypothesis short of a uniform gap restores it.

Only the values near cc matter, by The limit at cc depends only on the restriction of ff to a punctured neighbourhood of cc, and passes to any subset of the domain having cc as a limit point: the hypothesis is imposed on a punctured neighbourhood of cc and on nothing else, and it says nothing about f(c)f(c) and g(c)g(c), which the definition ignores in any case.

Facts & Assumptions

Given: A set ARA \subseteq \mathbb{R}, a limit point cc of AA, functions f,g:ARf, g : A \to \mathbb{R}, reals L,ML, M with limxcf(x)=L\lim_{x \to c} f(x) = L and limxcg(x)=M\lim_{x \to c} g(x) = M, and a real η>0\eta > 0 with f(x)g(x)f(x) \le g(x) for every xAx \in A satisfying 0<xc<η0 < |x - c| < \eta (The ε\varepsilon-δ\delta limit limxcf(x)=L\lim_{x \to c} f(x) = L of f:ARf : A \to \mathbb{R} at a limit point cc of AA, Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}).

[L1]

The limit condition: for every real ε>0\varepsilon > 0 there is a real δ>0\delta > 0 such that every xAx \in A with 0<xc<δ0 < |x - c| < \delta satisfies f(x)L<ε|f(x) - L| < \varepsilon, and likewise for gg and MM (The ε\varepsilon-δ\delta limit limxcf(x)=L\lim_{x \to c} f(x) = L of f:ARf : A \to \mathbb{R} at a limit point cc of AA).

[L2]

Limit point: for every real ρ>0\rho > 0 there is xAx \in A with 0<xc<ρ0 < |x - c| < \rho (Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}, The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}).

[L3]

Absolute value: for t>0t > 0, u<t|u| < t is equivalent to t<u<t-t < u < t (Basic properties of the absolute value).

[L4]

Order arithmetic in R\mathbb{R}: the order is total, so the negation of uvu \le v is v<uv < u; trichotomy, so u<vu < v and vuv \le u cannot both hold; adding a constant to an inequality and adding two inequalities (Order is preserved by adding a constant and by adding inequalities); 0<10 < 1 (The multiplicative identity is positive), so 2>02 > 0, 21>02^{-1} > 0 (Inverses of positives are positive, and reciprocation reverses order) and t/2>0t/2 > 0 for t>0t > 0 (Sign rules for products and monotonicity of multiplication), with (t/2)+(t/2)=t(t/2) + (t/2) = t; and of finitely many positive reals the smallest is positive (Ordered field).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that LML \le M fails; the order being total, this means M<LM < L.

assume-contra
2.1

Then LM>0L - M > 0, so ε:=(LM)/2>0\varepsilon := (L - M)/2 > 0, and Lε=(L+M)/2=M+εL - \varepsilon = (L + M)/2 = M + \varepsilon.

step 1.1L4
3.1

By [L1] fix reals δ1,δ2>0\delta_1, \delta_2 > 0 such that every xAx \in A with 0<xc<δ10 < |x - c| < \delta_1 has f(x)L<ε|f(x) - L| < \varepsilon and every xAx \in A with 0<xc<δ20 < |x - c| < \delta_2 has g(x)M<ε|g(x) - M| < \varepsilon; let δ\delta be the smallest of δ1\delta_1, δ2\delta_2 and η\eta, so δ>0\delta > 0.

step 2.1L1L4choose
4.1

Since cc is a limit point of AA, fix xAx \in A with 0<xc<δ0 < |x - c| < \delta.

step 3.1L2choose
5.1

That xx satisfies 0<xc<δ10 < |x - c| < \delta_1 and 0<xc<δ20 < |x - c| < \delta_2, so f(x)L<ε|f(x) - L| < \varepsilon gives f(x)>Lεf(x) > L - \varepsilon and g(x)M<ε|g(x) - M| < \varepsilon gives g(x)<M+εg(x) < M + \varepsilon; since Lε=M+εL - \varepsilon = M + \varepsilon, this yields g(x)<f(x)g(x) < f(x).

step 3.1step 4.1L3L4
6.1

But that same xx satisfies 0<xc<η0 < |x - c| < \eta, so the hypothesis gives f(x)g(x)f(x) \le g(x), which together with g(x)<f(x)g(x) < f(x) contradicts trichotomy.

step 3.1step 5.1L4
7.1

The assumption that LML \le M fails is therefore untenable, and limxcf(x)=LM=limxcg(x)\lim_{x \to c} f(x) = L \le M = \lim_{x \to c} g(x).

step 6.1L4discharge-contradiction

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 32 results over 12 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