Alphabeta Math
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.

✓ 7 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 7 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Matrices and Change of Basis: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-11Open item page →

A matrix represents a map F2→F3 by its images of the standard basis vectors

Example

Over a field F, define

T:F2→F3,T(x,y)=(x+2y, 3x−y, x+y).

In the standard ordered bases,

[T]=(123−111),

whose columns are the coordinate columns of T(1,0) and T(0,1).

Facts & Assumptions

Given: The displayed linear map and the standard ordered bases of F2 and F3.

[L1]

The j-th column of a linear map's matrix is the coordinate column of the image of the j-th domain basis vector (Coordinate columns [v]B and matrices [T]BC of linear maps relative to ordered bases).

Verification

technique · direct
1.1

One has T(1,0)=(1,3,1) and T(0,1)=(2,−1,1), so [L1] gives the two displayed columns and hence the displayed 3 by 2 matrix.

givenL1
2.1

Multiplication by a general coordinate column gives (123−111)(xy)=(x+2y3x−yx+y)=[T(x,y)], independently verifying that the matrix represents T.

step 1.1L1∎
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

The same operator has two different matrices in two ordered bases

Example

Let T:F2→F2 be T(x,y)=(x,2y). In the standard ordered basis E=(e0,e1),

[T]EE=(1002).

For B=(e0+e1,e1), the same operator has

[T]BB=(1012).

Facts & Assumptions

Given: The displayed operator and ordered bases.

[L1]

A matrix of an operator records the coordinate columns of its basis-vector images, and basis change acts by the two-sided formula (Coordinate columns [v]B and matrices [T]BC of linear maps relative to ordered bases, [T]B′C′=PC′←C[T]BCPB←B′).

Verification

technique · direct
1.1

The standard images are T(e0)=e0 and T(e1)=2e1. The transition matrices are PE←B=(1011) and PB←E=(10−11), whose products in either order are I2.

givenL1
2.1

Directly, T(e0+e1)=e0+2e1=(e0+e1)+e1 and T(e1)=2e1, giving the columns (1,1) and (0,2). Equivalently, PB←E[T]EEPE←B=(1012).

step 1.1L1∎
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

The quarter-turn (x,y)↦(−y,x) on R2 has matrix (0−110) and square −I2

Example

The linear map Q:R2→R2 given by Q(x,y)=(−y,x) is a quarter-turn. In the standard basis,

[Q]=(0−110),[Q]2=−I2.

Thus Q2(x,y)=(−x,−y) is the half-turn.

Facts & Assumptions

Given: The real vector space R2 with its standard ordered basis and the displayed map Q.

[L1]

The columns of a linear map's matrix are the coordinate columns of its basis-vector images (Coordinate columns [v]B and matrices [T]BC of linear maps relative to ordered bases).

[L2]

The matrix of a composite is the product of the matrices ([S∘T]BD=[S]CD[T]BC).

Verification

technique · direct
1.1

Since Q(1,0)=(0,1) and Q(0,1)=(−1,0), [L1] gives [Q]=(0−110). Multiplying this matrix by itself gives (−100−1)=−I2.

givenL1
2.1

By [L2], the matrix square is [Q2], and direct substitution gives Q2(x,y)=Q(−y,x)=(−x,−y), the half-turn.

step 1.1L1L2∎
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

Two explicit 2 by 2 matrices do not commute

Example

In M2(F), let

A=E01=(0100),B=E10=(0010).

Then AB≠BA.

Facts & Assumptions

Given: A field F and the displayed matrix units in M2(F).

[L1]

Matrix units satisfy EijEkℓ=δjkEiℓ (EijEkℓ=δjkEiℓ).

Verification

technique · direct
1.1

By [L1], AB=E00=(1000) while BA=E11=(0001).

givenL1
2.1

The products differ at entry (0,0), since 1≠0 in a field, so A and B do not commute.

step 1.1L1∎
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A nonzero square-zero matrix is not similar to any diagonal matrix

Example

For every field F, the matrix

N=E01=(0100)∈M2(F)

is nonzero and satisfies N2=0, but it is not similar to any diagonal matrix.

Facts & Assumptions

Given: A field F and the displayed matrix N.

[L1]

Matrix units satisfy EijEkℓ=δjkEiℓ (EijEkℓ=δjkEiℓ).

[L2]

Similarity has the form N=P−1DP with P invertible, and every nonzero scalar in a field has an inverse (Similar matrices: B=P−1AP for an invertible P, Field).

Verification

technique · contradiction
1.1

By [L1], N2=E01E01=0, while the (0,1)-entry of N is 1, so N≠0. Suppose, for contradiction, that N=P−1DP as in [L2], with D diagonal. Then 0=N2=P−1D2P, so D2=0.

assume-contraL1L2
2.1

Every diagonal entry d of D satisfies d2=0. If d≠0, the inverse from [L2] gives d=0, a contradiction; hence D=0, and then N=P−10P=0, contradicting step 1.1. Thus N is not similar to a diagonal matrix.

step 1.1L1L2discharge-contradiction∎
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

Changing both domain and codomain bases of a map F2→F3 uses both sides of the formula

Example

Let T:F2→F3 be T(x,y)=(x+2y,3x−y,x+y). Use the standard bases B,C and the new bases

B′=(e0+e1,e1),C′=(f0+f2,f1,f2).

Then

[T]B′C′=(322−1−1−1).

Facts & Assumptions

Given: The displayed map and four ordered bases.

[L1]

The two-sided formula is [T]B′C′=PC′←C[T]BCPB←B′ ([T]B′C′=PC′←C[T]BCPB←B′).

Verification

technique · direct
1.1

Here [T]BC=(123−111), PB←B′=(1011), and PC′←C=(100010−101). Multiplying in the order of [L1] gives (322−1−1−1).

givenL1
2.1

Independently, T(e0+e1)=(3,2,2)=3(f0+f2)+2f1−f2 and T(e1)=(2,−1,1)=2(f0+f2)−f1−f2, producing the same two coordinate columns.

step 1.1L1∎
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A 2 by 3 matrix and a 3 by 2 matrix give square products of different sizes but equal traces

Example

Over any field F, let

A=(120013),B=(102101).

The product AB is 2 by 2, the product BA is 3 by 3, and their traces are equal.

Facts & Assumptions

Given: The displayed rectangular matrices over a field F.

[L1]

For conformable rectangular matrices, tr⁡(AB)=tr⁡(BA) (For A∈Mm×n(F) and B∈Mn×m(F), tr⁡(AB)=tr⁡(BA)).

Verification

technique · direct
1.1

Direct multiplication gives AB=(5224) and BA=(120253013).

givenL1
2.1

Hence tr⁡(AB)=5+4=9 and tr⁡(BA)=1+5+3=9 as elements of F, verifying [L1] for products of different square sizes.

step 1.1L1∎

Sources