Abstract Algebra

Posted on April 2, 2019
Tags: linearalgebra

1 Cayley Theorem

  1. Lets define a group
  1. Pick an element of that group let’s say \(c\).
    Left multiply \(G\) by \(c\)
  1. Notice the resulting multiplication just created a permutation of G.
  1. We can define the left multiplication of \(G\) as a higher order function f
  1. We can curry f to lambda x, f(x) :: {G} -> Perm(G)