Group-theoretic commutator and group action
Group-theoretic commutator, defined as [x,y]=x^(-1)y^(-1)xy
commutator(x, y)
x,y |
Permutation objects, coerced to word |
Robin K. S. Hankin
x <- rperm(10,7) y <- rperm(10,8) z <- rperm(10,9) uu <- commutator(commutator(x,y),z^x) * commutator(commutator(z,x),y^z) * commutator(commutator(y,z),x^y) stopifnot(all(is.id(uu))) # this is the Hall-Witt identity
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.