def
Hex.GraphIso.Mathlib.autEquiv
{V : Type u}
[Fintype V]
{n k : ℕ}
(e : V ≃ Fin n)
(G : Colored V k)
[DecidableRel G.graph.Adj]
:
Encoding is an isomorphism of full automorphism groups.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Hex.GraphIso.Mathlib.autos_sameOrbit
{V : Type u}
[Fintype V]
{n k : ℕ}
(e : V ≃ Fin n)
(G : Colored V k)
[DecidableRel G.graph.Adj]
(v w : V)
:
The reported partition is exactly the full automorphism orbit relation.
noncomputable def
Hex.GraphIso.Mathlib.autOrbitEquiv
{V : Type u}
[Fintype V]
{n k : ℕ}
(e : V ≃ Fin n)
(G : Colored V k)
[DecidableRel G.graph.Adj]
:
MulAction.orbitRel.Quotient (G.Iso G) V ≃ MulAction.orbitRel.Quotient (↥(Aut.group (encode e G))) (Fin n)
Encoding preserves the full automorphism orbit quotient.
Equations
Instances For
theorem
Hex.GraphIso.Mathlib.autNumOrbits_card
{V : Type u}
[Fintype V]
{n k : ℕ}
(e : V ≃ Fin n)
(G : Colored V k)
[DecidableRel G.graph.Adj]
:
The reported orbit count equals the cardinality of the Mathlib-facing full automorphism orbit quotient.