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

Condition number depends on the chosen norm and on diagonal rescaling

Statement refuted

The condition number of a linear system is a property of the bare linear relation alone: it does not change with the chosen norm, and diagonally rescaling the equations leaves it unchanged.

Facts & Assumptions

Given: The matrix A=(120031004), the diagonal matrix D=diag(10,1,1), and the equivalent systems Ax=b and (DA)x=Db.

[L1]

κp(A)=ApA1p (The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system).

[L2]

The induced 1-norm is the maximum column sum and the induced -norm the maximum row sum (The induced 1-norm is the maximum column sum and the induced infinity-norm is the maximum row sum).

Counterexample

technique · direct
1.1

The inverse of the upper triangular matrix A is A1=(12/31/601/31/12001/4), obtained by back substitution from AX=I3.

algebra
1.2

By [L2], the column sums of A are 1,5,5 so A1=5, and the column sums of A1 are 1,1,1/2 so A11=1; [L1] gives κ1(A)=51=5.

L1L2algebra
1.3

By [L2], the row sums of A are 3,4,4 so A=4, and the row sums of A1 are 11/6,5/12,1/4 so A1=11/6; [L1] gives κ(A)=411/6=22/3.

L1L2algebra
1.4

The rescaled matrix is DA=(10200031004), with inverse (DA)1=A1D1=(1/102/31/601/31/12001/4).

algebra
1.5

By [L2], the column sums of DA are 10,23,5 so DA1=23, and the column sums of (DA)1 are 1/10,1,1/2 so (DA)11=1; [L1] gives κ1(DA)=231=23.

L1L2algebra
2.1

Steps 1.2 and 1.3 give κ1(A)=522/3=κ(A): the same matrix has different condition numbers in different induced norms.

step 1.2step 1.3
2.2

Since D is invertible, the systems Ax=b and (DA)x=Db have exactly the same solution set, yet step 1.5 shows κ1(DA)=235=κ1(A): diagonal rescaling changes the condition number even though it changes nothing about the set of solutions.

step 1.5step 1.2algebra
3.1

Steps 2.1 and 2.2 refute both halves of the false statement: condition number depends on the declared norm and on the scaling of the equations.

step 2.1step 2.2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

8 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