Fixing submonoid, fixing subgroup of an action #
In the presence of an action of a monoid or a group, this file defines the fixing submonoid or the fixing subgroup, and relates it to the set of fixed points via a Galois connection.
Main definitions #
- fixingSubmonoid M s: in the presence of- MulAction M α(with- Monoid M) it is the- Submonoid Mconsisting of elements which fix- s : Set αpointwise.
- fixingSubmonoid_fixedPoints_gc M αis the- GaloisConnectionthat relates- fixingSubmonoidwith- fixedPoints.
- fixingSubgroup M s: in the presence of- MulAction M α(with- Group M) it is the- Subgroup Mconsisting of elements which fix- s : Set αpointwise.
- fixingSubgroup_fixedPoints_gc M αis the- GaloisConnectionthat relates- fixingSubgroupwith- fixedPoints.
TODO :
- Maybe other lemmas are useful 
- Treat semigroups ? 
The Galois connection between fixing submonoids and fixed points of a monoid action
The subgroup fixing a set under a MulAction.
Equations
- fixingSubgroup M s = { toSubmonoid := fixingSubmonoid M s, inv_mem' := ⋯ }
Instances For
The additive subgroup fixing a set under an AddAction.
Equations
- fixingAddSubgroup M s = { toAddSubmonoid := fixingAddSubmonoid M s, neg_mem' := ⋯ }
Instances For
The Galois connection between fixing subgroups and fixed points of a group action