Section 16.5 Examples
In this section.
Subsection 16.5.1 Verifying axioms: the space of positive numbers
Here we will continue our “weird” example from the end of Subsection 16.4.2, and verify some of the other axioms for vectors in that space. Let's start with Axiom A 2. Here we would like to verify that the vector equality v+w=w+v is always true when the vectors are positive numbers and vector addition is defined to be ordinary multiplication, as defined in (†) in Subsection 16.4.2. For this space, vectors are positive numbers, so we should take v=(a) and w=(b) for arbitrary, unspecified positive numbers a and b (where again we use brackets to distinguish between numbers that are vectors and numbers that are scalars). Then,
LHS=v+wRHS=w+v=(a)⊕(b)=(b)⊕(a)=(ab),=(ba).
Now, we know that ordinary multiplication of numbers can be performed in either order, so ba=ab, and thus LHS=RHS as desired.
We will leave the other addition axioms up to you, but let's verify one of the scalar multiplication axioms. Consider Axiom S 2. We need to verify that k(v+w)=kv+kw is always true for all scalars k and all vectors v and w, where scalar multiplication is defined as in (††) in Subsection 16.4.2. When considering the left- and right-hand sides of this vector equality, we need to be sure to pay attention to the order of operations on each side. Again, take v=(a) and w=(b) for arbitrary, unspecified positive numbers a and b. Then,
LHS=k(v+w)RHS=kv+kw=k⊙((a)⊕(b))=(k⊙(a))⊕(k⊙(b))=k⊙(ab)=(ak)⊕(bk)=((ab)k),=(akbk).
We can now see that LHS=RHS as desired because of the exponent law (ab)k=akbk from the algebra of ordinary numbers.
Subsection 16.5.2 Verifying axioms: the space of functions
Here we will verify some of the axioms for vectors in the space F(D). We will be verifying equality of functions, so we need to make sure we know what it means for two functions to be equal.Definition 16.5.1. Equality of functions.
Two functions are equal when the input-output processes they represent always produce the same outputs. That is, functions f and g are equal if f(x)=g(x) for all possible input x-values.
LHS=(f+(g+h))(x)=f(x)+(g+h)(x)(i)=f(x)+(g(x)+h(x)),(ii)RHS=((f+g)+h)(x)=(f+g)(x)+h(x)(iii)=(f(x)+g(x))+h(x),(iv)
with justifications
- definition of the sum of f and g+h;
- definition of the sum of g and h;
- definition of the sum of f+g and h; and
- definition of the sum of f and g.
LHS=(f+(−f))(x)=f(x)+(−f)(x)(i)=f(x)+(−f(x))(ii)=f(x)−f(x)(iii)=0(iv)=0(x)(v)=RHS,
as desired, with justifications
- definition of the sum of f and −f;
- definition of the negative of f;
- algebra of numbers;
- algebra of numbers; and
- definition of the zero function.
LHS=((k+m)f)(x)=(k+m)f(x),(i)RHS=(kf+mf)(x)=(kf)(x)+(mf)(x)(ii)=kf(x)+mf(x),(iii)
with justifications
- definition of scalar multiplication of f by k+m;
- definition of the sum of kf and mf; and
- definition of scalar multiplication of f by k and by m.