2025-02-16

1006: Free Vectors Space on Set

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of free vectors space on set

Topics


About: vectors space

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of free vectors space on set.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
S: { the sets }
F: { the fields }
F(S,F): ={f:SFPow(S×F)|f1(F{0}){ the finite sets }} with the addition and the scalar multiplication specified below, { the F vectors spaces }
//

Conditions:
f1,f2F(S,F)(f1+f2:sf1(s)+f2(s))

rF,fF(S,F)(rf:srf(s))
//


2: Note


The 1st "F" in "F(S,F)" does not mean the field, F, but is the abbreviation of "Free". So, when the field is R, it becomes F(S,R).

An f is often denoted as r1s1+...+rksk where rjF and sjS, which means that f(sj)=rj and f(s)=0 for any s{s1,...,sk}. The expression is commutative: r1s1+r2s2+r3s3=r2s2+r1s1+r3s3=..., because that does not change f at all.

The operations are indeed well-defined: (f1+f2)1(F{0}){ the finite sets } and (rf)1(F{0}){ the finite sets }, obviously.

Let us see that F(S,F) is indeed a F vectors space.

1) for any elements, v1,v2F(S,F), v1+v2F(S,F) (closed-ness under addition): already seen.

2) for any elements, v1,v2F(S,F), v1+v2=v2+v1 (commutativity of addition): for each sS, (v1+v2)(s)=v1(s)+v2(s)=v2(s)+v1(s)=(v2+v1)(s).

3) for any elements, v1,v2,v3F(S,F), (v1+v2)+v3=v1+(v2+v3) (associativity of additions): for each sS, ((v1+v2)+v3)(s)=(v1+v2)(s)+v3(s)=v1(s)+v2(s)+v3(s)=v1(s)+(v2(s)+v3(s))=v1(s)+(v2+v3)(s)=(v1+(v2+v3))(s).

4) there is a 0 element, 0F(S,F), such that for any vF(S,F), v+0=v (existence of 0 vector): the 0 function, f0, is 0, because for each sS, (v+f0)(s)=v(s)+f0(s)=v(s)+0=v(s).

5) for any element, vF(S,F), there is an inverse element, vF(S,F), such that v+v=0 (existence of inverse vector): v is a v, because for each sS, (v+v)(s)=v(s)+v(s)=0=f0(s).

6) for any element, vF(S,F), and any scalar, rF, r.vF(S,F) (closed-ness under scalar multiplication): already seen.

7) for any element, vF(S,F), and any scalars, r1,r2F, (r1+r2).v=r1.v+r2.v (scalar multiplication distributability for scalars addition): for each sS, ((r1+r2).v)(s)=(r1+r2)v(s)=r1v(s)+r2v(s)=(r1v)(s)+(r2v)(s)=(r1.v+r2.v)(s).

8) for any elements, v1,v2F(S,F), and any scalar, rF, r.(v1+v2)=r.v1+r.v2 (scalar multiplication distributability for vectors addition): for each sS, (r.(v1+v2))(s)=r(v1+v2)(s)=r(v1(s)+v2(s))=rv1(s)+rv2(s)=(rv1)(s)+(rv2)(s)=(r.v1+r.v2)(s).

9) for any element, vV, and any scalars, r1,r2F, (r1r2).v=r1.(r2.v) (associativity of scalar multiplications): for each sS, ((r1r2).v)(s)=(r1r2)v(s)=r1(r2v(s))=r1(r2v)(s)=(r1.(r2.v))(s).

10) for any element, vV, 1.v=v (identity of 1 multiplication): for each sS, (1.v)(s)=1v(s)=v(s).

For each sS, there is the function, fsF(S,F), such that fs(s)=1 and fs(s)=0 for each sS{s} (fs=1s by the aforementioned notation), and B:={fsF(S,F):sS} is a basis of F(S,F): for each fF(S,F), f=f1fs1+...+fkfsk, which is f1s1+...+fksk by the aforementioned notation; it is linearly independent, because for each c1fs1+...+ckfsk=0, (c1fs1+...+ckfsk)(sj)=0(sj)=0, but the left hand side is c1fs1(sj)+...+ckfsk(sj)=cj, so, cj=0.

We need to be careful when S is an F vectors space, V: for each vV and rF{1}, rfv=r(1v)=r(v)(rv)=1(rv)=1frv=frv, because rfv is the function that maps v to r while frv is the function that maps rv to 1 but maps v to 0. When S is just a set, rfs=rs is not ambiguous, because as there is no such operation as rs on S, r is inevitably operating on F(S,F), but when S=V, an F vectors space, rv is ambiguous whether r is operating on V, which is 1(rv)=1frv, or r is operating on F(V,F), which is r(v)=rfv.

We will adopt the notation that for each vV, v denotes vV while (v) denotes (v)=fvF(V,F).


References


<The previous article in this series | The table of contents of this series | The next article in this series>