Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-13
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 dual basis and transpose computed for a linear map on F32

Example

Let e1,e2 be the standard basis of F32, with dual basis ε1,ε2, and let

[T]=(1201).

Then T(ε1)=ε1+2ε2, T(ε2)=ε2, and

[T]=(1021)=[T]T.

Facts & Assumptions

Given: The displayed matrix in the standard basis over F3.

[L1]

Since 3 is prime, F3=Z/3Z is a field (For every prime p, the two operations on Z/p make it a field).

[L3]

In dual bases, the matrix of T is the transpose of that of T (In dual bases, the matrix of T is the transpose of the matrix of T).

Verification

technique · exhaustive coordinate evaluation
1.1

The matrix columns give T(e1)=e1 and T(e2)=2e1+e2. Therefore T(ε1) takes values 1,2 on e1,e2, while T(ε2) takes values 0,1.

L1L2algebra
2.1

By the dual-basis expansion [L2], these four values give T(ε1)=ε1+2ε2 and T(ε2)=ε2.

step 1.1L2
3.1

The coordinate columns in step 2.1 give [T]=(1021), which independently agrees with [L3].

step 2.1L3

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 66 results over 14 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.