Definitions for the main theorem #
The complete non-Mathlib vocabulary used in the public statement.
A finite permutation group: a finite group acting faithfully on a finite set.
- G : Type
The acting group.
- Point : Type
The type of points on which the group acts.
- faithful : FaithfulSMul self.G self.Point
Instances For
noncomputable def
SaxlCounterexamples.MainTheorems.FinitePermutationGroup.baseSize
(P : FinitePermutationGroup)
:
The least size of a base. An injective map from Fin n represents an
n-element base; existential quantification makes its enumeration irrelevant.
Equations
Instances For
noncomputable def
SaxlCounterexamples.MainTheorems.FinitePermutationGroup.saxlGraph
(P : FinitePermutationGroup)
:
The Saxl graph of a finite permutation group. Two distinct points are adjacent exactly when they lie together in a base of minimum size. Thus this is the ordinary Saxl graph at base size two and the generalized Saxl graph at larger base sizes.
Equations
- One or more equations did not get rendered due to their size.