Alphabeta Math
CounterexampleConstruction: AI-adaptedVerification: 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.

The function equal to 00 off the origin and to 11 at the origin has limit 010 \ne 1 there

Statement refuted

Refuted claim: if cAc \in A is a limit point of ARA \subseteq \mathbb{R} and f:ARf : A \to \mathbb{R} has a limit at cc, then limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) — the false statement FALSE: limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) whenever both sides exist.

The witness is the smallest one available: the function

f:RR,f(x):={0x0,1x=0,f : \mathbb{R} \to \mathbb{R}, \qquad f(x) := \begin{cases} 0 & x \ne 0, \\ 1 & x = 0, \end{cases}

at the point c=0c = 0. It has limit 00 there, while f(0)=1f(0) = 1.

Beyond refuting the claim, this item records two further facts about the same witness, both used elsewhere on the page: both one-sided limits at 00 also equal 00, so the defect is not a jump; and changing the single value f(0)f(0) to 00 produces a function with the same limit and the equality restored. That is what makes this a removable defect, and it is the pattern the composition counterexample With g0g \equiv 0 and ff equal to 00 off the origin and 11 at it, limg=0\lim g = 0 and limy0f=0\lim_{y \to 0} f = 0 while fg1f \circ g \equiv 1 exploits.

Facts & Assumptions

Given: The function f:RRf : \mathbb{R} \to \mathbb{R} above and the point c:=0c := 0; and the constant function g:RRg : \mathbb{R} \to \mathbb{R} with g(x):=0g(x) := 0 for every xx.

[L1]

The limit condition (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): limxch(x)=P\lim_{x \to c} h(x) = P means that for every real ε>0\varepsilon > 0 there is a real δ>0\delta > 0 such that every xx in the domain with 0<xc<δ0 < |x - c| < \delta satisfies h(x)P<ε|h(x) - P| < \varepsilon.

[L2]

Limit point: every real is a limit point of R\mathbb{R}, punctured neighbourhoods being never empty; and 00 is a limit point of (0,)(0,\infty) and of (,0)(-\infty,0), since ε/2\varepsilon/2 and ε/2-\varepsilon/2 lie in them at distance ε/2\varepsilon/2 from 00 (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}, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L3]

Absolute value: 0=0|0| = 0; u=0|u| = 0 exactly when u=0u = 0 (Basic properties of the absolute value).

[L4]

Order in R\mathbb{R}: trichotomy, so every real either equals 00 or does not, exclusively; 0<10 < 1, so 101 \ne 0, and ε/2>0\varepsilon/2 > 0 for ε>0\varepsilon > 0 (The multiplicative identity is positive, Ordered field).

[L5]

One-sided limits are the limits of the restrictions to A(,c)A \cap (-\infty,c) and A(c,)A \cap (c,\infty) (The left and right limits of ff at cc, as limits of the restrictions of ff to A(,c)A \cap (-\infty, c) and A(c,)A \cap (c, \infty)).

[L6]

Locality: if two functions on AA agree on ANη(c)A \cap N^{*}_{\eta}(c) for some real η>0\eta > 0, they have the same limits at cc (claim 1 of 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).

Counterexample

technique · direct
1.1

ff is a well-defined function on R\mathbb{R}, by trichotomy; and 0R0 \in \mathbb{R} is a limit point of R\mathbb{R}.

L2L4
1.2

The reals 00 and 11 are distinct.

L4
2.1

The limit of ff at 00 exists and equals 00: given an arbitrary real ε>0\varepsilon > 0, take δ:=1>0\delta := 1 > 0; every xRx \in \mathbb{R} with 0<x0<10 < |x - 0| < 1 has x0|x| \ne 0, hence x0x \ne 0, hence f(x)=0f(x) = 0 and f(x)0=0=0<ε|f(x) - 0| = |0| = 0 < \varepsilon.

step 1.1L1L3L4
2.2

Both one-sided limits of ff at 00 exist and equal 00: the point 00 is a limit point of (0,)(0,\infty) and of (,0)(-\infty,0) by [L2], and every xx in either set satisfies x0x \ne 0, hence f(x)=0f(x) = 0; so any δ>0\delta > 0 serves in the definition of each one-sided limit.

step 1.1L1L2L3L5
3.1

Yet f(0)=1f(0) = 1, and 10=limx0f(x)1 \ne 0 = \lim_{x \to 0} f(x): at the point c=0c = 0 of the domain, which is a limit point of the domain, the limit exists and differs from the value, refuting the claim.

step 1.2step 2.1L4
3.2

Changing the single value repairs the equality: ff and the constant function gg agree at every x0x \ne 0, hence on RN1(0)\mathbb{R} \cap N^{*}_{1}(0), so by [L6] the limit of gg at 00 exists and equals 00; and g(0)=0g(0) = 0 is that limit.

step 2.1L6
4.1

So the limit at a point of the domain is independent of the value of the function there, and the two agree only under an extra hypothesis on the function, never as a consequence of the limit existing.

step 3.1step 3.2

Remarks

Depends on

Used by

Dependency tree · next 3 levels

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