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.

Normwise and componentwise backward error for an approximate linear-system solution

Definition

Let n1, let pQ with p1, let A=(aij)GLn(R), let b=(bi)Rn, and let x^Rn be an approximate solution of the system Ax=b with residual r=bAx^.

Normwise backward error. The normwise backward error of x^ is

ηp(x^)  :=  inf{ε0  :  there are ΔAMn(R), ΔbRn with (A+ΔA)x^=b+Δb, ΔApεAp, Δbpεbp},

where p on matrices is the induced norm of The matrix norm induced by a published vector p-norm and on vectors the p-norm.

Componentwise backward error. The componentwise backward error of x^ is

ω(x^)  :=  inf{ε0  :  there are ΔA=(Δaij), Δb=(Δbi) with (A+ΔA)x^=b+Δb, Δaijεaij for all i,j<n, Δbiεbi for all i<n},

with the absolute value (Absolute value in an ordered field).

Both infima are over nonempty sets, so they are well defined. The single choice ΔA:=A and Δb:=b always satisfies the defining relation, because (A+ΔA)x^=0=b+Δb. It is admissible with ε=1 for both notions: normwise, ΔAp=Ap and Δbp=bp; componentwise, Δaij=aij and Δbi=bi. Hence each defining set is a nonempty subset of [0,) and therefore has an infimum.

In words: ηp(x^) is the smallest factor by which the data (A,b) must be perturbed, measured in the p-norm with the weights Ap and bp, for the computed answer x^ to be exactly right; ω(x^) measures the same perturbation entrywise. The explicit residual formulas for both are Residual formulas for normwise and componentwise backward error.

Remarks

  • Backward error is about the data, not the answer. An approximate solution with small backward error is the exact solution of a nearby problem; the size of the forward error xx^ is governed separately by the condition number through Local conditioning times backward error controls forward error to first order.

  • The two notions are not interchangeable. Componentwise admissibility controls every entry and preserves the zero pattern of the data, whereas normwise admissibility controls only the declared aggregate norms. Neither definition gives the same numerical tolerance as the other without dimension- and data-dependent comparison factors. Sparse matrices make the distinction especially visible: ω preserves their zero pattern but ηp does not.

Depends on

Used by

Dependency tree · two levels

6 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