Definition of orbit, fixedPoints and stabilizer #
This file defines orbits, stabilizers, and other objects defined in terms of actions.
Main definitions #
The orbit of an element under an action.
Instances For
The orbit of an element under an action.
Instances For
Alias of MulAction.nonempty_orbit.
The set of elements fixed under the whole action.
Instances For
The set of elements fixed under the whole action.
Instances For
fixedBy m is the set of elements fixed by m.
Instances For
fixedBy m is the set of elements fixed by m.
Instances For
The stabilizer of a point a as a submonoid of M.
Instances For
The stabilizer of a point a as an additive submonoid of M.
Instances For
The submonoid of elements fixed under the whole action.
Instances For
The subgroup of elements fixed under the whole action.
Instances For
The notation for FixedPoints.subgroup, chosen to resemble αᴹ.
Instances For
The relation 'in the same orbit'.
Instances For
The relation 'in the same orbit'.
Instances For
The quotient by MulAction.orbitRel, given a name to enable dot notation.
Instances For
The quotient by AddAction.orbitRel, given a name to enable dot notation.
Instances For
The orbit corresponding to an element of the quotient by MulAction.orbitRel
Instances For
The orbit corresponding to an element of the quotient by AddAction.orbitRel
Instances For
Note that hφ = Quotient.out_eq' is a useful choice here.
Note that hφ = Quotient.out_eq' is a useful choice here.
Decomposition of a type X as a disjoint union of its orbits under a group action.
This version is expressed in terms of MulAction.orbitRel.Quotient.orbit instead of
MulAction.orbit, to avoid mentioning Quotient.out.
Instances For
Decomposition of a type X as a disjoint union of its orbits under an additive group action.
This version is expressed in terms of AddAction.orbitRel.Quotient.orbit instead of
AddAction.orbit, to avoid mentioning Quotient.out.
Instances For
Decomposition of a type X as a disjoint union of its orbits under a group action.
Instances For
Decomposition of a type X as a disjoint union of its orbits under an additive
group action.
Instances For
Decomposition of a type X as a disjoint union of its orbits under a group action.
Phrased as a set union. See MulAction.selfEquivSigmaOrbits for the type isomorphism.
Decomposition of a type X as a disjoint union of its orbits under an additive
group action. Phrased as a set union. See AddAction.selfEquivSigmaOrbits for the type
isomorphism.
The stabilizer of an element under an action, i.e. what sends the element to itself. An additive subgroup.