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.

✓ 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.

Bases and Dimension: 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-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The vector (1,2)∈R2 has coordinate list (1,2) in the standard ordered basis, (2,1) in its reversal, and (2,−1) in the ordered basis ((1,1),(1,0))

Example

Let R be the real numbers (The real numbers), a field (The reals form a field), and let R2 be the function space on the von Neumann natural 2={0,1} with the pointwise operations (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}, The natural numbers N (von Neumann), On N the order is membership: m<n  ⟺  m∈n). We write (y0,y1) for the element y of R2 with y(0)=y0 and y(1)=y1, so that e0=(1,0) and e1=(0,1) are the standard unit vectors (The standard list e:n→Fn with ei(i)=1F and ei(j)=0F for j≠i is an ordered basis of Fn; hence dim⁡FFn=n, and F0 is the zero space with basis ∅ and dimension 0).

Put x:=(1,2) and consider three ordered bases of R2 (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis):

  • e=(e0,e1), the standard ordered basis;
  • e′=(e1,e0), its reversal, which has the same image {e0,e1};
  • v=(v0,v1) with v0:=(1,1) and v1:=(1,0).

Then the coordinate list of x (A finite list v:n→V is an ordered basis if and only if every x∈V equals ∑i<nλivi for exactly one λ:n→F; those scalars are the coordinates of x in that ordered basis) is

(1,2)  in e,(2,1)  in e′,(2,−1)  in v.

Three different lists for one vector, and the first two differ although the two ordered bases have the same image. Coordinates are attached to an ordered basis, not to a basis.

Facts & Assumptions

Given: The field R, the vector space R2 with pointwise operations, the vector x=(1,2), and the three lists e, e′ and v above.

[L1]

FX is a vector space over F with pointwise operations, and two elements are equal exactly when they agree at every point (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}, Vector space over a field).

[L2]

e:2→R2 is an ordered basis, and (∑i<2λiei)(j)=λj for every λ:2→R and j<2 (The standard list e:n→Fn with ei(i)=1F and ei(j)=0F for j≠i is an ordered basis of Fn; hence dim⁡FFn=n, and F0 is the zero space with basis ∅ and dimension 0, claims 2 and 3).

[L5]

The vector space axioms and the field axioms of R: (V2) λ(y+z)=λy+λz, (V3) (λ+μ)y=λy+μy, (V5) 1y=y; (V,+,0V) is abelian; 0y=0V; and R is a field (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, Field, The reals form a field).

[L6]

Injectivity and images are as in Injection, surjection, bijection.

Verification

technique · direct
1.1

Coordinates in e. By the standard basis lemma, e is an ordered basis of R2 and the coordinate list of y∈R2 is i↦y(i); for x=(1,2) that list is (1,2).

L2L3
1.2

e′ is an ordered basis. The list e′=(e1,e0) is injective, since e0≠e1 (e0 takes the value 1 at 0 and e1 takes the value 0 there), and its image is {e0,e1}=e[2], which is a basis of R2; so e′ is an injective list whose image is a basis.

L1L2L6
1.3

Coordinates in e′. For λ:2→R, ∑i<2λiei′=λ0e1+λ1e0=λ1e0+λ0e1=∑i<2μiei with μ0=λ1 and μ1=λ0; evaluating with the standard basis, this vector is (λ1,λ0). It equals x=(1,2) exactly when λ1=1 and λ0=2, so the coordinate list of x in e′ is (2,1).

L2L4L5
1.4

v is an ordered basis and the coordinates of a general vector in it. Note v0=(1,1)=e0+e1 and v1=(1,0)=e0. For λ:2→R, ∑i<2λivi=λ0(e0+e1)+λ1e0=(λ0e0+λ0e1)+λ1e0=(λ0+λ1)e0+λ0e1, using (V2), (V3) and the abelian group laws; by the standard basis this vector is (λ0+λ1, λ0). Given y=(y0,y1), the equations λ0+λ1=y0 and λ0=y1 have the unique solution λ0=y1, λ1=y0−y1, so every y is ∑i<2λivi for exactly one λ and v is an ordered basis.

L2L3L4L5
2.1

Coordinates of x in v. Taking y=x=(1,2) in step 1.4 gives λ0=2 and λ1=1−2=−1, so the coordinate list of x in v is (2,−1); and 2(1,1)+(−1)(1,0)=(2,2)+(−1,0)=(1,2)=x confirms it.

step 1.4L1L5
3.1

The three coordinate lists of the single vector x are therefore (1,2), (2,1) and (2,−1), computed in steps 1.1, 1.3 and 2.1; the first two are different although e and e′ have the same image, so the coordinate list depends on the ordered basis and not merely on the underlying set.

step 1.1step 1.3step 2.1∎

Remarks

  • What is and is not being said. Uniqueness of the coordinate list (A finite list v:n→V is an ordered basis if and only if every x∈V equals ∑i<nλivi for exactly one λ:n→F; those scalars are the coordinates of x in that ordered basis) is uniqueness for a fixed ordered basis. Nothing there says that different ordered bases give the same list, and this example shows they do not, even when they differ only in the order. Reordering the list permutes the coordinates of every vector at once.

  • The third basis is not a reordering of the first. Its image {(1,1),(1,0)} is a different set from {(1,0),(0,1)}, and its coordinates differ for a further reason: the vectors themselves are different. The passage between coordinate lists of two ordered bases is a change of basis, taken up on a later page once linear maps are available; the point here is only that the two lists differ.

  • The arithmetic was recomputed, not copied. With v0=(1,1) and v1=(1,0), matching (1,2) forces the second coordinate first: λ0 is the second entry, so λ0=2, and then λ1=1−2=−1. Reading the pair off in the other order would give (−1,2), which is wrong.

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

The standard unit families ek∈FN form a basis of the linear subspace of eventually zero families: an explicit infinite basis, built with no choice principle

Example

Let F be a field (Field) and let FN be the function space of all families x:N→F with the pointwise operations (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}); N contains 0 (The natural numbers N (von Neumann)). Put

E  :=  { x∈FN  :  there is N∈N with x(n)=0F for every n≥N },

the eventually zero families, and for k∈N let ek∈FN be the standard unit family with ek(k)=1F and ek(n)=0F for n≠k. Write B:={ ek:k∈N }. Then:

  1. E is a linear subspace of FN (Linear subspace of a vector space);
  2. B⊆E and span⁡(B)=E (Linear combination of a finite list, and the span span⁡(S) as the smallest linear subspace containing S);
  3. B is linearly independent (Linear independence: a finite list v:n→V is independent when ∑i<nλivi=0V forces every λi=0F, and a subset S⊆V is independent when every injective finite list into S is independent), hence a basis of E (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis), and k↦ek is a bijection N→B, so B≈N (Equinumerous sets, A≈B and A⪯B);
  4. E is infinite-dimensional over F (Finite-dimensional vector space, and its dimension dim⁡FV; infinite-dimensional means having no finite basis): it has no finite basis.

No choice principle is used anywhere below: the basis is written down.

Facts & Assumptions

Given: A field F, the vector space FN with pointwise operations, the set E of eventually zero families, the families ek, and B={ ek:k∈N }.

[L1]

FX is a vector space over F with (x+y)(n)=x(n)+y(n), (λx)(n)=λ x(n) and zero the constant family at 0F; two elements are equal exactly when they agree at every point (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}, Vector space over a field).

[L2]

One-step test: a nonempty W⊆V with λu+v∈W for all λ∈F, u,v∈W is a linear subspace; a linear subspace is a vector space in its own right, and independence and spans of its subsets agree with those computed in the ambient space (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, Linear subspace of a vector space, Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis, section on bases of a linear subspace).

[L3]

span⁡(T) is the set of linear combinations ∑k<pμkyk of finite lists into T, and it is the smallest linear subspace containing T (span⁡(S) is exactly the set of linear combinations of finite lists of elements of S, and span⁡(∅)={0V}, Linear combination of a finite list, and the span span⁡(S) as the smallest linear subspace containing S).

[L5]

F is a vector space over itself (A field is a vector space over itself, and over any subfield K⊆F every F-vector space is a K-vector space by restricting the scalars, claim 1), so (F1) and (F3) apply to lists of scalars: an all-0F list sums to 0F, and a list vanishing off a single index sums to its value at that index (The sum U+W of two linear subspaces and the sum ∑i<nUi of a finite family).

[L9]

The order of N is total, m<σ(N)  ⟺  m≤N, and m<n implies m≠n (≤ is a linear order on N, Order on the natural numbers, On N the order is membership: m<n  ⟺  m∈n); induction (The principle of mathematical induction); injectivity and images (Injection, surjection, bijection).

Verification

technique · direct
1.1

Claim 1. E is nonempty: the zero family has value 0F everywhere, so N=0 witnesses that it lies in E. And E is closed under the one-step expression: for λ∈F and u,v∈E with witnesses N1 and N2, let N be the larger of the two, which exists because the order of N is total; then for n≥N we have n≥N1 and n≥N2, so (λu+v)(n)=λu(n)+v(n)=λ0F+0F=0F, and N witnesses λu+v∈E. So E is a linear subspace of FN by the one-step test.

L1L2L6L9
1.2

Each ek lies in E, so B⊆E: if n≥σ(k) then k<n, hence n≠k and ek(n)=0F, so σ(k) is a witness.

L9
1.3

For x∈FN and N∈N put sN:=∑k<Nx(k) ek. Then sN(n)=x(n) for n<N and sN(n)=0F for n≥N. Indeed sN(n)=∑k<N(x(k)ek)(n)=∑k<Nx(k) ek(n) by pointwise evaluation and pointwise scalar multiplication; the scalar list k↦x(k)ek(n) has the value x(k)0F=0F at every k≠n. If n<N this list vanishes off the single index n, where its value is x(n)1F=x(n), so the sum is x(n); if n≥N then no k<N equals n, the list is all 0F, and the sum is 0F.

L1L4L5L6L9
1.4

Claim 3, independence. The map k↦ek is injective, since ek(k)=1F≠0F=el(k) for l≠k. Let w:m→B be an injective finite list and λ:m→F with ∑j<mλjwj=0 in FN. Each wj is eij for exactly one ij∈N, and j↦ij is injective because w is. Fix j<m and evaluate at ij: pointwise evaluation gives 0F=∑l<mλl eil(ij), and eil(ij)=0F unless il=ij, that is unless l=j, where it is 1F. So the scalar list vanishes off the single index j and sums to λj1F=λj, giving λj=0F. Hence every injective finite list into B is independent, that is B is linearly independent.

L1L4L5L6L7L9
2.1

B≈N: the map k↦ek is injective by step 1.4 and its image is B by definition, so it is a bijection N→B.

step 1.4L9
2.2

Claim 2. Each ek lies in E and E is a linear subspace, so span⁡(B)⊆E by minimality of the span. Conversely let x∈E with witness N; then x and sN of step 1.3 agree at every n, since for n<N both take the value x(n) and for n≥N both take the value 0F, so x=sN=∑k<Nx(k)ek, a linear combination of elements of B. Hence E⊆span⁡(B).

step 1.1step 1.2step 1.3L1L3
3.1

Claim 4. Suppose E had a finite basis C, say with p elements. Then C is a spanning set of E with p elements, so no linearly independent subset of E is equinumerous with N. But B⊆E is linearly independent by step 1.4 and B≈N by step 2.1. So no finite basis exists and E is infinite-dimensional over F.

step 1.4step 2.1L8
4.1

Claim 3, that B is a basis of E. By step 1.4 the set B is linearly independent and by step 2.2 it spans E; independence and spans computed in the linear subspace E agree with those computed in FN, so B is a basis of the vector space E.

step 1.4step 2.2L2∎

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

R as a vector space over Q has a basis, and every such basis is infinite; the existence proof exhibits none

Example

Assume the Axiom of Choice (The Axiom of Choice). Let 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), with the least-upper-bound property and hence complete as an ordered field (The Cauchy-sequence reals have the least-upper-bound property, Complete ordered field (least-upper-bound property)), and let Q be the rationals (The rationals as equivalence classes of pairs of integers), a field (The rationals form a field). Let ι:Q→R be the unique field homomorphism (The unique embedding of ℚ into an ordered field, Field homomorphism and embedding), which is injective, and put QR:=ι[Q]. Then:

  1. QR is a subfield of R (Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations) and R is a vector space over QR by restriction of scalars (A field is a vector space over itself, and over any subfield K⊆F every F-vector space is a K-vector space by restricting the scalars); setting q⋅x:=ι(q) x also makes R a vector space over Q itself;
  2. R has a basis over QR (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis, Every vector space has a basis);
  3. R is infinite-dimensional over QR (Finite-dimensional vector space, and its dimension dim⁡FV; infinite-dimensional means having no finite basis): no basis of R over QR is finite;
  4. the two structures of claim 1 have the same linearly independent subsets, the same spans and the same bases, so claims 2 and 3 hold verbatim for R as a Q-vector space.

The existence proof exhibits no basis. Claim 2 comes from Every vector space has a basis, which runs through Zorn's lemma and therefore through the Axiom of Choice; nothing in it names a real number belonging to the basis it produces. That is a statement about this proof. It is not claimed here that no basis can be exhibited by any means: that would be a metamathematical assertion about what is definable, and this library has established nothing of the kind.

Facts & Assumptions

Given: The Axiom of Choice; the complete ordered field R, the field Q, the unique field homomorphism ι:Q→R, and QR=ι[Q].

[L1]

There is a unique field homomorphism ι:Q→R and it is injective (The unique embedding of ℚ into an ordered field); a field homomorphism satisfies φ(x+y)=φ(x)+φ(y), φ(xy)=φ(x)φ(y), φ(1)=1, φ(0)=0, φ(−x)=−φ(x) and φ(x−1)=φ(x)−1 for x≠0 (Field homomorphism and embedding); a subfield is a subset containing 1, closed under a−b and ab, and containing x−1 for each nonzero x in it (Subfield: a subring of a field closed under inverses of its nonzero elements, and therefore a field with the restricted operations).

[L2]

A field is a vector space over itself, and an F-vector space is a K-vector space for every subfield K⊆F by restricting the scalar multiplication (A field is a vector space over itself, and over any subfield K⊆F every F-vector space is a K-vector space by restricting the scalars, Vector space over a field, Field).

[L5]

Q≈N (Q is countably infinite); a product of two at most countable sets is at most countable (A product of two at most countable sets is at most countable); a subset of an at most countable set is at most countable (Every subset of an at most countable set is at most countable); the Cauchy-sequence reals have the least-upper-bound property and hence form a complete ordered field (The Cauchy-sequence reals have the least-upper-bound property, Complete ordered field (least-upper-bound property)), so R is uncountable (R is uncountable (Cantor's nested intervals, 1874)); a finite set is equinumerous with exactly one natural (The pigeonhole principle on N); "at most countable" means finite or equinumerous with N, and this property transfers along a bijection (Finite, countably infinite, countable, uncountable, Equinumerous sets, A≈B and A⪯B, Injection, surjection, bijection).

Verification

technique · direct
1.1

Claim 1. QR=ι[Q] is a subfield of R: it contains ι(1)=1; for p,q∈Q it contains ι(p)−ι(q)=ι(p−q) and ι(p)ι(q)=ι(pq); and if ι(q)≠0 then q≠0, since ι(0)=0, so ι(q)−1=ι(q−1)∈QR. Since R is a vector space over itself, restriction of scalars makes it a vector space over QR, with the field multiplication restricted to QR×R. The operation (q,x)↦ι(q)x is a map Q×R→R, and it satisfies (V2) to (V5) because ι preserves sums and products and ι(1)=1, while (V1) is the abelian group (R,+,0); so it makes R a vector space over Q.

L1L2
1.2

QR is at most countable: ι is injective with image QR, hence a bijection Q→QR, and Q≈N; composing bijections gives QR≈N.

L1L5
1.3

If K is at most countable then so is Kn, the set of functions n→K, for every n∈N. By induction on n: at n=0 the set K0 has exactly one element, the empty function, so it is finite; and the map Kσ(n)→Kn×K sending f to the pair consisting of its restriction to n and its value at n is a bijection, since σ(n)=n∪{n} and n∉n, so a function on σ(n) is determined by, and may be assembled from, those two data. Hence Kσ(n)≈Kn×K, which is at most countable by the inductive hypothesis and the product theorem, and countability transfers along the bijection.

L5L6
1.4

Claim 4. For a list v:n→R and scalars λ:n→Q, the vector ∑i<nλi⋅vi computed in the Q-structure is by definition ∑i<nι(λi)vi, computed in the QR-structure; the two structures have the same underlying set, the same addition and the same zero, so their finite sums agree. Since ι is a bijection Q→QR, the scalar lists λ:n→Q and ι∘λ:n→QR correspond bijectively, and λi=0 for all i exactly when ι(λi)=0 for all i. So a vanishing combination exists on one side exactly when it does on the other, and likewise for representations of an arbitrary vector; hence the two structures have the same linearly independent subsets, the same spans and the same bases.

L1L3L4
2.1

Claim 2. R is a vector space over QR by step 1.1, and every vector space has a basis, so a basis B of R over QR exists.

step 1.1L3
2.2

Claim 3. Suppose some basis B of R over QR were finite, say B≈n. A bijection n→B is an injective list whose image is a basis, hence an ordered basis, so every x∈R is ∑i<nλibi for exactly one λ:n→QR. The resulting map Φ:R→(QR)n, sending x to that λ, is injective, since Φ(x)=Φ(y) makes x and y the same sum. By steps 1.2 and 1.3 the set (QR)n is at most countable, hence so is its subset Φ[R]; and Φ is a bijection R→Φ[R], so R is at most countable, contradicting the uncountability of R. So no basis of R over QR is finite, and R is infinite-dimensional over QR.

step 1.1step 1.2step 1.3L3L4L5
3.1

Claim 1 is step 1.1, claim 2 is step 2.1, claim 3 is step 2.2, and claim 4 is step 1.4; by claim 4 the last two transfer to R as a Q-vector space.

step 1.1step 1.4step 2.1step 2.2∎

Remarks

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

The standard unit families { ei:i∈N } are linearly independent in FN but do not span it: the constant family 1F is not a finite linear combination of them

Statement refuted

False claim: if V is an infinite-dimensional vector space over a field F (Finite-dimensional vector space, and its dimension dim⁡FV; infinite-dimensional means having no finite basis) and B⊆V is a linearly independent subset that is not finite, then span⁡(B)=V.

Take F any field, V:=FN the function space of all families x:N→F with the pointwise operations (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}), and B:={ ei:i∈N } the standard unit families, where ei(i)=1F and ei(n)=0F for n≠i. Then B is linearly independent and not finite, V is infinite-dimensional, and yet span⁡(B)=E, the linear subspace of eventually zero families, which is not all of V: the constant family c with c(n)=1F for every n lies outside it.

So B is an infinite linearly independent set that is not a basis of V (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis), although it is a basis of E.

Facts & Assumptions

Given: A field F, the vector space FN, the set E of eventually zero families, the families ei, and B={ ei:i∈N } as above.

[L1]

E is a linear subspace of FN; B⊆E and span⁡(B)=E; B is linearly independent; and B≈N (The standard unit families ek∈FN form a basis of the linear subspace of eventually zero families: an explicit infinite basis, built with no choice principle, claims 1, 2 and 3).

[L2]

FX is a vector space over F with pointwise operations, and two of its elements are equal exactly when they agree at every point (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}, Vector space over a field, Linear subspace of a vector space).

[L3]

N≉p for every p∈N (The pigeonhole principle on N, claim 4); a set is finite when it is equinumerous with some natural number; ≈ is symmetric and transitive (Finite, countably infinite, countable, uncountable, Equinumerous sets, A≈B and A⪯B).

Counterexample

technique · direct
1.1

B is linearly independent, span⁡(B)=E, and B≈N.

L1
1.2

B is not finite: if B≈p for some p∈N then, since B≈N, symmetry and transitivity of ≈ would give N≈p, which is impossible.

L1L3
1.3

The constant family c with c(n)=1F for every n lies in FN and not in E: for any candidate witness N we have N≥N and c(N)=1F≠0F, so no N witnesses that c is eventually zero.

L2L5
1.4

FN is infinite-dimensional. If it had a finite basis, that basis would be a spanning set with p elements for some p, and then no linearly independent subset of FN would be equinumerous with N; but B is such a subset.

L1L4
2.1

So B is a linearly independent subset of the infinite-dimensional space FN, it is not finite, and span⁡(B)=E≠FN, since c lies in the second and not the first. The false claim therefore fails, and B is not a basis of FN, its span not being the whole space.

step 1.1step 1.2step 1.3step 1.4∎

Remarks

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

{(1,0),(0,1),(1,1)} spans F2 and is linearly dependent, so a spanning set need not be a basis; each of its three two-element subsets is a basis

Statement refuted

False claim: a spanning subset of a vector space is linearly independent, and hence a basis.

Let F be any field (Field) and let F2 be the function space on 2={0,1} (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}), whose elements we write (y0,y1). Put

e0:=(1F,0F),e1:=(0F,1F),d:=(1F,1F)=e0+e1,

and S:={e0,e1,d}, a set with exactly three elements. Then

  1. span⁡(S)=F2;
  2. S is linearly dependent (Linear independence: a finite list v:n→V is independent when ∑i<nλivi=0V forces every λi=0F, and a subset S⊆V is independent when every injective finite list into S is independent), so S is not a basis of F2 (Basis of a vector space: a linearly independent spanning subset; and ordered basis: an injective finite list whose image is a basis);
  3. each of the three two-element subsets {e0,e1}, {e0,d}, {e1,d} is a basis of F2.

The field is arbitrary; over a field in which 1F+1F=0F the identity −1F=1F holds and changes nothing below, the three displayed vectors still being distinct because 1F≠0F.

Facts & Assumptions

Given: A field F, the vector space F2 with pointwise operations, and the vectors e0, e1, d=e0+e1 and the set S={e0,e1,d}.

[L1]

e:2→F2 is an ordered basis of F2, e[2]={e0,e1} is a basis, (∑i<2λiei)(j)=λj, and dim⁡FF2=2 (The standard list e:n→Fn with ei(i)=1F and ei(j)=0F for j≠i is an ordered basis of Fn; hence dim⁡FFn=n, and F0 is the zero space with basis ∅ and dimension 0, claims 2, 3 and 4).

[L5]

(V,+,0V) is an abelian group; 1Fy=y, (−1F)y=−y, 0Fy=0V; (V2) and (V3); and 1F≠0F, with −1F≠0F (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, Field).

Counterexample

technique · direct
1.1

S has exactly three elements. e0≠e1 because their values at 0 are 1F and 0F; e0≠d because their values at 1 are 0F and 1F; and e1≠d because their values at 0 are 0F and 1F. All three inequalities use only 1F≠0F.

L5L7
1.2

Claim 1. From {e0,e1}⊆S and monotonicity, F2=span⁡{e0,e1}⊆span⁡(S)⊆F2, so span⁡(S)=F2.

L1L3
1.3

The pair (e0,d) is an ordered basis. For λ:2→F, ∑i<2λivi with v0=e0, v1=d is λ0e0+λ1(e0+e1)=(λ0+λ1)e0+λ1e1 by (V2), (V3) and the abelian group laws, which evaluates to (λ0+λ1, λ1). Given y=(y0,y1), the equations λ0+λ1=y0 and λ1=y1 have the unique solution λ1=y1, λ0=y0−y1; so every y has exactly one representation and (e0,d) is an ordered basis, whence {e0,d} is a basis of F2.

L1L2L4L5
1.4

The pair (e1,d) is an ordered basis. Likewise λ0e1+λ1d=λ1e0+(λ0+λ1)e1 evaluates to (λ1, λ0+λ1), and λ1=y0, λ0=y1−y0 is the unique solution; so {e1,d} is a basis of F2.

L1L2L4L5
2.1

Claim 2. The list v:3→S with v0=e0, v1=e1, v2=d is injective by step 1.1, and with λ0=λ1=1F and λ2=−1F we get ∑i<3λivi=((0V+1Fe0)+1Fe1)+(−1F)d=(e0+e1)+(−d)=d+(−d)=0V, while λ0=1F≠0F. So v is a dependent injective list into S and S is linearly dependent; a basis is independent, so S is not a basis of F2.

step 1.1L4L5L6
3.1

Claim 3, and the conclusion. {e0,e1} is a basis by the standard basis lemma, and {e0,d} and {e1,d} are bases by steps 1.3 and 1.4; these are the three two-element subsets of the three-element set S of step 1.1. Together with step 1.2 and step 2.1, the set S spans F2 and is dependent, refuting the false claim.

step 1.1step 1.2step 1.3step 1.4step 2.1L1∎

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

Inside the space of eventually zero families, the linear subspace spanned by { ei:i≥1 } is proper and has a basis equinumerous with a basis of the whole space, so "equal dimension forces equality" fails without finite dimension

Statement refuted

False claim: if U is a linear subspace of a vector space V over F and some basis of U is equinumerous with some basis of V, then U=V.

Let F be any field, let E⊆FN be the linear subspace of eventually zero families and let ek be the standard unit families (The standard unit families ek∈FN form a basis of the linear subspace of eventually zero families: an explicit infinite basis, built with no choice principle). Put

B:={ ek:k∈N },B′:={ ek:k∈N, k≥1 },U:=span⁡(B′).

Then

  1. U is a linear subspace of E and B′ is a basis of U, while B is a basis of E;
  2. B′≈B (Equinumerous sets, A≈B and A⪯B), both being equinumerous with N;
  3. U≠E: the family e0 lies in E and not in U.

So a proper linear subspace can carry a basis equinumerous with a basis of the whole space, and the equality clause of If dim⁡FV=n and U is a linear subspace of V, then U is finite-dimensional, dim⁡FU≤n, and dim⁡FU=n if and only if U=V — which is stated only for a finite-dimensional ambient space — really does need its hypothesis.

No dimension is assigned to either space. E and U are both infinite-dimensional (Finite-dimensional vector space, and its dimension dim⁡FV; infinite-dimensional means having no finite basis assigns no number to such a space): for E this is claim 4 of The standard unit families ek∈FN form a basis of the linear subspace of eventually zero families: an explicit infinite basis, built with no choice principle, and for U it follows from claims 1 and 2 below, since the basis B′ of U is linearly independent and equinumerous with N, so U can have no finite spanning set and hence no finite basis, by claim 2 of If V has a spanning set with n elements, then every linearly independent subset of V is finite with at most n elements; in particular V has no linearly independent subset equinumerous with N. And claim 2 compares two specific bases through an explicit bijection, not two cardinal numbers.

Facts & Assumptions

Given: A field F, the vector space FN, the subspace E of eventually zero families, the families ek, and the sets B, B′ and U=span⁡(B′) as above.

[L1]

E is a linear subspace of FN; B⊆E; span⁡(B)=E; B is linearly independent and is a basis of E; k↦ek is a bijection N→B; and E is infinite-dimensional (The standard unit families ek∈FN form a basis of the linear subspace of eventually zero families: an explicit infinite basis, built with no choice principle, claims 1 to 4).

Counterexample

technique · direct
1.1

B′⊆B⊆E, so B′ is linearly independent, and U=span⁡(B′) is a linear subspace of FN contained in E, hence a linear subspace of E; since B′ is independent and spans U by definition, B′ is a basis of U.

L1L2L3L4
1.2

Claim 2. The map k↦eσ(k) is a bijection N→B′: it is injective, being the composite of the injective σ with the injective k↦ek, and every element of B′ is ej with j≠0, hence eσ(k) for the unique k with σ(k)=j. So B′≈N, and B≈N as well, whence B′≈B by symmetry and transitivity of ≈.

L1L7
1.3

Every x∈U satisfies x(0)=0F. Indeed x=∑l<pλlwl for some p, some λ:p→F and some w:p→B′; evaluating pointwise at 0 gives x(0)=∑l<pλl wl(0), and each wl is ejl with jl≥1, so wl(0)=0F and λlwl(0)=0F; a list of scalars all equal to 0F sums to 0F.

L3L5L6
2.1

Claim 3. The family e0 lies in E and e0(0)=1F≠0F, so by step 1.3 it does not lie in U; hence U≠E, and U is a proper linear subspace of E.

step 1.3L1L6
3.1

Steps 1.1, 1.2 and 2.1 give claims 1, 2 and 3: U is a proper linear subspace of E, B′ is a basis of U, B is a basis of E, and B′≈B. So a basis of a proper subspace can be equinumerous with a basis of the whole space, refuting the false claim.

step 1.1step 1.2step 2.1∎

Remarks

  • The finite case is a theorem, and this shows why it is one. If dim⁡FV=n and U is a linear subspace of V, then U is finite-dimensional, dim⁡FU≤n, and dim⁡FU=n if and only if U=V proves that in a finite-dimensional ambient space equality of dimensions forces equality of the spaces; its proof enlarges a basis of the subspace by a vector outside it and contradicts the bound on independent sets. Here the same enlargement is possible — B′∪{e0}=B is independent — and contradicts nothing, because there is no finite bound to violate.

  • No cardinal arithmetic is used or implied. The comparison in claim 2 is a named bijection, k↦eσ(k), between two specific sets. This item does not assign a dimension to E or to U, and it says nothing about whether any two bases of E are equinumerous; that question needs cardinal arithmetic, which is not available at this point in the reading order.

  • The subspace is spanned by "all but one" basis vector. Deleting a single element from an infinite basis leaves a set that is still equinumerous with the original, which is exactly the phenomenon The pigeonhole principle on N rules out for finite sets and for natural numbers.

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

Three distinct lines U0,U1,U2 in F2 have dim⁡F(U0+U1+U2)=2 while the inclusion-exclusion analogue of the dimension formula predicts 3, so the two-subspace formula does not extend

Statement refuted

False claim: for finite-dimensional linear subspaces U0,U1,U2 of a vector space V over F,

dim⁡F(∑j<3Uj)+dim⁡F(U0∩U1)+dim⁡F(U0∩U2)+dim⁡F(U1∩U2)  =  dim⁡FU0+dim⁡FU1+dim⁡FU2+dim⁡F(U0∩U1∩U2).

This is the inclusion-exclusion analogue of The dimension formula: for finite-dimensional linear subspaces U and W of V, the subspaces U+W and U∩W are finite-dimensional and dim⁡F(U+W)+dim⁡F(U∩W)=dim⁡FU+dim⁡FW, written without subtraction so that both sides are natural numbers; for two subspaces the same rearrangement is exactly that theorem.

Let F be any field, let F2 be the function space on 2={0,1} (The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}) with e0=(1F,0F), e1=(0F,1F) and d:=e0+e1=(1F,1F), and put

U0:=span⁡{e0},U1:=span⁡{e1},U2:=span⁡{d}.

Then dim⁡FUj=1 for each j, all three pairwise intersections and the triple intersection equal {0V} and so have dimension 0, and ∑j<3Uj=F2 has dimension 2. The left-hand side is 2+0+0+0=2 and the right-hand side is 1+1+1+0=3, so the claimed identity fails.

The three sets are called lines informally, as on the order-69 examples page; the word carries no separate definition here.

Facts & Assumptions

Given: A field F, the vector space F2, the vectors e0, e1, d=e0+e1, and the linear subspaces U0,U1,U2 above.

[L1]

span⁡{v}={ λv:λ∈F }; if v≠0V then λv=0V only for λ=0F and span⁡{v}≠{0V} (span⁡{v}={ λv:λ∈F }, which is {0V} when v=0V, and when v≠0V contains 0V only as the multiple 0Fv, claims 1 and 3).

Counterexample

technique · direct
1.1

Each of e0, e1, d is nonzero, since each takes the value 1F≠0F somewhere, and the three are pairwise distinct: e0 and d differ at 1, e1 and d differ at 0, and e0 and e1 differ at 0.

L6
1.2

dim⁡FUj=1 for each j<3. Take v to be e0, e1 or d; then {v} spans span⁡{v}, and it is linearly independent, since an injective list into {v} has length 0 or is the one-term list v, and λv=0V forces λ=0F because v≠0V. So {v} is a basis with exactly one element.

L1L4L5L6
1.3

The pairwise intersections are {0V}. An element of U0∩U1 is λe0=μe1; evaluating at 0 gives λ1F=μ0F, that is λ=0F, so the element is 0Fe0=0V. An element of U0∩U2 is λe0=μd; evaluating at 1 gives 0F=μ, so it is 0V. An element of U1∩U2 is λe1=μd; evaluating at 0 gives 0F=μ, so it is 0V. Each intersection also contains 0V, being an intersection of linear subspaces, so all three equal {0V}.

L1L4L6
1.4

∑j<3Uj=F2. The sum contains each Uj, hence contains e0 and e1; being a linear subspace it contains span⁡{e0,e1}=F2, and it is contained in F2.

L2L3L4
2.1

The two sides. The triple intersection U0∩U1∩U2 is contained in U0∩U1={0V} by step 1.3 and contains 0V, so it is {0V}; hence all four intersection terms have dimension 0 by step 1.3. By step 1.4 and the standard basis, dim⁡F(∑j<3Uj)=dim⁡FF2=2, and by step 1.2 each dim⁡FUj=1. So the left-hand side of the claimed identity is 2+0+0+0=2 and the right-hand side is 1+1+1+0=3.

step 1.2step 1.3step 1.4L2L4L5L7
3.1

Since 2≠3, the claimed identity fails for these three finite-dimensional linear subspaces of F2, so the two-subspace dimension formula has no inclusion-exclusion extension to three subspaces.

step 2.1L5∎

Remarks

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

FALSE: the union of two linearly independent subsets of a vector space is linearly independent

Facts & Assumptions

Given: A field F, the vector space F2 with pointwise operations, and the vectors e0=(1F,0F), e1=(0F,1F) and d=e0+e1=(1F,1F).

[L2]

{e0,e1,d} has exactly three elements and is linearly dependent ({(1,0),(0,1),(1,1)} spans F2 and is linearly dependent, so a spanning set need not be a basis; each of its three two-element subsets is a basis: the three-element count is stated there and claim 2 is that the set is linearly dependent).

[L3]

span⁡{v}={ λv:λ∈F }, and for v≠0V the equation λv=0V forces λ=0F (span⁡{v}={ λv:λ∈F }, which is {0V} when v=0V, and when v≠0V contains 0V only as the multiple 0Fv, claims 1 and 3).

Refutation

technique · direct
1.1

Take V:=F2 over an arbitrary field F, A:={e0,e1} and C:={d}. Then A is linearly independent, being a basis of F2.

L1
1.2

C is linearly independent. Its only injective finite lists are the empty one, which is independent, and the one-term list v0=d; for the latter, ∑i<1λivi=λ0d, and d≠0V because d(0)=1F≠0F, so λ0d=0V forces λ0=0F.

L3L4L5L6
1.3

A∪C={e0,e1,d}, which is linearly dependent.

L2
2.1

So A and C are linearly independent subsets of F2 whose union is linearly dependent, and the statement above is false.

step 1.1step 1.2step 1.3L4∎

Remarks

Sources