Alphabeta Math
ExampleConstruction: 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 sign function has both one-sided limits at 00 and no two-sided limit

Example

Define sgn:RR\operatorname{sgn} : \mathbb{R} \to \mathbb{R} by

sgn(x):={1x>0,0x=0,1x<0.\operatorname{sgn}(x) := \begin{cases} 1 & x > 0, \\ 0 & x = 0, \\ -1 & x < 0. \end{cases}

Then 00 is a limit point of both (0,)(0,\infty) and (,0)(-\infty,0), both one-sided limits at 00 exist (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)),

limx0+sgn(x)=1,limx0sgn(x)=1,\lim_{x \to 0^{+}} \operatorname{sgn}(x) = 1, \qquad \lim_{x \to 0^{-}} \operatorname{sgn}(x) = -1 ,

and sgn\operatorname{sgn} has no limit at 00.

This is the standard illustration of If cc is a limit point of the domain from both sides, the limit exists iff both one-sided limits exist and agree: the two one-sided limits both exist, so nothing is missing on either side, yet they disagree, and disagreement is exactly what the theorem converts into the failure of the two-sided limit. Note also that the value sgn(0)=0\operatorname{sgn}(0) = 0 is equal to neither one-sided limit, and is irrelevant to all three assertions (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).

Facts & Assumptions

Given: The function sgn:RR\operatorname{sgn} : \mathbb{R} \to \mathbb{R} above, with A:=RA := \mathbb{R}, c:=0c := 0, A+=R(0,)=(0,)A^{+} = \mathbb{R} \cap (0,\infty) = (0,\infty) and A=R(,0)=(,0)A^{-} = \mathbb{R} \cap (-\infty,0) = (-\infty,0) (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[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): limxcf(x)=P\lim_{x \to c} f(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 f(x)P<ε|f(x) - P| < \varepsilon.

[L2]

One-sided limits are the limits at cc of the restrictions of ff to AA^{-} and A+A^{+}, and are well posed exactly when cc is a limit point of the set in question (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)).

[L4]

Absolute value: 0=0|0| = 0; u0|u| \ge 0; u=u|u| = u for u0u \ge 0 and u=u|u| = -u for u0u \le 0 (Basic properties of the absolute value).

[L5]

Order in R\mathbb{R}: trichotomy, so every real satisfies exactly one of x>0x > 0, x=0x = 0, x<0x < 0; 0<10 < 1 and hence 2>02 > 0, ε/2>0\varepsilon/2 > 0 and ε/2<ε\varepsilon/2 < \varepsilon for ε>0\varepsilon > 0; and 1(1)=1+1>01 - (-1) = 1 + 1 > 0, so 1<1-1 < 1 and in particular 111 \ne -1 (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Ordered field).

[L6]

Two-sided versus one-sided: if cc is a limit point of both AA^{-} and A+A^{+} and limxcf(x)=L\lim_{x \to c} f(x) = L, then limxcf(x)=L\lim_{x \to c^{-}} f(x) = L and limxc+f(x)=L\lim_{x \to c^{+}} f(x) = L (If cc is a limit point of the domain from both sides, the limit exists iff both one-sided limits exist and agree).

[L7]

At a limit point of its domain a function has at most one limit (At a limit point of the domain a function has at most one limit); applied to the restrictions, each one-sided limit is a single real.

Verification

technique · direct
1.1

sgn\operatorname{sgn} is a well-defined function on R\mathbb{R}: by trichotomy every real satisfies exactly one of the three defining conditions.

L5
1.2

00 is a limit point of A+=(0,)A^{+} = (0,\infty) and of A=(,0)A^{-} = (-\infty,0): given a real ε>0\varepsilon > 0, the real ε/2\varepsilon/2 is positive, hence lies in A+A^{+}, and satisfies 0<ε/20=ε/2<ε0 < |\varepsilon/2 - 0| = \varepsilon/2 < \varepsilon; and ε/2-\varepsilon/2 is negative, hence lies in AA^{-}, and satisfies 0<ε/20=ε/2<ε0 < |-\varepsilon/2 - 0| = \varepsilon/2 < \varepsilon.

L3L4L5
1.3

The reals 11 and 1-1 are distinct, since 1(1)=1+1>01 - (-1) = 1 + 1 > 0.

L5
2.1

limx0+sgn(x)=1\lim_{x \to 0^{+}} \operatorname{sgn}(x) = 1: by [L2] this is the limit at 00 of the restriction of sgn\operatorname{sgn} to A+A^{+}, which is well posed by step 1.2. Given a real ε>0\varepsilon > 0, any δ>0\delta > 0 serves, since every xA+x \in A^{+} has x>0x > 0, hence sgn(x)=1\operatorname{sgn}(x) = 1 and sgn(x)1=0=0<ε|\operatorname{sgn}(x) - 1| = |0| = 0 < \varepsilon.

step 1.1step 1.2L1L2L4
2.2

limx0sgn(x)=1\lim_{x \to 0^{-}} \operatorname{sgn}(x) = -1: identically, every xAx \in A^{-} has x<0x < 0, hence sgn(x)=1\operatorname{sgn}(x) = -1 and sgn(x)(1)=0=0<ε|\operatorname{sgn}(x) - (-1)| = |0| = 0 < \varepsilon for every ε>0\varepsilon > 0 and every δ>0\delta > 0.

step 1.1step 1.2L1L2L4
3.1

Suppose sgn\operatorname{sgn} had a limit at 00, say limx0sgn(x)=L\lim_{x \to 0} \operatorname{sgn}(x) = L. Since 00 is a limit point of both AA^{-} and A+A^{+} by step 1.2, [L6] gives limx0sgn(x)=L\lim_{x \to 0^{-}} \operatorname{sgn}(x) = L and limx0+sgn(x)=L\lim_{x \to 0^{+}} \operatorname{sgn}(x) = L; each one-sided limit is single valued by [L7], so steps 2.1 and 2.2 force L=1L = 1 and L=1L = -1, contradicting step 1.3. Hence sgn\operatorname{sgn} has no limit at 00.

step 1.3step 2.1step 2.2L6L7

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

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