Exercises:Saul - Algebraic Topology - 1/Exercise 1.5

From Maths
Jump to: navigation, search

Exercises

Exercise 1.5

A:=(123456789)
The matrix of A:Z3Z3
Let A:Z3Z3 be the group homomorphism given by the matrix on the right. Calculate its kernel, image and cokernel.
  • Alec's note:
    • Image(A):=A(Z3):={yZ3 | xZ3[A(x)=y]}={A(x) | xZ3}
    • Ker(A):={xZ3 | A(x)=0}
    • TODO: Cokernel is the homology group here. Check that

Solution

Image of A

It is easy to see Caveat:In linear algebra.... over vector spaces.... that the span of the images of basis elements spans the image. We will use this here.

  • Im(A)=Span({A((100)),A((010)),A((001)})) =Span({(147),(258),(369)})

Let us now reduce this to a basis (and write these as row-vectors transposed from now on)

  • Clearly (1,4,7)T and (2,5,8)T are "linearly independent"
  • To see if the 3rd vector is linearly independent of these two we must
Answers
  • Image - the first 2 columns of the matrix form a vector. RREFfing A shows that -1 x the first vector + 2 x the second vector = the third vector
  • Kernel - RREFfing A with an extra column of zeros shows the kernel has basis (1,2,1) or something.

Caveat:This is "dumb luck", it could be nastier, there's no.... like all of these are isomorphic to copies of Z

  • Co-kernel, best thought of as (1,0,0)T,(0,1,0)T,(0,0,1)T(1,4,7)T,(2,5,8)T
    • Clearly we can replace (1,0,0)T with (1,4,7)T as a(1,4,7)4a(0,1,0)7a(0,0,1)=a(1,0,0)
      • We cannot do the same thing again, as a(1,4,7)+b(2,5,8)+c(0,0,1) can never be (0,1,0) (RREFing we get fractional values. Which is telling...)
Thoughts

Let's think about this a bit more

  • (1,0,0)T,(0,1,0)T,(0,0,1)T(1,4,7)T,(2,5,8)T is the same as (1,4,7)T,(0,1,0)T,(0,0,1)T(1,4,7)T,(2,5,8)T (As (1,0,0) is in the span of this, and (1,4,7) is clearly in the span of the standard basis vectors)

Notes

References