Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03
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 linear map preserves zero, negatives, and subtraction

Statement

If T:V→W is linear, then T(0V)=0W, T(−v)=−T(v), and T(u−v)=T(u)−T(v) for all u,v∈V.

Facts & Assumptions

Given: Vector spaces V,W over a field F and a linear map T:V→W.

[L1]

A linear map satisfies T(au+bv)=aT(u)+bT(v) (Linear map between vector spaces over the same field).

[L2]

The additive structure of a vector space is an abelian group, so it has identities, inverses, cancellation, and u−v=u+(−v); also 0Fv=0V and (−1F)v=−v (Vector space over a field, In any vector space 0Fv=0V, λ0V=0V, (−λ)v=−(λv), (−1F)v=−v, and λv=0V forces λ=0F or v=0V).

Proof

technique · direct
1.1

Linearity gives T(0V)=T(0F0V+0F0V)=T(0V)+T(0V); cancellation in W gives T(0V)=0W.

L1L2given
2.1

Since 0W=T(0V)=T(v+(−v))=T(v)+T(−v), the inverse law gives T(−v)=−T(v).

step 1.1L1L2given
3.1

Using u−v=u+(−v) and step 2.1, T(u−v)=T(u)+T(−v)=T(u)−T(v).

step 2.1L1L2given∎

Depends on

Used by

Dependency tree · two levels

12 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