Alphabeta Math
DefinitionDefinition: AI-adaptedProof: AI-adaptedjudge 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.

The vector space FX of all functions X→F with pointwise operations, and Fn as the case X=n={0,1,…,n−1}

Definition

Let F be a field (Field) and let X be any set. Write

FX  :=  { f  :  f is a function X→F },

and for f∈FX write f(x) for its value at x∈X. Two elements of FX are equal exactly when they agree at every point of X. Define

(f+g)(x)  :=  f(x)+g(x),(λf)(x)  :=  λ f(x),0FX(x)  :=  0F,

for f,g∈FX, λ∈F and x∈X, the operations on the right being those of F. These are the pointwise operations.

These rules really are the required data. For f,g∈FX the assignment x↦f(x)+g(x) is a function X→F, so + is a binary operation FX×FX→FX (Binary operation on a set; associativity, commutativity, and a subset closed under the operation); for λ∈F and f∈FX the assignment x↦λf(x) is a function X→F, so scalar multiplication is a map F×FX→FX; and 0FX, the constant function at 0F, is an element of FX.

FX is a vector space over F (Vector space over a field). Each axiom is an equation between elements of FX, hence holds exactly when it holds at every x∈X after evaluation, and there it is the corresponding field axiom applied to the values f(x),g(x),λ,μ:

  • associativity and commutativity of +, and f+0FX=f, come from the same laws for + in F; the additive inverse of f is x↦−f(x), which lies in FX and satisfies f+(−f)=0FX pointwise. This is axiom (V1);
  • (λ(f+g))(x)=λ(f(x)+g(x))=λf(x)+λg(x) is (V2), by distributivity in F;
  • ((λ+μ)f)(x)=(λ+μ)f(x)=λf(x)+μf(x) is (V3), by distributivity in F;
  • ((λμ)f)(x)=(λμ)f(x)=λ(μf(x)) is (V4), by associativity of multiplication in F;
  • (1Ff)(x)=1Ff(x)=f(x) is (V5), by the multiplicative identity law in F.

The case X=n

A natural number is a von Neumann natural (The natural numbers N (von Neumann)), that is a set, and n={ m∈N:m<n }={0,1,…,n−1} (On N the order is membership: m<n  ⟺  m∈n). Taking X=n therefore gives

Fn  =  { x  :  x is a function n→F },

whose elements are written x=(x0,x1,…,xn−1) with xi:=x(i) for i<n. The coordinates are indexed from 0, because 0∈n whenever n≠0 and n∉n always. The operations read

(x+y)i=xi+yi,(λx)i=λxi(i<n),

and the zero of Fn is the tuple all of whose coordinates are 0F.

The two boundary cases. N contains 0, so n=0 is a genuine case. Since 0=∅, the set F0=F∅ has exactly one element, the empty function; that element is 0F0, so F0 is the zero space {0F0}, not the empty set. For n=1 we have 1={0}, and the map F1→F sending x to its single coordinate x0 is a bijection satisfying (x+y)0=x0+y0 and (λx)0=λx0; we use it to read F1 as F where convenient. (No general notion of isomorphism of vector spaces is available on this page, and none is claimed here: what is asserted is exactly the displayed bijection and the two displayed equations.)

Remarks

  • The same set FX also carries a ring structure, and the two must not be conflated. For a ring R and a set X, The ring RX of all functions from a set X into a ring, with pointwise operations equips the set RX of all functions X→R with pointwise addition and pointwise multiplication. Taking R=F, the underlying set is literally the same set FX as here, and the addition is literally the same operation, (f+g)(x)=f(x)+g(x) in both. What differs is the second operation:

    second operationtype
    ring of functions(fg)(x)=f(x) g(x)FX×FX→FX
    vector space (here)(λf)(x)=λ f(x)F×FX→FX

    Neither is a special case of the other, since they do not even have the same domain: one multiplies two functions, the other multiplies a function by a scalar. They agree in the following sense, and this is the whole of the relation between them: for λ∈F let cλ∈FX be the constant function at λ; then λf and the ring product cλf have the same value λf(x) at every x, so they are equal. Both structures are present on FX at once, and nothing on this page uses the ring product.

  • Why Fn is defined this way rather than as "n-tuples". An n-tuple is already a function on an index set, and taking that index set to be the natural number n itself makes the coordinates, the finite sums of The product g0g1⋯gn−1 of a finite list in a monoid, by recursion, with the empty product (n=0) equal to the identity and the induction arguments below all run over the same object. The price is that every index starts at 0, and that F0 is a one-element space; both are recorded above so that no statement on this page or its companion is quietly restricted to n≥1.

  • X is arbitrary. Nothing above assumes X finite, countable, or nonempty. The case X=N gives the space of all families of scalars indexed by N, and the case X=m×n gives the matrices of The vector space Mm×n(F):=F m×n of m by n matrices over a field, with entrywise operations.

Depends on

Used by

Dependency tree · two levels

26 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