From Vector Spaces to Periodic Functions

By Susam Pal on 30 Jan 2019

Vector Spaces

A fascinating result that appears in linear algebra is the fact that the set of real numbers R \mathbb{R} is a vector space over the set of rational numbers Q. \mathbb{Q}. This may appear surprising at first but it is easy to show that it is indeed so by checking that all eight axioms of vector spaces hold good:

  1. Commutativity of vector addition:
    x+y=y+x x + y = y + x for all x,yR. x, y \in \mathbb{R}.

  2. Associativity of vector addition:
    x+(y+z)=(x+y)+z x + (y + z) = (x + y) + z for all x,y,zR. x, y, z \in \mathbb{R}.

  3. Existence of additive identity vector:
    We have 0R 0 \in \mathbb{R} such that x+0=x x + 0 = x for all xR. x \in \mathbb{R}.

  4. Existence of additive inverse vectors:
    There exists xR -x \in \mathbb{R} for every xR x \in \mathbb{R} such that x+(x)=0. x + (-x) = 0.

  5. Associativity of scalar multiplication:
    a(bx)=(ab)x a(bx) = (ab)x for all a,bQ a, b \in \mathbb{Q} and all xR. x \in \mathbb{R}.

  6. Distributivity of scalar multiplication over vector addition:
    a(x+y)=ax+by a(x + y) = ax + by for all aQ a \in \mathbb{Q} and all x,yR. x, y \in \mathbb{R}.

  7. Distributivity of scalar multiplication over scalar addition:
    (a+b)x=ax+bx (a + b)x = ax + bx for all a,bQ a, b \in \mathbb{Q} and all xR. x \in \mathbb{R}.

  8. Existence of scalar multiplicative identity:
    We have 1Q 1 \in \mathbb{Q} such that 1x=x 1 \cdot x = x for all xR. x \in \mathbb{R}.

This shows that the set of real numbers R \mathbb{R} forms a vector space over the field of rational numbers Q. \mathbb{Q}. Another quick way to arrive at this fact is to observe that QR, \mathbb{Q} \subseteq \mathbb{R}, that is, Q \mathbb{Q} is a subfield of R. \mathbb{R}. Any field is a vector space over any of its subfields, so R \mathbb{R} must be a vector space over Q. \mathbb{Q}.

We can also show that R \mathbb{R} is an infinite dimensional vector space over Q. \mathbb{Q}. Let us assume the opposite, i.e., R \mathbb{R} is finite dimensional. Let r1,,rn r_1, \dots, r_n be the basis for this vector space. Therefore for each rR, r \in \mathbb{R}, we have unique q1,,qnQ q_1, \dots, q_n \in \mathbb{Q} such that r=q1r1++qnrn. r = q_1 r_1 + \dots + q_n r_n. Thus there is a bijection between Qn \mathbb{Q}^n and R. \mathbb{R}. This is a contradiction because Qn \mathbb{Q}^n is countable whereas R \mathbb{R} is uncountable. Therefore R \mathbb{R} must be an infinite dimensional vector space over Q. \mathbb{Q}.

Problem

Here is an interesting problem related to vector spaces that I came across recently:

Define two periodic functions f f and g g from R \mathbb{R} to R \mathbb{R} such that their sum f+g f + g is the identity function. The axiom of choice is allowed.

A function f f is periodic if there exists p>0 p \gt 0 such that f(x+p)=f(x) f(x + p) = f(x) for all x x in the domain.

If you want to think about this problem, this is a good time to pause and think about it. There are spoilers ahead.

Solution

The axiom of choice is equivalent to the statement that every vector space has a basis. Since the set of real numbers R \mathbb{R} is a vector space over the set of rational numbers Q, \mathbb{Q}, there must be a basis HR \mathcal{H} \subseteq \mathbb{R} such that every real number x x can be written uniquely as a finite linear combination of elements of H \mathcal{H} with rational coefficients, that is, x=aHxaa x = \sum_{a \in \mathcal{H}} x_a a where each xaQ x_a \in \mathbb{Q} and {aHxa0} \{ a \in \mathcal{H} \mid x_a \ne 0 \} is finite. The set H \mathcal{H} is also known as the Hamel basis.

In the above expansion of x, x, we use the notation xa x_a to denote the rational number that appears as the coefficient of the basis vector a. a. Therefore (x+y)a=xa+ya (x + y)_{a} = x_a + y_a for all x,yR x, y \in \mathbb{R} and all aH. a \in \mathcal{H}.

We know that ba=0 b_a = 0 for distinct a,bH a, b \in \mathcal{H} because a a and b b are basis vectors. Thus (x+b)a=xa+ba=xa+0=xa (x + b)_{a} = x_a + b_a = x_a + 0 = x_a for all xR x \in \mathbb{R} and distinct a,bH. a, b \in \mathcal{H}. This shows that a function f(x)=xa f(x) = x_a is a periodic function with period b b for any aH a \in \mathcal{H} and any bH{a}. b \in \mathcal{H} \setminus \{ a \}.

Let us define two functions: g(x)=aH{b}xaa,h(x)=xbb.\begin{align*} g(x) & = \sum_{a \in \mathcal{H} \setminus \{ b \}} x_a a, & h(x) & = x_b b. \end{align*} where bH b \in \mathcal{H} and xR. x \in \mathbb{R}. Now g(x) g(x) is a periodic function with period b b for any bH b \in \mathcal{H} and h(x) h(x) is a periodic function with period c c for any cH{b}. c \in \mathcal{H} \setminus \{ b \}. Further, g(x)+h(x)=(aH{b}xaa)+xbb=aHxaa=x. g(x) + h(x) = \left( \sum_{a \in \mathcal{H} \setminus \{ b \}} x_a a \right) + x_b b = \sum_{a \in \mathcal{H}} x_a a = x. Thus g(x) g(x) and h(x) h(x) are two periodic functions such that their sum is the identity function.

References

Comments | #mathematics