Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-08-29
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.

Absolute and relative forward error for an approximate value of a problem map

Definition

Let X and Y be normed spaces over R (A norm on a real vector space, the induced metric, and the dictionary with the metric axioms), let f:XY be a map, and let x be an element of the domain of f. Let y^Y be an approximate value of f at x: an element of the target space meant to stand for f(x).

The absolute forward error of y^ at x is the norm

y^f(x),

and, provided f(x)0, the relative forward error of y^ at x is

y^f(x)f(x).

The exact value f(x) is called the exact answer, and y^ the computed (or approximate) answer. Forward error is the error in the answer itself; it is measured in the target space Y and knows nothing about how y^ was produced.

Remarks

  • Why the relative version needs f(x)0. Relative error divides by f(x); when f(x)=0 the division is not defined, and the only sensible quantity is the absolute error. Every statement on this page that writes a relative forward error carries the hypothesis f(x)0.

  • Approximate values are plain elements of Y. No machine arithmetic is assumed here: y^ can come from hand calculation, a rounded formula, or an algorithm. The floating-point model is introduced separately in The standard relative floating-point model and unit roundoff, and nothing in this definition depends on it.

Depends on

Used by

Dependency tree · two levels

14 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