Notes:Advanced Linear Algebra - Roman/Chapter 2

From Maths
Jump to: navigation, search

Overview

Notes

Page 61

Theorem 2.3: equivalent statements to a linear map being surjective / injective

Let fL(V,W) for V and W vector spaces over a field K. Then:

  1. f is surjective if and only if Im(f)=W[Note 1]
  2. f is injective if and only if Ker(f)={0}

Proof of 2:

  1. First we show that if the kernel of f is trivial then f is an injective function
    • Let u,vV be given. We want to show that if Ker(f)={0} then f is injective, that is {[M|1=\forall u,v\in V[f(u)=f(v)\implies u=v]}}
      1. Suppose f(u)f(v)
        • then by the definition of logical implication we do not care whether we have uv or u=v, either way the implication is true!
      2. Suppose f(u)=f(v), we must show that if we have this, then {{M|1=u=v}].
        • Note: f(u)=f(v) means f(u)f(v)=0 by definition of W being a vector space. Then
          • by linearity we have f(uv)=0
          • This means uvKer(f)
          • If Ker(f)={0} then uv=0 is the only thing uv can be.
          • If uv=0 then u=v
        • We have shown that, given f(u)=f(v) and f has a trivial kernel, that u=v
    • We have shown that if f has a trivial kernel then u,vV[f(u)=f(v)u=v] - the definition of f being injective
  2. Now we must show that if f is injective then the kernel is trivial.

Notes

  1. Jump up Rather trivial result....