Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

One-step subspace test: a nonempty W⊆V is a linear subspace if and only if λu+v∈W for all λ∈F and u,v∈W

Statement

Let V be a vector space over a field F (Vector space over a field) and let W⊆V be nonempty. Then W is a linear subspace of V (Linear subspace of a vector space) if and only if

λu+v∈Wfor all λ∈F and all u,v∈W.

Nonemptiness cannot be dropped: the empty set satisfies the displayed condition vacuously and is not a linear subspace, since it does not contain 0V.

Facts & Assumptions

Given: A field F, a vector space V over F, and a nonempty subset W⊆V.

[L1]

A linear subspace of V is a subset satisfying (W1) 0V∈W, (W2) closure under +, and (W3) closure under scalar multiplication (Linear subspace of a vector space).

[L2]

The vector space axioms, in particular (V5) 1Fv=v, and that (V,+,0V) is an abelian group with 0V a two-sided identity (Vector space over a field).

[L4]

F has elements 0F and 1F, and every μ∈F has an additive inverse −μ; in particular 1F∈F and −1F∈F (Field).

Proof

technique · direct
1.1

Necessity. Suppose W is a linear subspace, and let λ∈F and u,v∈W. Then λu∈W by (W3), and hence λu+v∈W by (W2).

L1
1.2

Sufficiency, the zero vector. Suppose λu+v∈W for all λ∈F and u,v∈W. Since W is nonempty, choose w∈W; applying the condition with λ=−1F and u=v=w gives (−1F)w+w∈W, and (−1F)w+w=−w+w=0V, so 0V∈W, which is (W1).

givenL3L4choose
1.3

Sufficiency, closure under addition. Let u,v∈W. Applying the condition with λ=1F gives 1Fu+v∈W, and 1Fu=u by (V5), so u+v∈W, which is (W2).

givenL2L4
2.1

Sufficiency, closure under scalars. Let λ∈F and u∈W. By step 1.2 we have 0V∈W, so the condition applies to λ, u and 0V and gives λu+0V∈W; since 0V is a two-sided identity, λu+0V=λu, so λu∈W, which is (W3).

step 1.2givenL2
3.1

Steps 1.2, 1.3 and 2.1 verify (W1), (W2) and (W3), so a nonempty W satisfying the displayed condition is a linear subspace; with step 1.1 this proves the equivalence.

step 1.1step 1.2step 1.3step 2.1L1∎

Remarks

  • The order of the two verifications matters. Closure under scalar multiplication is deduced after 0V is known to lie in W, because it is obtained by applying the test to the pair u, 0V. Running the argument in the other order would use 0V∈W before it had been established.

  • One test, three conditions. The single condition is exactly as strong as the three of Linear subspace of a vector space, and it is the form used in practice: to check that a set is a linear subspace one shows it is nonempty and closes under a single mixed expression. It is the linear analogue of the one-step subgroup test gh−1∈H (One-step subgroup test: a nonempty H⊆G is a subgroup iff gh−1∈H for all g,h∈H; the identity and the inverses of H are then those of G), and, exactly as there, the nonemptiness hypothesis is what rules out the empty set.

  • Neither closure condition implies the other, so a test combining them is not extravagant. A subset of a vector space can be closed under addition and not under scalar multiplication, and another can be closed under scalar multiplication and not under addition; the companion examples page records a witness of each kind.

Depends on

Used by

Dependency tree · two levels

13 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