Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck 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.

Sums, scalar multiples, products, absolute values, maxima, minima and quotients with nonvanishing denominator of continuous functions are continuous, as are constants, the identity and every polynomial function

Statement

Let A⊆R, let f,g:A→R, let α∈R and let c∈A. Suppose f and g are continuous at c (Continuity of f:A→R at a point of A and on A: the ε-δ condition, its agreement with lim⁡x→cf(x)=f(c) at a limit point, and continuity at an isolated point). Then:

  1. f+g, αf and fg are continuous at c;
  2. ∣f∣, the function x↦∣f(x)∣, is continuous at c;
  3. max⁡{f,g} and min⁡{f,g}, defined pointwise by x↦max⁡{f(x),g(x)} and x↦min⁡{f(x),g(x)} (Maximum and minimum of a set), are continuous at c;
  4. if g(c)≠0 then, writing A0:={ x∈A:g(x)≠0 }, the point c lies in A0 and the quotient (f/g)∣A0:A0→R, x↦f(x)/g(x), is continuous at c as a function on A0.

Moreover, with no hypothesis at all:

  1. every constant function A→R and the identity id:A→R, x↦x, are continuous on A; hence so is x↦xn for every n∈N (Integer powers am), and hence so is every polynomial function x↦a0+a1x+⋯+anxn with real coefficients.

Consequently, if f and g are continuous on A then so are f+g, αf, fg, ∣f∣, max⁡{f,g} and min⁡{f,g}, and (f/g)∣A0 is continuous on A0.

Claim 4 is stated on A0 because f/g is not defined where g vanishes, and g may well vanish at points of A far from c. The hypothesis is g(c)≠0, not "g nowhere zero"; what it buys is that c itself lies in the smaller domain, which is what makes continuity there mean anything.

Nothing here is proved through a sequence. Claims 1 and 4 are read off from Sums, scalar multiples, products and quotients of function limits, the quotient under the hypothesis that the denominator limit is nonzero, which is itself proved from ε and δ, and claims 2, 3 and 5 are proved directly below. So no choice principle is used anywhere in this item.

Facts & Assumptions

Given: A set A⊆R, functions f,g:A→R, a real α, a point c∈A at which f and g are continuous, and, for claim 4, the hypothesis g(c)≠0 together with A0:={ x∈A:g(x)≠0 }.

[L1]

Continuity at c: for every real ε>0 there is a real δ>0 such that every x∈A with ∣x−c∣<δ satisfies ∣f(x)−f(c)∣<ε (Continuity of f:A→R at a point of A and on A: the ε-δ condition, its agreement with lim⁡x→cf(x)=f(c) at a limit point, and continuity at an isolated point).

[L3]

Algebra of function limits at a limit point c of A: if the limits of f and g at c exist with values L and M, then the limits of f+g, αf and fg at c exist with values L+M, αL and LM; and if M≠0 then c is a limit point of A0, and the limit of (f/g)∣A0 at c exists and equals L/M (Sums, scalar multiples, products and quotients of function limits, the quotient under the hypothesis that the denominator limit is nonzero).

[L4]

Sign preservation: if the limit of g at a limit point c of A exists and is nonzero, then c is a limit point of A0={ x∈A:g(x)≠0 } (If lim⁡x→cf(x)=L≠0 then ∣f∣>∣L∣/2 on a punctured neighbourhood of c; in particular if L>0 then f>L/2>0 there).

[L5]

Reverse triangle inequality: ∣∣u∣−∣v∣∣≤∣u−v∣ (The reverse triangle inequality); and ∣u∣≥0, ∣u∣=0 exactly when u=0, ∣uv∣=∣u∣∣v∣ (Basic properties of the absolute value).

[L6]

Maximum and minimum of a two-element set of reals exist (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set), and for all reals u,v one has max⁡{u,v}=12(u+v+∣u−v∣) and min⁡{u,v}=12(u+v−∣u−v∣).

[L7]

Ordered-field arithmetic in R: trichotomy and totality of the order, the field identities, and 0<1 so that 2≠0 and t/2 is defined (Ordered field, Field).

[L8]

Integer powers: a0=1 and an+1=an⋅a (Integer powers am).

Proof

technique · direct
1.1

Justification of the identity in [L6]. Let u,v∈R. By totality either u≥v or v≥u. If u≥v then u−v≥0, so ∣u−v∣=u−v and 12(u+v+∣u−v∣)=12(2u)=u=max⁡{u,v}, while 12(u+v−∣u−v∣)=v=min⁡{u,v}. If v≥u the same computation with the roles exchanged applies, since ∣u−v∣=v−u there.

L5L6L7
1.2

The isolated case. Suppose c is an isolated point of A, say Nη(c)∩A={c} with η>0 real. Then every function on A is continuous at c by [L2], which gives claims 1, 2 and 3 at once. For claim 4, assume g(c)≠0; then c∈A0, and Nη(c)∩A0⊆Nη(c)∩A={c} with c in the left-hand side, so c is an isolated point of A0 and every function on A0, in particular (f/g)∣A0, is continuous at c.

L2
1.3

Claim 2, at any point of A. Let a real ε>0 be given and let δ>0 be as in [L1] for f and this ε. For x∈A with ∣x−c∣<δ the reverse triangle inequality gives ∣∣f(x)∣−∣f(c)∣∣≤∣f(x)−f(c)∣<ε. So ∣f∣ is continuous at c, and no case distinction was needed.

L1L5
1.4

Claim 5, constants and the identity. If f is constant then ∣f(x)−f(c)∣=0<ε for every x∈A and every real ε>0, so any δ>0 serves. For the identity, given a real ε>0 take δ:=ε: every x∈A with ∣x−c∣<δ has ∣id(x)−id(c)∣=∣x−c∣<ε. Both are continuous at every point of A.

L1L5L7
1.5

The limit-point case, claim 1. Suppose c is a limit point of A. By [L2] the limits of f and of g at c exist and equal f(c) and g(c). By [L3] the limits of f+g, αf and fg at c exist and equal f(c)+g(c), αf(c) and f(c)g(c), which are exactly the values of those three functions at c; by [L2] again, each of them is continuous at c.

L2L3
1.6

The limit-point case, claim 4. Suppose c is a limit point of A and g(c)≠0. Then c∈A0, and by [L4] the point c is a limit point of A0. By [L3] the limit of (f/g)∣A0 at c exists and equals f(c)/g(c), which is the value of (f/g)∣A0 at c; by [L2] applied on the domain A0, that function is continuous at c.

L2L3L4
2.1

Claims 1 and 4 in general. By [L2] the point c is either isolated in A or a limit point of A; step 1.2 settles the first case and steps 1.5 and 1.6 the second. So claims 1 and 4 hold as stated.

step 1.2step 1.5step 1.6L2
3.1

Claim 3. By claim 1 the function f−g=f+(−1)g is continuous at c, by step 1.3 so is ∣f−g∣, and by claim 1 again so are f+g+∣f−g∣ and its scalar multiple by 1/2. By step 1.1 that scalar multiple is the function x↦max⁡{f(x),g(x)}, so the maximum is continuous at c; the same argument with −∣f−g∣ gives the minimum.

step 1.1step 1.3step 2.1L6L7
3.2

Claim 5, powers and polynomials. The map x↦x0 is the constant 1 and x↦x1 is the identity, both continuous on A by step 1.4; and if x↦xn is continuous on A then so is x↦xn+1=xn⋅x, being a product of two functions continuous on A by step 2.1. By induction on n, x↦xn is continuous on A for every n∈N. A polynomial function a0+a1x+⋯+anxn is obtained from these by finitely many scalar multiplications and additions, each of which preserves continuity by step 2.1.

step 1.4step 2.1L8
4.1

Claims 1 to 5 are proved, all of them at an arbitrary point c of A and therefore, applied at every point, on the whole of A; and no sequence and no choice principle was used.

step 1.3step 2.1step 3.1step 3.2∎

Remarks

Depends on

Used by

…and 54 more results.

Dependency tree · two levels

39 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