Alphabeta Math
Session-authored (Fable 5 assisted)
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.

8 results · all verified · 7 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 1 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Vector Spaces and Linear Subspaces: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

R\mathbb{R} is a vector space over itself, over the embedded copy of Q\mathbb{Q} by restriction of scalars, and over Q\mathbb{Q} itself via the embedding

Example

Let R\mathbb{R} be the real numbers (The real numbers), a field (The reals form a field) and an ordered field (The reals form a totally ordered field, Ordered field), and let Q\mathbb{Q} be the rationals, a field (The rationals form a field).

  1. R\mathbb{R} is a vector space over itself (Vector space over a field): the vectors are the reals, the vector addition is the field addition, the zero vector is 00, and the scalar multiplication is the field multiplication.
  2. Let ι:QR\iota : \mathbb{Q} \to \mathbb{R} be the unique field homomorphism (The unique embedding of ℚ into an ordered field, Field homomorphism and embedding), which is injective and order-preserving. Its image QR:=ι[Q]={ι(q):qQ}\mathbb{Q}_{\mathbb{R}} := \iota[\mathbb{Q}] = \{\, \iota(q) : q \in \mathbb{Q} \,\} is a subfield of R\mathbb{R} (Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations), and by restriction of scalars (A field is a vector space over itself, and over any subfield KFK \subseteq F every FF-vector space is a KK-vector space by restricting the scalars) R\mathbb{R} is a vector space over QR\mathbb{Q}_{\mathbb{R}}, the scalar multiplication being the field multiplication restricted to QR×R\mathbb{Q}_{\mathbb{R}} \times \mathbb{R}.
  3. Setting qx:=ι(q)xq \cdot x := \iota(q)\,x for qQq \in \mathbb{Q} and xRx \in \mathbb{R} makes R\mathbb{R} a vector space over Q\mathbb{Q} itself.

The subfield is the image, not Q\mathbb{Q}. Q\mathbb{Q} is not a subset of R\mathbb{R} in this library: a rational is a class of pairs of integers and a real is a class of Cauchy sequences of rationals (The real numbers). What sits inside R\mathbb{R} as a subfield is the image QR\mathbb{Q}_{\mathbb{R}} of the embedding, and claim 2 is a statement about that image. Claim 3 is the statement about Q\mathbb{Q} itself, and it is proved directly rather than by restricting scalars, because restriction of scalars requires a subfield.

Facts & Assumptions

Given: The field R\mathbb{R}, the field Q\mathbb{Q}, and the map ι:QR\iota : \mathbb{Q} \to \mathbb{R} of The unique embedding of ℚ into an ordered field.

[L1]

R\mathbb{R} is a field (The reals form a field, The real numbers) and is an ordered field with positive cone as in Ordered field (The reals form a totally ordered field).

[L2]

Q\mathbb{Q} is a field (The rationals form a field).

[L3]

There is a unique field homomorphism ι:QR\iota : \mathbb{Q} \to \mathbb{R}, and it is injective and order-preserving (The unique embedding of ℚ into an ordered field).

[L4]

A field homomorphism φ\varphi satisfies φ(x+y)=φ(x)+φ(y)\varphi(x+y) = \varphi(x)+\varphi(y), φ(xy)=φ(x)φ(y)\varphi(xy) = \varphi(x)\varphi(y) and φ(1)=1\varphi(1) = 1, and consequently φ(0)=0\varphi(0) = 0, φ(x)=φ(x)\varphi(-x) = -\varphi(x) and φ(x1)=φ(x)1\varphi(x^{-1}) = \varphi(x)^{-1} for x0x \ne 0 (Field homomorphism and embedding).

[L5]

A subfield of a field FF is a subring of FF containing x1x^{-1} for each of its nonzero elements; equivalently, a subset containing 1F1_F and closed under aba - b and abab, and containing x1x^{-1} for each of its nonzero elements. Such a subset contains 0F0_F and is closed under addition and additive inverses (Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations).

[L6]

A field is a vector space over itself, and over any subfield KK of FF every FF-vector space is a KK-vector space by restricting the scalar multiplication to KK (A field is a vector space over itself, and over any subfield KFK \subseteq F every FF-vector space is a KK-vector space by restricting the scalars).

[L7]

The vector space axioms (V1)–(V5) (Vector space over a field), and the field axioms of R\mathbb{R}: (R,+,0)(\mathbb{R},+,0) is an abelian group, multiplication is associative and commutative with identity 11, and it distributes over addition (Field).

Verification

technique · direct
1.1

R\mathbb{R} is a field, so it is a vector space over itself with the field addition as vector addition and the field multiplication as scalar multiplication; this is claim 1.

L1L6
1.2

Since R\mathbb{R} is an ordered field, there is a unique field homomorphism ι:QR\iota : \mathbb{Q} \to \mathbb{R}, and it is injective.

L1L2L3
1.3

QR=ι[Q]\mathbb{Q}_{\mathbb{R}} = \iota[\mathbb{Q}] is a subfield of R\mathbb{R}: it contains ι(0)=0\iota(0) = 0 and ι(1)=1\iota(1) = 1; for p,qQp, q \in \mathbb{Q} it contains ι(p)+ι(q)=ι(p+q)\iota(p) + \iota(q) = \iota(p+q), ι(q)=ι(q)-\iota(q) = \iota(-q) and ι(p)ι(q)=ι(pq)\iota(p)\iota(q) = \iota(pq); and if ι(q)0\iota(q) \ne 0 then q0q \ne 0, since ι(0)=0\iota(0) = 0, so ι(q)1=ι(q1)QR\iota(q)^{-1} = \iota(q^{-1}) \in \mathbb{Q}_{\mathbb{R}}.

L2L3L4L5
1.4

The assignment (q,x)ι(q)x(q,x) \mapsto \iota(q)\,x is a map Q×RR\mathbb{Q} \times \mathbb{R} \to \mathbb{R}, since ι(q)R\iota(q) \in \mathbb{R} and the field multiplication of R\mathbb{R} takes values in R\mathbb{R}.

L3L7
2.1

Applying restriction of scalars to the R\mathbb{R}-vector space of step 1.1 and the subfield of step 1.3 shows that R\mathbb{R} is a vector space over QR\mathbb{Q}_{\mathbb{R}}, with the field multiplication restricted to QR×R\mathbb{Q}_{\mathbb{R}} \times \mathbb{R} as scalar multiplication; this is claim 2.

step 1.1step 1.3L6
2.2

The operation of step 1.4 satisfies the five axioms over Q\mathbb{Q}. (V1) holds because (R,+,0)(\mathbb{R},+,0) is an abelian group. For p,qQp, q \in \mathbb{Q} and x,yRx, y \in \mathbb{R}: q(x+y)=ι(q)(x+y)=ι(q)x+ι(q)y=qx+qyq \cdot (x+y) = \iota(q)(x+y) = \iota(q)x + \iota(q)y = q\cdot x + q\cdot y by distributivity, which is (V2); (p+q)x=ι(p+q)x=(ι(p)+ι(q))x=ι(p)x+ι(q)x=px+qx(p+q)\cdot x = \iota(p+q)x = (\iota(p)+\iota(q))x = \iota(p)x + \iota(q)x = p\cdot x + q\cdot x by additivity of ι\iota and distributivity, which is (V3); (pq)x=ι(pq)x=(ι(p)ι(q))x=ι(p)(ι(q)x)=p(qx)(pq)\cdot x = \iota(pq)x = (\iota(p)\iota(q))x = \iota(p)(\iota(q)x) = p\cdot(q\cdot x) by multiplicativity of ι\iota and associativity, which is (V4); and 1x=ι(1)x=1x=x1 \cdot x = \iota(1)x = 1\,x = x, which is (V5).

step 1.4L3L4L7
3.1

Claim 1 is step 1.1, claim 2 is step 2.1, and claim 3 is step 2.2, so R\mathbb{R} carries all three structures at once: over itself, over the embedded copy of Q\mathbb{Q} inside it, and over Q\mathbb{Q}.

step 1.1step 2.1step 2.2

Remarks

  • Three structures on one set. The vectors are the same reals throughout and the addition is the same in all three cases; what changes is which scalars are allowed to act. Claims 2 and 3 differ only in bookkeeping: the scalars are the elements of QR\mathbb{Q}_{\mathbb{R}} in one and the elements of Q\mathbb{Q} in the other, and ι\iota matches them up bijectively, being injective onto its image.

  • Nothing here is said about size. How big R\mathbb{R} is as a vector space over Q\mathbb{Q} is a question about bases and dimension, which are developed on a later page; no claim about either is made above, and the verification uses neither.

  • Why the ordered field hypothesis appears at all. The embedding ι\iota is supplied by The unique embedding of ℚ into an ordered field, which is stated for an ordered field, and R\mathbb{R} is one. The order plays no further role: once ι\iota is in hand, every step above uses only that it is a field homomorphism.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

In F3F^{3} the three coordinate lines are linear subspaces whose internal direct sum is F3F^{3}, and F0F^{0} is the zero space

Example

Let FF be a field (Field) and consider the vector space F3F^{3} of functions 3F3 \to F with the pointwise operations (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}). Since 3={0,1,2}3 = \{0, 1, 2\} (The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n), an element is written x=(x0,x1,x2)x = (x_0, x_1, x_2) with xi:=x(i)x_i := x(i), indexed from 00. For j<3j < 3 let ejF3e_j \in F^{3} be given by ej(j)=1Fe_j(j) = 1_F and ej(i)=0Fe_j(i) = 0_F for iji \ne j, and put

Lj  :=  {xF3  :  xi=0F for every i<3 with ij}.L_j \;:=\; \{\, x \in F^{3} \;:\; x_i = 0_F \text{ for every } i < 3 \text{ with } i \ne j \,\}.

Then:

  1. Lj={λej:λF}=span{ej}L_j = \{\, \lambda e_j : \lambda \in F \,\} = \operatorname{span}\{e_j\}, so each LjL_j is a linear subspace of F3F^{3} (Linear subspace of a vector space, Linear combination of a finite list, and the span span(S)\operatorname{span}(S) as the smallest linear subspace containing SS);
  2. F3=j<3LjF^{3} = \bigoplus_{j<3} L_j (Internal direct sum V=i<nUiV = \bigoplus_{i<n} U_i: the sum is everything and each summand meets the sum of the others only in 0V0_V), the unique decomposition of xF3x \in F^{3} being x=x0e0+x1e1+x2e2x = x_0 e_0 + x_1 e_1 + x_2 e_2;
  3. F0F^{0} is the zero space: it has exactly one element, the empty function.

The sets LjL_j are called the coordinate lines of F3F^{3}; the word "line" is used informally, since dimension is not available here and nothing below uses it.

Facts & Assumptions

Given: A field FF, the vector space F3F^{3} of functions 3F3 \to F with pointwise operations, the vectors eje_j for j<3j < 3, and the sets LjL_j as displayed.

[L1]

FXF^{X} is a vector space over FF with (x+y)(i)=x(i)+y(i)(x+y)(i) = x(i)+y(i), (λx)(i)=λx(i)(\lambda x)(i) = \lambda x(i) and zero the constant function at 0F0_F; for X=nX = n a natural number, n={0,,n1}n = \{0,\dots,n-1\}; and F0F^{0} has exactly one element, the empty function, which is its zero vector (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}, Vector space over a field, The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L3]

The elements of i<nUi\sum_{i<n} U_i are exactly the i<nui\sum_{i<n} u_i with uiUiu_i \in U_i; and i<3ui=(u0+u1)+u2\sum_{i<3} u_i = (u_0 + u_1) + u_2, by the recursion i<0ui=0\sum_{i<0} u_i = 0 and i<σ(m)ui=(i<mui)+um\sum_{i<\sigma(m)} u_i = \bigl(\sum_{i<m} u_i\bigr) + u_m together with 0+u0=u00 + u_0 = u_0 (The sum U+WU + W of two linear subspaces and the sum i<nUi\sum_{i<n} U_i of a finite family).

[L5]

In a field: 1Fλ=λ1_F \lambda = \lambda, multiplication is commutative, 0Fλ=0F0_F \lambda = 0_F (Multiplication by zero: 0a=00 \cdot a = 0) and hence λ0F=0F\lambda 0_F = 0_F, and 0F0_F is the additive identity (Field).

Verification

technique · direct
1.1

F3F^{3} is the set of functions 3F3 \to F with the pointwise operations, and 3={0,1,2}3 = \{0,1,2\}, so the coordinates of an element are x0,x1,x2x_0, x_1, x_2.

L1
1.2

Each eje_j is an element of F3F^{3}, and each LjL_j is a subset of F3F^{3}, both by their displayed descriptions.

L1L5
1.3

Lj={λej:λF}L_j = \{\, \lambda e_j : \lambda \in F \,\} for every j<3j < 3. If λF\lambda \in F then (λej)j=λ1F=λ(\lambda e_j)_j = \lambda 1_F = \lambda and (λej)i=λ0F=0F(\lambda e_j)_i = \lambda 0_F = 0_F for iji \ne j, so λejLj\lambda e_j \in L_j. Conversely if xLjx \in L_j then xx and xjejx_j e_j have the same value at every i<3i < 3, namely xjx_j at i=ji = j and 0F0_F elsewhere, so x=xjejx = x_j e_j.

L1L5
1.4

For u0,u1,u2F3u_0, u_1, u_2 \in F^{3} the finite sum is j<3uj=(u0+u1)+u2\sum_{j<3} u_j = (u_0 + u_1) + u_2, whose value at i<3i < 3 is (u0(i)+u1(i))+u2(i)(u_0(i) + u_1(i)) + u_2(i), by the pointwise definition of the addition.

L1L3
1.5

F0F^{0} has exactly one element, the empty function, and that element is its zero vector, so F0F^{0} is the zero space; this is claim 3.

L1
2.1

Each LjL_j is a linear subspace of F3F^{3} and equals span{ej}\operatorname{span}\{e_j\}: by step 1.3 it is the set of scalar multiples of eje_j, which is exactly the span of {ej}\{e_j\}, and a span is a linear subspace. This is claim 1.

step 1.3L2
2.2

Every xF3x \in F^{3} decomposes. Put uj:=xjeju_j := x_j e_j, which lies in LjL_j by step 1.3. The value of j<3uj\sum_{j<3} u_j at i<3i < 3 is (x0e0(i)+x1e1(i))+x2e2(i)(x_0 e_0(i) + x_1 e_1(i)) + x_2 e_2(i); since ej(i)=0Fe_j(i) = 0_F for jij \ne i and ei(i)=1Fe_i(i) = 1_F, exactly one summand is xix_i and the others are 0F0_F, so the value is xix_i. Hence j<3uj=x\sum_{j<3} u_j = x, and j<3Lj=F3\sum_{j<3} L_j = F^{3}.

step 1.3step 1.4L1L5
3.1

The decomposition is unique. Suppose ujLju_j \in L_j for j<3j < 3 and j<3uj=x\sum_{j<3} u_j = x. Evaluating at i<3i < 3 gives (u0(i)+u1(i))+u2(i)=xi(u_0(i) + u_1(i)) + u_2(i) = x_i, and uj(i)=0Fu_j(i) = 0_F whenever jij \ne i, so the left-hand side is ui(i)u_i(i); thus ui(i)=xiu_i(i) = x_i, and step 1.3 gives ui=ui(i)ei=xieiu_i = u_i(i) e_i = x_i e_i. So the list is the one of step 2.2.

step 1.3step 1.4L1L5
4.1

By steps 2.2 and 3.1 every xF3x \in F^{3} is j<3uj\sum_{j<3} u_j with ujLju_j \in L_j in exactly one way, so F3=j<3LjF^{3} = \bigoplus_{j<3} L_j, and the decomposition is x=x0e0+x1e1+x2e2x = x_0 e_0 + x_1 e_1 + x_2 e_2. This is claim 2.

step 2.2step 3.1L4
5.1

Claim 1 is step 2.1, claim 2 is step 4.1 and claim 3 is step 1.5.

step 1.5step 2.1step 4.1

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

FNF^{\mathbb{N}} is a vector space and the eventually zero families form a linear subspace of it that is the span of the standard unit families

Example

Let FF be a field (Field) and let FNF^{\mathbb{N}} be the function space of all families x:NFx : \mathbb{N} \to F with the pointwise operations (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}), written x=(xn)nNx = (x_n)_{n \in \mathbb{N}} with xn:=x(n)x_n := x(n); the index runs over N\mathbb{N}, which contains 00 (The natural numbers N\mathbb{N} (von Neumann)). Put

E  :=  {xFN  :  there is NN with xn=0F for every nN},E \;:=\; \{\, x \in F^{\mathbb{N}} \;:\; \text{there is } N \in \mathbb{N} \text{ with } x_n = 0_F \text{ for every } n \ge N \,\},

the set of eventually zero families, and for kNk \in \mathbb{N} let ekFNe_k \in F^{\mathbb{N}} be the standard unit family given by ek(k)=1Fe_k(k) = 1_F and ek(n)=0Fe_k(n) = 0_F for nkn \ne k. Then:

  1. EE is a linear subspace of FNF^{\mathbb{N}} (Linear subspace of a vector space);
  2. E=span{ek:kN}E = \operatorname{span}\{\, e_k : k \in \mathbb{N} \,\} (Linear combination of a finite list, and the span span(S)\operatorname{span}(S) as the smallest linear subspace containing SS);
  3. EFNE \ne F^{\mathbb{N}}, the constant family at 1F1_F lying outside EE.

Facts & Assumptions

Given: A field FF, the vector space FNF^{\mathbb{N}} with pointwise operations, the set EE of eventually zero families, and the families eke_k for kNk \in \mathbb{N}.

[L1]

FXF^{X} is a vector space over FF with (x+y)(n)=x(n)+y(n)(x+y)(n) = x(n)+y(n), (λx)(n)=λx(n)(\lambda x)(n) = \lambda x(n), and zero the constant family at 0F0_F; two elements are equal exactly when they agree at every point (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}, Vector space over a field).

[L4]

Finite sums in a vector space: k<0uk=0\sum_{k<0} u_k = 0 and k<σ(N)uk=(k<Nuk)+uN\sum_{k<\sigma(N)} u_k = \bigl(\sum_{k<N} u_k\bigr) + u_N (The product g0g1gn1g_0 g_1 \cdots g_{n-1} of a finite list in a monoid, by recursion, with the empty product (n=0n = 0) equal to the identity, Linear combination of a finite list, and the span span(S)\operatorname{span}(S) as the smallest linear subspace containing SS).

[L5]

Induction on N\mathbb{N} (The principle of mathematical induction).

[L6]

The order of N\mathbb{N} is total and reflexive, m<σ(N)m < \sigma(N) is equivalent to mNm \le N, and m<nm < n implies mnm \ne n (\le is a linear order on N\mathbb{N}, Order on the natural numbers, On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L7]

In a field: 0Fλ=0F0_F \lambda = 0_F (Multiplication by zero: 0a=00 \cdot a = 0) and multiplication is commutative, so λ0F=0F\lambda 0_F = 0_F; λ1F=λ\lambda 1_F = \lambda; 0F+0F=0F0_F + 0_F = 0_F and 0F0_F is the additive identity; and 1F0F1_F \ne 0_F (Field).

Verification

technique · direct
1.1

FNF^{\mathbb{N}} is a vector space over FF, being the function space on the index set N\mathbb{N}, and its zero is the constant family at 0F0_F.

L1
1.2

EE is nonempty: the zero family has xn=0Fx_n = 0_F for every nn, so N=0N = 0 witnesses that it lies in EE.

L1
1.3

EE is closed under the one-step expression. Let λF\lambda \in F and u,vEu, v \in E, with witnesses N1N_1 for uu and N2N_2 for vv. The order of N\mathbb{N} is total, so one of N1,N2N_1, N_2 is at least the other; let NN be that one. For nNn \ge N we have nN1n \ge N_1 and nN2n \ge N_2, hence (λu+v)n=λun+vn=λ0F+0F=0F(\lambda u + v)_n = \lambda u_n + v_n = \lambda 0_F + 0_F = 0_F. So NN witnesses λu+vE\lambda u + v \in E.

L1L6L7
1.4

Each eke_k lies in EE: if nσ(k)n \ge \sigma(k) then k<nk < n, so nkn \ne k and ek(n)=0Fe_k(n) = 0_F; thus σ(k)\sigma(k) is a witness.

L6L7
1.5

For xFNx \in F^{\mathbb{N}} and NNN \in \mathbb{N}, the finite sum sN:=k<Nxkeks_N := \sum_{k<N} x_k e_k satisfies sN(n)=xns_N(n) = x_n for n<Nn < N and sN(n)=0Fs_N(n) = 0_F for NnN \le n. By induction on NN: at N=0N = 0 the sum is the zero family, there is no n<0n < 0, and the second clause holds. Assuming it at NN, we have sσ(N)=sN+xNeNs_{\sigma(N)} = s_N + x_N e_N, so sσ(N)(n)=sN(n)+xNeN(n)s_{\sigma(N)}(n) = s_N(n) + x_N e_N(n); for n<Nn < N this is xn+xN0F=xnx_n + x_N 0_F = x_n, since nNn \ne N; for n=Nn = N it is 0F+xN1F=xN0_F + x_N 1_F = x_N; and for σ(N)n\sigma(N) \le n we have NnN \le n and nNn \ne N, so it is 0F+xN0F=0F0_F + x_N 0_F = 0_F. As n<σ(N)n < \sigma(N) is equivalent to nNn \le N, this is the claim at σ(N)\sigma(N).

L1L4L5L6L7
1.6

The constant family cc with cn=1Fc_n = 1_F for every nn does not lie in EE: for any candidate witness NN we have NNN \ge N and cN=1F0Fc_N = 1_F \ne 0_F. Hence EFNE \ne F^{\mathbb{N}}, which is claim 3.

L1L6L7
2.1

EE is a linear subspace of FNF^{\mathbb{N}}, by the one-step test applied to steps 1.2 and 1.3; this is claim 1.

step 1.2step 1.3L2
2.2

If xEx \in E with witness NN, then x=k<Nxkekx = \sum_{k<N} x_k e_k. Indeed the two families agree at every nn: at n<Nn < N both are xnx_n, and at NnN \le n the sum is 0F0_F while xn=0Fx_n = 0_F by the choice of NN. So xx is a linear combination of elements of {ek:kN}\{\, e_k : k \in \mathbb{N} \,\}.

step 1.5L1
3.1

Claim 2. By step 2.2 every element of EE is a linear combination of elements of {ek:kN}\{\, e_k : k \in \mathbb{N} \,\}, hence lies in its span. Conversely each eke_k lies in EE by step 1.4 and EE is a linear subspace by step 2.1, so the span, being the smallest linear subspace containing all the eke_k, is contained in EE.

step 1.4step 2.1step 2.2L3
4.1

Claim 1 is step 2.1, claim 2 is step 3.1 and claim 3 is step 1.6.

step 1.6step 2.1step 3.1

Remarks

  • The spanning set is infinite and every combination is finite. The span of an infinite set consists of the vectors built from finitely many of its elements (span(S)\operatorname{span}(S) is exactly the set of linear combinations of finite lists of elements of SS, and span()={0V}\operatorname{span}(\varnothing) = \{0_V\}), which is exactly why the span of all the eke_k is the eventually zero families and not all of FNF^{\mathbb{N}}. Claim 3 is the concrete form of that distinction.

  • No topology and no convergence are involved. "Eventually zero" is a purely algebraic condition on a family indexed by N\mathbb{N}: some tail is identically 0F0_F. Nothing here needs an order or a metric on FF, and FF is an arbitrary field.

  • The witness NN is not unique and nothing above assumes it is. If NN witnesses that xx is eventually zero then so does every larger natural number, which is what makes the argument in step 1.3 work: two families are handled by taking the larger of their witnesses.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The first quadrant of R2\mathbb{R}^{2} contains 00 and is closed under addition and is not a linear subspace, since it is not closed under multiplication by 1-1

Statement refuted

False claim: if VV is a vector space over a field FF and WVW \subseteq V contains 0V0_V and is closed under the vector addition, then WW is a linear subspace of VV (Linear subspace of a vector space).

The first quadrant of R2\mathbb{R}^{2} refutes it. Take F=RF = \mathbb{R} (The reals form a field) and V=R2V = \mathbb{R}^{2} (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}), and put

Q  :=  {xR2  :  0x0 and 0x1}.Q \;:=\; \{\, x \in \mathbb{R}^{2} \;:\; 0 \le x_0 \text{ and } 0 \le x_1 \,\}.

Then 0VQ0_V \in Q and QQ is closed under addition, but the vector e0e_0 with coordinates (1,0)(1,0) lies in QQ while (1)e0(-1)e_0, with coordinates (1,0)(-1,0), does not. So QQ is not closed under scalar multiplication and is not a linear subspace.

Facts & Assumptions

Given: The field R\mathbb{R} (The reals form a field, The real numbers) with its order, the vector space R2\mathbb{R}^{2} over R\mathbb{R}, and the subset QQ displayed above.

[L1]

R\mathbb{R} is an ordered field with positive cone PP: (O1) for each xx exactly one of xPx \in P, x=0x = 0, xP-x \in P holds; (O2) PP is closed under addition and multiplication; x>0x > 0 means xPx \in P, and aba \le b means a<ba < b or a=ba = b (The reals form a totally ordered field, Ordered field).

[L2]

Every nonzero square of an ordered field is positive (Squares of nonzero elements are positive).

[L3]

R2\mathbb{R}^{2} is a vector space over R\mathbb{R} with (x+y)i=xi+yi(x+y)_i = x_i + y_i and (λx)i=λxi(\lambda x)_i = \lambda x_i for i2={0,1}i \in 2 = \{0,1\}, and its zero vector has both coordinates 00 (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}, Vector space over a field, The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L4]

A linear subspace satisfies (W1) 0VW0_V \in W, (W2) closure under ++, and (W3) closure under scalar multiplication (Linear subspace of a vector space); the three conditions are together equivalent to the one-step test on a nonempty subset (One-step subspace test: a nonempty WVW \subseteq V is a linear subspace if and only if λu+vW\lambda u + v \in W for all λF\lambda \in F and u,vWu, v \in W).

[L7]

Field arithmetic in R\mathbb{R}: 101 \ne 0; 1a=a1 \cdot a = a; a0=0a \cdot 0 = 0; 00 is the additive identity; and (1)=1-(-1) = 1, since (F,+,0)(F,+,0) is an abelian group (Field).

[L8]

The refuted claim: a subset of a vector space containing the zero vector and closed under addition is a linear subspace.

Counterexample

technique · direct
1.1

R2\mathbb{R}^{2} is the vector space of functions 2R2 \to \mathbb{R} with coordinatewise operations, 2={0,1}2 = \{0,1\}, so an element is x=(x0,x1)x = (x_0, x_1) and the zero vector is (0,0)(0,0).

L3
1.2

The zero vector lies in QQ, since 000 \le 0; in particular QQ is nonempty.

L1L3
1.3

0<10 < 1 in R\mathbb{R}: 101 \ne 0 and 1=111 = 1 \cdot 1 is a square, so 1P1 \in P.

L1L2L7
1.4

If a,bRa, b \in \mathbb{R} satisfy 0a0 \le a and 0b0 \le b, then 0a+b0 \le a + b: if a=0a = 0 then a+b=ba + b = b; if b=0b = 0 then a+b=aa + b = a; and otherwise a,bPa, b \in P, so a+bPa + b \in P by (O2).

L1L7
2.1

QQ is closed under addition: for x,yQx, y \in Q and i{0,1}i \in \{0,1\} we have (x+y)i=xi+yi(x+y)_i = x_i + y_i with 0xi0 \le x_i and 0yi0 \le y_i, hence 0(x+y)i0 \le (x+y)_i.

step 1.4L1L3
2.2

It is not the case that 010 \le -1: applying trichotomy to 1-1, exactly one of 1P-1 \in P, 1=0-1 = 0, (1)=1P-(-1) = 1 \in P holds, and the last one does, so 1P-1 \notin P and 10-1 \ne 0.

step 1.3L1L7
2.3

The vector e0e_0 with (e0)0=1(e_0)_0 = 1 and (e0)1=0(e_0)_1 = 0 lies in QQ, since 010 \le 1 and 000 \le 0.

step 1.3L1L3
3.1

(1)e0(-1)e_0 has coordinates ((1)1,(1)0)=(1,0)((-1)\cdot 1, (-1)\cdot 0) = (-1, 0), and its coordinate at index 00 fails 010 \le -1, so (1)e0Q(-1)e_0 \notin Q. Hence QQ is not closed under scalar multiplication: condition (W3) fails, and QQ is not a linear subspace of R2\mathbb{R}^{2}.

step 2.2step 2.3L3L4L7
4.1

So QQ contains the zero vector and is closed under addition, by steps 1.2 and 2.1, and is not a linear subspace, by step 3.1; the claim of [L8] is therefore false. The failure can also be read in the additive group: (1)e0=e0(-1)e_0 = -e_0 lies outside QQ, so QQ is not even a subgroup of the additive group of R2\mathbb{R}^{2}, whereas a linear subspace always is.

step 1.2step 2.1step 3.1L5L6L8

Remarks

  • Exactly one of the three conditions fails. QQ satisfies (W1) and (W2) and fails (W3), and it fails it at a single scalar, 1-1. The reverse failure, a subset closed under scalar multiplication but not under addition, is recorded in The union of the two coordinate axes of F2F^{2} is closed under scalar multiplication and is not closed under addition, so neither closure condition implies the other, so neither closure condition implies the other.

  • What the order is doing here. The example needs a field in which some element is not the negative of a nonnegative one, so it needs an order; over an arbitrary field there is no "first quadrant" to speak of. That is why this witness is stated over R\mathbb{R} while its companion is stated over an arbitrary field.

  • QQ is closed under multiplication by nonnegative scalars. If 0λ0 \le \lambda and xQx \in Q then λxQ\lambda x \in Q, by the closure of PP under multiplication together with the zero cases. So the failure is confined to the negative scalars; a subset with this weaker closure property is a cone, not a linear subspace, and the difference is exactly what the example isolates.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The union of the two coordinate axes of F2F^{2} is closed under scalar multiplication and is not closed under addition, so neither closure condition implies the other

Statement refuted

False claim: if VV is a vector space over a field FF and WVW \subseteq V contains 0V0_V and is closed under scalar multiplication, then WW is a linear subspace of VV (Linear subspace of a vector space).

The union of the two coordinate axes of F2F^{2} refutes it, over any field FF. Let e0,e1F2e_0, e_1 \in F^{2} be the vectors with coordinates (1F,0F)(1_F, 0_F) and (0F,1F)(0_F, 1_F) (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}), let Lj:=span{ej}L_j := \operatorname{span}\{e_j\} (Linear combination of a finite list, and the span span(S)\operatorname{span}(S) as the smallest linear subspace containing SS), and put A:=L0L1A := L_0 \cup L_1. Then 0VA0_V \in A and AA is closed under scalar multiplication, while e0,e1Ae_0, e_1 \in A and e0+e1Ae_0 + e_1 \notin A.

Together with The first quadrant of R2\mathbb{R}^{2} contains 00 and is closed under addition and is not a linear subspace, since it is not closed under multiplication by 1-1, which exhibits a subset closed under addition and not under scalar multiplication, this shows that neither of the two closure conditions in Linear subspace of a vector space implies the other.

Facts & Assumptions

Given: A field FF, the vector space F2F^{2} over FF, the vectors e0,e1e_0, e_1, the sets L0,L1L_0, L_1 and their union AA, as displayed.

[L1]

F2F^{2} is the vector space of functions 2F2 \to F with (x+y)i=xi+yi(x+y)_i = x_i + y_i and (λx)i=λxi(\lambda x)_i = \lambda x_i, where 2={0,1}2 = \{0,1\}, and its zero vector has both coordinates 0F0_F (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}, Vector space over a field, The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L3]

A linear subspace satisfies (W1) 0VW0_V \in W, (W2) closure under ++, and (W3) closure under scalar multiplication (Linear subspace of a vector space); on a nonempty subset the three are equivalent to the one-step test (One-step subspace test: a nonempty WVW \subseteq V is a linear subspace if and only if λu+vW\lambda u + v \in W for all λF\lambda \in F and u,vWu, v \in W).

[L4]

In a field: 1F0F1_F \ne 0_F; λ1F=λ\lambda 1_F = \lambda; 0Fλ=0F0_F \lambda = 0_F (Multiplication by zero: 0a=00 \cdot a = 0) and multiplication is commutative, so λ0F=0F\lambda 0_F = 0_F; and 0F0_F is the additive identity, so 1F+0F=1F=0F+1F1_F + 0_F = 1_F = 0_F + 1_F (Field).

[L5]

There is a subset of a vector space that contains the zero vector and is closed under addition and is not closed under scalar multiplication (The first quadrant of R2\mathbb{R}^{2} contains 00 and is closed under addition and is not a linear subspace, since it is not closed under multiplication by 1-1).

[L6]

The refuted claim: a subset of a vector space containing the zero vector and closed under scalar multiplication is a linear subspace.

Counterexample

technique · direct
1.1

F2F^{2} is the set of functions 2F2 \to F with coordinatewise operations and 2={0,1}2 = \{0,1\}, so an element is x=(x0,x1)x = (x_0, x_1); and Lj={λej:λF}L_j = \{\, \lambda e_j : \lambda \in F \,\} is a linear subspace of F2F^{2} for j{0,1}j \in \{0,1\}.

L1L2
1.2

Lj={xF2:xi=0F for the index ij}L_j = \{\, x \in F^{2} : x_i = 0_F \text{ for the index } i \ne j \,\}. Indeed (λej)j=λ1F=λ(\lambda e_j)_j = \lambda 1_F = \lambda and (λej)i=λ0F=0F(\lambda e_j)_i = \lambda 0_F = 0_F for iji \ne j; conversely a vector xx whose other coordinate is 0F0_F agrees with xjejx_j e_j at both indices, so x=xjejx = x_j e_j.

L1L2L4
1.3

0VA0_V \in A: the vector 0Fe00_F e_0 has both coordinates 0F(e0)i=0F0_F \cdot (e_0)_i = 0_F, so it is the zero vector, and it lies in L0AL_0 \subseteq A.

L1L2L4
1.4

AA is closed under scalar multiplication: if xAx \in A then xLjx \in L_j for some j{0,1}j \in \{0,1\}, and LjL_j is a linear subspace, so λxLjA\lambda x \in L_j \subseteq A for every λF\lambda \in F.

L2L3
1.5

e0+e1e_0 + e_1 has coordinates (1F+0F,  0F+1F)=(1F,1F)(1_F + 0_F,\; 0_F + 1_F) = (1_F, 1_F).

L1L4
2.1

e0+e1Ae_0 + e_1 \notin A: membership in L0L_0 requires the coordinate at index 11 to be 0F0_F and membership in L1L_1 requires the coordinate at index 00 to be 0F0_F, and both coordinates of e0+e1e_0 + e_1 are 1F0F1_F \ne 0_F.

step 1.2step 1.5L4
2.2

e0Ae_0 \in A and e1Ae_1 \in A, since ej=1FejLje_j = 1_F e_j \in L_j.

step 1.2L2L4
3.1

So AA contains the zero vector and is closed under scalar multiplication, while e0e_0 and e1e_1 lie in AA and their sum does not; condition (W2) therefore fails and AA is not a linear subspace of F2F^{2}. The claim of [L6] is false.

step 1.3step 1.4step 2.1step 2.2L3L6
4.1

Combining with [L5]: closure under addition does not imply closure under scalar multiplication, and closure under scalar multiplication does not imply closure under addition, so neither of the two conditions implies the other, even for subsets containing the zero vector.

step 3.1L5

Remarks

  • The witness works over every field, including FF with two elements: the argument uses only 1F0F1_F \ne 0_F, and never counts the elements of FF or the linear subspaces of F2F^{2}. No claim is made here about how many subsets of F2F^{2} of this kind there are.

  • The union of two linear subspaces is the general phenomenon. AA is a union of two linear subspaces, neither of which contains the other, and such a union is never a linear subspace; that is recorded separately as FALSE: The union of two linear subspaces is a linear subspace, of which this item is the concrete instance closed under scalar multiplication.

  • "Axis" is informal here, as "line" is elsewhere on this page: it names the set span{ej}\operatorname{span}\{e_j\} and carries no claim about dimension, which is not available at this point in the library.

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Three lines in F2F^{2} that meet pairwise only in 00 and whose sum is F2F^{2} with decompositions that are not unique, so pairwise trivial intersection does not give a direct sum

Statement refuted

False claim: if U0,U1,U2U_0, U_1, U_2 are linear subspaces of a vector space VV with j<3Uj=V\sum_{j<3} U_j = V and UiUj={0V}U_i \cap U_j = \{0_V\} for all iji \ne j, then V=j<3UjV = \bigoplus_{j<3} U_j (Internal direct sum V=i<nUiV = \bigoplus_{i<n} U_i: the sum is everything and each summand meets the sum of the others only in 0V0_V).

Three lines in the plane F2F^{2} refute it, over any field FF. With e0,e1e_0, e_1 the vectors of F2F^{2} with coordinates (1F,0F)(1_F, 0_F) and (0F,1F)(0_F, 1_F) (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}) and d:=e0+e1d := e_0 + e_1, put

U0:=span{e0},U1:=span{e1},U2:=span{d}U_0 := \operatorname{span}\{e_0\}, \qquad U_1 := \operatorname{span}\{e_1\}, \qquad U_2 := \operatorname{span}\{d\}

(Linear combination of a finite list, and the span span(S)\operatorname{span}(S) as the smallest linear subspace containing SS). Their pairwise intersections are all {0V}\{0_V\} and their sum is F2F^{2}, yet dd has two different decompositions, d=e0+e1+0Vd = e_0 + e_1 + 0_V and d=0V+0V+dd = 0_V + 0_V + d, so condition (D2) fails at j=2j = 2.

The three sets are called lines informally, as elsewhere on this page; no claim is made about their dimension, nor about how many such sets F2F^{2} contains.

Facts & Assumptions

Given: A field FF, the vector space F2F^{2} over FF, the vectors e0,e1e_0, e_1 and d=e0+e1d = e_0 + e_1, and the linear subspaces U0,U1,U2U_0, U_1, U_2 as displayed.

[L1]

F2F^{2} is the vector space of functions 2F2 \to F with (x+y)i=xi+yi(x+y)_i = x_i + y_i and (λx)i=λxi(\lambda x)_i = \lambda x_i, where 2={0,1}2 = \{0,1\}, and its zero vector has both coordinates 0F0_F; the index set of a three-term family is 3={0,1,2}3 = \{0,1,2\} (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}, Vector space over a field, The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L2]
[L3]

The elements of i<nUi\sum_{i<n} U_i are exactly the i<nui\sum_{i<n} u_i with uiUiu_i \in U_i, and i<3ui=(u0+u1)+u2\sum_{i<3} u_i = (u_0 + u_1) + u_2 (The sum U+WU + W of two linear subspaces and the sum i<nUi\sum_{i<n} U_i of a finite family).

[L4]

V=i<nUiV = \bigoplus_{i<n} U_i requires (D1) i<nUi=V\sum_{i<n} U_i = V and (D2) UjijUi={0V}U_j \cap \sum_{i \ne j} U_i = \{0_V\} for every j<nj < n, where ijUi\sum_{i \ne j} U_i is the sum of the family that agrees with UU off jj and is {0V}\{0_V\} at jj (Internal direct sum V=i<nUiV = \bigoplus_{i<n} U_i: the sum is everything and each summand meets the sum of the others only in 0V0_V).

[L6]

In a field: 1F0F1_F \ne 0_F; λ1F=λ\lambda 1_F = \lambda; 0Fλ=0F0_F \lambda = 0_F (Multiplication by zero: 0a=00 \cdot a = 0) and multiplication is commutative, so λ0F=0F\lambda 0_F = 0_F; and 0F0_F is the additive identity (Field).

[L7]

A linear subspace contains 0V0_V, by condition (W1) (Linear subspace of a vector space).

[L8]

The refuted claim: three linear subspaces whose sum is VV and whose pairwise intersections are {0V}\{0_V\} form an internal direct sum of VV.

Counterexample

technique · direct
1.1

In F2F^{2} the vectors e0e_0, e1e_1 and d=e0+e1d = e_0 + e_1 have coordinates (1F,0F)(1_F, 0_F), (0F,1F)(0_F, 1_F) and (1F+0F,0F+1F)=(1F,1F)(1_F + 0_F,\, 0_F + 1_F) = (1_F, 1_F); and U0,U1,U2U_0, U_1, U_2 are linear subspaces of F2F^{2}, being spans.

L1L2L6
1.2

The elements of the three subspaces have the coordinates λe0=(λ,0F)\lambda e_0 = (\lambda, 0_F), λe1=(0F,λ)\lambda e_1 = (0_F, \lambda) and λd=(λ,λ)\lambda d = (\lambda, \lambda), for λF\lambda \in F.

L1L2L6
1.3

e0e_0, e1e_1 and dd are all different from 0V0_V, since each has a coordinate equal to 1F1_F and 1F0F1_F \ne 0_F.

L1L6
2.1

The pairwise intersections are {0V}\{0_V\}. Each contains 0V0_V, every UjU_j being a linear subspace. Conversely, if xU0U1x \in U_0 \cap U_1 then x=(λ,0F)=(0F,μ)x = (\lambda, 0_F) = (0_F, \mu) for some λ,μ\lambda, \mu, so λ=0F\lambda = 0_F and x=0Vx = 0_V; if xU0U2x \in U_0 \cap U_2 then x=(λ,0F)=(μ,μ)x = (\lambda, 0_F) = (\mu, \mu), so μ=0F\mu = 0_F and λ=0F\lambda = 0_F; and if xU1U2x \in U_1 \cap U_2 then x=(0F,λ)=(μ,μ)x = (0_F, \lambda) = (\mu, \mu), so μ=0F\mu = 0_F and λ=0F\lambda = 0_F.

step 1.2L1L7
2.2

j<3Uj=F2\sum_{j<3} U_j = F^{2}. Given xF2x \in F^{2}, the list (x0e0,  x1e1,  0V)(x_0 e_0,\; x_1 e_1,\; 0_V) has its jj-th entry in UjU_j, and its sum is (x0e0+x1e1)+0V(x_0 e_0 + x_1 e_1) + 0_V, whose coordinates are (x0+0F,  0F+x1)=(x0,x1)(x_0 + 0_F,\; 0_F + x_1) = (x_0, x_1), that is xx. The reverse inclusion holds because the sum is a subset of F2F^{2}.

step 1.2L1L3L6L7
2.3

The vector dd has two different decompositions with jj-th entry in UjU_j: the list (e0,e1,0V)(e_0, e_1, 0_V) sums to (e0+e1)+0V=d(e_0 + e_1) + 0_V = d, and the list (0V,0V,d)(0_V, 0_V, d) sums to (0V+0V)+d=d(0_V + 0_V) + d = d; the two lists differ at index 00, since e00Ve_0 \ne 0_V.

step 1.2step 1.3L1L3L6L7
3.1

Condition (D2) fails at j=2j = 2. The family agreeing with UU off 22 and equal to {0V}\{0_V\} at 22 admits the list (e0,e1,0V)(e_0, e_1, 0_V), which sums to dd, so di2Uid \in \sum_{i \ne 2} U_i; also d=1FdU2d = 1_F d \in U_2; and d0Vd \ne 0_V. Hence U2i2UiU_2 \cap \sum_{i \ne 2} U_i contains a vector other than 0V0_V.

step 1.3step 2.3L2L4L6
4.1

So U0,U1,U2U_0, U_1, U_2 satisfy both hypotheses of [L8], by steps 2.1 and 2.2, and fail its conclusion, by step 3.1: the claim is false. The failure is visible directly in step 2.3 as the loss of unique decomposition, which by the direct sum criterion is equivalent to the failure of the direct sum.

step 2.1step 2.2step 2.3step 3.1L5L8

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

Two planes in F3F^{3} whose sum is F3F^{3} and whose intersection is a line, computed explicitly

Example

Let FF be a field (Field) and let F3F^{3} be the vector space of functions 3F3 \to F with the pointwise operations (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}), where 3={0,1,2}3 = \{0,1,2\}, so an element is x=(x0,x1,x2)x = (x_0, x_1, x_2) indexed from 00. Let e1F3e_1 \in F^{3} have coordinates (0F,1F,0F)(0_F, 1_F, 0_F) and put

U  :=  {xF3:x2=0F},W  :=  {xF3:x0=0F}.U \;:=\; \{\, x \in F^{3} : x_2 = 0_F \,\}, \qquad W \;:=\; \{\, x \in F^{3} : x_0 = 0_F \,\}.

Then:

  1. UU and WW are linear subspaces of F3F^{3} (Linear subspace of a vector space);
  2. U+W=F3U + W = F^{3} (The sum U+WU + W of two linear subspaces and the sum i<nUi\sum_{i<n} U_i of a finite family), a decomposition of xx being x=(x0,x1,0F)+(0F,0F,x2)x = (x_0, x_1, 0_F) + (0_F, 0_F, x_2);
  3. UW={xF3:x0=0F and x2=0F}=span{e1}U \cap W = \{\, x \in F^{3} : x_0 = 0_F \text{ and } x_2 = 0_F \,\} = \operatorname{span}\{e_1\};
  4. the sum is not direct: it is not the case that F3=UWF^{3} = U \oplus W, because UW{0V}U \cap W \ne \{0_V\}.

UU and WW are called planes and UWU \cap W a line, informally and by analogy only; dimension is not available at this point in the library and nothing below uses it.

Facts & Assumptions

Given: A field FF, the vector space F3F^{3} with pointwise operations, the vector e1e_1, and the sets UU and WW as displayed.

[L1]

F3F^{3} is the vector space of functions 3F3 \to F with (x+y)i=xi+yi(x+y)_i = x_i + y_i and (λx)i=λxi(\lambda x)_i = \lambda x_i, where 3={0,1,2}3 = \{0,1,2\}; its zero vector has all three coordinates 0F0_F; and two elements are equal exactly when all three coordinates agree (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}, Vector space over a field, The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L2]

One-step test: a nonempty TVT \subseteq V with λu+vT\lambda u + v \in T for all λF\lambda \in F and u,vTu, v \in T is a linear subspace (One-step subspace test: a nonempty WVW \subseteq V is a linear subspace if and only if λu+vW\lambda u + v \in W for all λF\lambda \in F and u,vWu, v \in W, Linear subspace of a vector space).

[L3]

The intersection of a nonempty family of linear subspaces is a linear subspace (The intersection of a nonempty family of linear subspaces of VV is a linear subspace of VV).

[L4]

U+W={u+w:uU, wW}U + W = \{\, u + w : u \in U,\ w \in W \,\}, and it is a linear subspace (The sum U+WU + W of two linear subspaces and the sum i<nUi\sum_{i<n} U_i of a finite family).

[L6]

For two summands, F3=UWF^{3} = U \oplus W requires U+W=F3U + W = F^{3} and UW={0V}U \cap W = \{0_V\} (Internal direct sum V=i<nUiV = \bigoplus_{i<n} U_i: the sum is everything and each summand meets the sum of the others only in 0V0_V).

[L7]

In a field: 1F0F1_F \ne 0_F; λ1F=λ\lambda 1_F = \lambda; 0Fλ=0F0_F \lambda = 0_F (Multiplication by zero: 0a=00 \cdot a = 0) and multiplication is commutative, so λ0F=0F\lambda 0_F = 0_F; and 0F0_F is the additive identity (Field).

Verification

technique · direct
1.1

F3F^{3} is the set of functions 3F3 \to F with coordinatewise operations, and e1e_1 has coordinates (0F,1F,0F)(0_F, 1_F, 0_F), so e1F3e_1 \in F^{3}.

L1L7
1.2

UU is a linear subspace: it contains the zero vector, whose coordinate at index 22 is 0F0_F, so it is nonempty; and for λF\lambda \in F and u,vUu, v \in U the vector λu+v\lambda u + v has (λu+v)2=λu2+v2=λ0F+0F=0F(\lambda u + v)_2 = \lambda u_2 + v_2 = \lambda 0_F + 0_F = 0_F, so it lies in UU. The same argument at index 00 shows WW is a linear subspace.

L1L2L7
1.3

UW={xF3:x0=0F and x2=0F}U \cap W = \{\, x \in F^{3} : x_0 = 0_F \text{ and } x_2 = 0_F \,\}, directly from the two defining conditions.

L1
1.4

The scalar multiples of e1e_1 are exactly the vectors with coordinates (0F,λ,0F)(0_F, \lambda, 0_F): (λe1)0=λ0F=0F(\lambda e_1)_0 = \lambda 0_F = 0_F, (λe1)1=λ1F=λ(\lambda e_1)_1 = \lambda 1_F = \lambda and (λe1)2=λ0F=0F(\lambda e_1)_2 = \lambda 0_F = 0_F. Conversely a vector xx with x0=x2=0Fx_0 = x_2 = 0_F agrees with x1e1x_1 e_1 at all three indices, so x=x1e1x = x_1 e_1.

L1L7
2.1

Claim 1 is step 1.2.

step 1.2L2
2.2

Claim 3: by steps 1.3 and 1.4 the intersection UWU \cap W is exactly {λe1:λF}\{\, \lambda e_1 : \lambda \in F \,\}, which is span{e1}\operatorname{span}\{e_1\}; it is a linear subspace, being an intersection of two of them.

step 1.3step 1.4L3L5
2.3

Claim 2: given xF3x \in F^{3}, put u:=(x0,x1,0F)u := (x_0, x_1, 0_F) and w:=(0F,0F,x2)w := (0_F, 0_F, x_2). Then uUu \in U and wWw \in W by step 1.2, and u+wu + w has coordinates (x0+0F,  x1+0F,  0F+x2)=(x0,x1,x2)(x_0 + 0_F,\; x_1 + 0_F,\; 0_F + x_2) = (x_0, x_1, x_2), so u+w=xu + w = x. Hence F3U+WF^{3} \subseteq U + W, and the reverse inclusion holds because U+WU + W is a subset of F3F^{3}.

step 1.2L1L4L7
3.1

Claim 4: e1UWe_1 \in U \cap W by step 2.2, and e10Ve_1 \ne 0_V because its coordinate at index 11 is 1F0F1_F \ne 0_F; so UW{0V}U \cap W \ne \{0_V\} and the condition for a direct sum of two summands fails.

step 2.2L1L6L7
4.1

Claims 1, 2, 3 and 4 are steps 2.1, 2.3, 2.2 and 3.1: the two planes have sum F3F^{3} and intersection span{e1}\operatorname{span}\{e_1\}, and the sum is not direct.

step 2.1step 2.2step 2.3step 3.1

Remarks

  • A sum can be everything without being direct. Condition (D1) holds here and (D2) fails, and the two are independent: the failure is exactly the nonzero overlap span{e1}\operatorname{span}\{e_1\}. Concretely, e1e_1 decomposes in more than one way, for instance as e1+0Ve_1 + 0_V with e1Ue_1 \in U and as 0V+e10_V + e_1 with e1We_1 \in W.

  • The intersection did not have to be computed by hand to know it is a subspace, since intersections of linear subspaces always are (The intersection of a nonempty family of linear subspaces of VV is a linear subspace of VV). What the computation adds is the identification of that subspace as span{e1}\operatorname{span}\{e_1\}, which is the point of the example.

  • Everything here is over an arbitrary field. No order, no square roots and no counting are used; the only field facts needed are 1F0F1_F \ne 0_F and the identity laws.

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)verified 2026-07-29 (claude-sonnet-5)Open item page →

FALSE: The union of two linear subspaces is a linear subspace

Statement

False claim: if UU and WW are linear subspaces of a vector space VV over a field FF (Linear subspace of a vector space), then UWU \cup W is a linear subspace of VV.

The corresponding statement for intersections is true and is The intersection of a nonempty family of linear subspaces of VV is a linear subspace of VV. For unions it fails, and it already fails in the plane over any field: with e0,e1F2e_0, e_1 \in F^{2} the vectors with coordinates (1F,0F)(1_F, 0_F) and (0F,1F)(0_F, 1_F) (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}), take U:=span{e0}U := \operatorname{span}\{e_0\} and W:=span{e1}W := \operatorname{span}\{e_1\} (Linear combination of a finite list, and the span span(S)\operatorname{span}(S) as the smallest linear subspace containing SS). Then e0Ue_0 \in U and e1We_1 \in W, so both lie in UWU \cup W, while their sum, with coordinates (1F,1F)(1_F, 1_F), lies in neither.

Facts & Assumptions

Given: A field FF, the vector space F2F^{2} over FF, the vectors e0e_0 and e1e_1, and the linear subspaces U=span{e0}U = \operatorname{span}\{e_0\} and W=span{e1}W = \operatorname{span}\{e_1\}.

[L1]

F2F^{2} is the vector space of functions 2F2 \to F with (x+y)i=xi+yi(x+y)_i = x_i + y_i and (λx)i=λxi(\lambda x)_i = \lambda x_i, where 2={0,1}2 = \{0,1\}; two elements are equal exactly when both coordinates agree (The vector space FXF^{X} of all functions XFX \to F with pointwise operations, and FnF^{n} as the case X=n={0,1,,n1}X = n = \{0, 1, \dots, n-1\}, Vector space over a field, The natural numbers N\mathbb{N} (von Neumann), On N\mathbb{N} the order is membership: m<n    mnm < n \iff m \in n).

[L4]

In a field: 1F0F1_F \ne 0_F; λ1F=λ\lambda 1_F = \lambda; 0Fλ=0F0_F \lambda = 0_F (Multiplication by zero: 0a=00 \cdot a = 0) and multiplication is commutative, so λ0F=0F\lambda 0_F = 0_F; and 0F0_F is the additive identity (Field).

[L5]

The refuted claim: the union of two linear subspaces of a vector space is a linear subspace of it.

Refutation

technique · direct
1.1

UU and WW are linear subspaces of F2F^{2}, being spans of one-element subsets.

L1L2
1.2

The elements of UU are the vectors (λ,0F)(\lambda, 0_F) and the elements of WW are the vectors (0F,λ)(0_F, \lambda), for λF\lambda \in F: indeed (λe0)0=λ1F=λ(\lambda e_0)_0 = \lambda 1_F = \lambda, (λe0)1=λ0F=0F(\lambda e_0)_1 = \lambda 0_F = 0_F, and symmetrically for e1e_1.

L1L2L4
1.3

e0+e1e_0 + e_1 has coordinates (1F+0F,  0F+1F)=(1F,1F)(1_F + 0_F,\; 0_F + 1_F) = (1_F, 1_F).

L1L4
2.1

e0Ue_0 \in U and e1We_1 \in W, since ej=1Feje_j = 1_F e_j; so both lie in UWU \cup W.

step 1.2L2L4
2.2

e0+e1UWe_0 + e_1 \notin U \cup W: if it lay in UU its coordinate at index 11 would be 0F0_F, and if it lay in WW its coordinate at index 00 would be 0F0_F, whereas both coordinates are 1F1_F and 1F0F1_F \ne 0_F.

step 1.2step 1.3L1L4
3.1

So UWU \cup W contains e0e_0 and e1e_1 but not e0+e1e_0 + e_1: it is not closed under addition, so condition (W2) fails and it is not a linear subspace of F2F^{2}, although UU and WW both are. The claim of [L5] is false.

step 1.1step 2.1step 2.2L3L5

Remarks

Sources