Documentation

HexGraphIsoMathlib.AutGroup

@[instance_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem Hex.GraphIso.Perm.mul_get {n : } (p q : Perm n) (v : Fin n) :
(p * q).get v = p.get (q.get v)
@[simp]
theorem Hex.GraphIso.Perm.one_get {n : } (v : Fin n) :
get 1 v = v
@[instance_reducible]
Equations
def Hex.GraphIso.Aut.group {n k : } (G : Colored n k) :

The full colour-preserving automorphism group, as a subgroup of the executable permutations.

Equations
Instances For
    @[simp]
    theorem Hex.GraphIso.Aut.mem_group {n k : } (G : Colored n k) (p : Perm n) :
    p group G IsIso G G p

    The subgroup generated by the returned list is the full automorphism group.

    theorem Hex.GraphIso.Aut.mem_orbit {n k : } (G : Colored n k) (u v : Fin n) :

    The group-action orbit relation is the executable graph's automorphism orbit relation.