Lecture 3 - Proofs in Linear Algebra

We'll do some 'baby proofs' of some common Linear Algebra findings. But first, some examples of vector spaces:

Example

F[x] is the set of all polynomials with coefficients in F. In fact, we claim F[x] is a vector space over F under the usual addition and scaling of polynomials. For instance:

  • In C[x], an example is p(x)=1ix+(23i)x3C[x]. Another polynomial is q(x)=2+ixx2C[x].
  • We can add p+q to get (p+q)(x)=3x2+(23i)x3C[x].
  • We can scale q by i to get: (iq)(x)=2ixix2C[x].
  • The zero polynomial would be 0(x)=0+0x+0x2+...
Example

Pn(F) is the set of all polynomials of degree n or less, with coefficients from F. We have the usual polynomial addition and scalar multiplication as defined in the example prior.

  • p(x)=1+xx3P4(R)
  • q(x)=2x2x4P4(R)
  • (p+q)(x)=3+xx2x3x4P4(R)

Note that for Example 2 above, you need to have the condition of "n or less" since, if it was strictly n (say n=2 for our case), you could take say x2P2(R) and x2P2R but x2x2=0P2(R).

Also note that we can create a isomorphism from P4(R) to R5 by:

So, if we consider p(x),q(x) in Example 2 above, we can turn them into vectors in R5, and then add them together:

p=(1,1,0,1,0),q=(2,0,1,0,1)p+q=(3,1,1,1,1)3+xx2x3x4=(p+q)(x)

So P4(R) behaves like R5.

Proofs in Linear Algebra

Note that 0v=0. This isn't part of our definition, so we can't say it's a fact yet. But we need to show that this comes as a consequence of our definition. First, a note on the cancellation law, which says that:

Cancellation Law

Suppose x,y,zV where V is a vector space. Then:

x+y=x+zy=z

This also isn't from our definitions, so let's prove it:

Proof
Suppose x+y=x+z. Then, we know the additive inverse for x exists, which we call xV. Then, notice the following:

x+y=x+zx+x+y=x+x+z(Add x to both sides)0+y=0+z(Definition of Additive Inverse)y=z(Definition of 0)

Note that, from now on, we can just say:

xy=x+(y)

(ie: you can you the sign on it's own now. Yay!)

Now we prove 0v=0:
Proof

0v=(0+0)v=0v+0v

So then you can replace 0v=0+0v to show that:

0+0v=0v+0v0=0v(Subtract from both sides)


Let's do another proof:

Theorem

α0=0.

Proof
Note that:

α0=α(0+0)=α0+α0

So since α0=0+α0, then we can subtract from both sides and get α0=0.

Theorem

v=(1)v. We note the v is the additive inverse of v.

Proof
(1)v is indeed the additive inverse if, when we add v, we get the zero vector. Notice:

v+(1)v=1v+(1)v=(1+(1))v=0v=0