Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedPipeline-generatedprecheck passaudited 2026-08-30
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.

A block LU factorisation turns a linear solve into a Schur-complement solve

Example

For A=(211131112)

with the 1+2 block split, the Schur complement is

S=(52121232),

and

A=(10012101201)(2110521201232).

For the right-hand side b=(4,5,4)T, the solve Ax=b reduces to the Schur-complement solve and yields x=(1,1,1)T.

Facts & Assumptions

Given: The displayed matrix A, its block split, the right-hand side b, and the candidate factorisation.

[L1]

An invertible leading block yields the block LU factorisation through its Schur complement (An invertible leading block yields block LU through its Schur complement).

[L2]

Triangular systems are solved by forward and backward substitution (Forward and backward substitution are correct, unique, and quadratic in scalar operations).

Verification

technique · direct
1.1

The leading block is A11=[2], so S=(3112)12(11)(1 1), which is the displayed Schur complement. The block-LU formula of [L1] gives the displayed factorisation.

givenL1algebra
2.1

Solve Ly=b: y1=4, y2=5124=3, y3=4124=2. Then solve Ux=y from the bottom: 32x3=212x2, 52x2+12x3=3, and 2x1+x2+x3=4. This gives x3=1, x2=1, and x1=1.

step 1.1L2algebra
3.1

Steps 1.1-2.1 verify both the factorisation and the Schur-complement solve.

step 1.1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

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