sym-0.13.0: Permutations, patterns, and statistics
Sym.Perm.Group
Description
Synopsis
compose :: Perm -> Perm -> Perm Source #
The product/composition of u and v: if w = u compose v then w `at ` i = v `at` (u `at` i).
u
v
w = u compose v
compose
w `at ` i = v `at` (u `at` i)
act :: Perm -> Perm -> Perm Source #
The (left) group action of Perm on itself: if w = u act v then w `at ` (u `at` i) = v `at` i.
w = u act v
act
w `at ` (u `at` i) = v `at` i