SubMulActions on complements of invariant subsets #
We define
SubMulAction
of an invariant subset in various contexts, especially stabilizers and fixing subgroups :SubMulAction_of_compl
,SubMulAction_of_stabilizer
,SubMulAction_of_fixingSubgroup
.We define equivariant maps that relate various of these
SubMulAction
s and permit to manipulate them in a relatively smooth way:SubMulAction.ofFixingSubgroupEmpty_equivariantMap
: the identity map, when the set is the empty set.SubMulAction.fixingSubgroupInsertEquiv M a s
: the multiplicative equivalence betweenfixingSubgroup M (insert a s)`` and
fixingSubgroup (stablizer M a) s`SubMulAction.ofFixingSubgroup_insert_map
: the equivariant map betweenSubMulAction.ofFixingSubgroup M (insert a s)
andSubMulAction.ofFixingSubgroup (stablizer M a) s
.SubMulAction.fixingSubgroupEquivFixingSubgroup
: the multiplicative equivalence betweenSubMulAction.fixingSubgroup M s
andSubMulAction.fixingSubgroup M t
induced byg : M
such thatg • t = s
.SubMulAction.conjMap_ofFixingSubgroup
: the equivariant map betweenSubMulAction.ofFixingSubgroup M t
andSubMulAction.ofFIxingSubgroup M s
induced byg : M
such thatg • t = s
.SubMulAction.ofFixingSubgroup_of_inclusion
: the identity fromSubMulAction.ofFixingSubgroup M s
toSubMulAction.ofFixingSubgroup M t
, whent ⊆ s
, as an equivariant map.SubMulAction.ofFixingSubgroup_of_singleton
: the identity map fromSubMulAction.ofStablizer M a
toSubMulAction.ofFixingSubgroup M {a}
.SubMulAction.ofFixingSubgroup_of_eq
: the identity fromSubMulAction.ofFixingSubgroup M s
toSubMulAction.ofFixingSubgroup M t
, whens = t
, as an equivariant map.SubMulAction.ofFixingSubgroup.append
: appends an enumeration ofofFixingSubgroup M s
at the end of an enumeration ofs
, as an equivariant map.
The SubMulAction
of fixingSubgroup M s
on the complement of s
.
Equations
- SubMulAction.ofFixingSubgroup M s = { carrier := sᶜ, smul_mem' := ⋯ }
Instances For
The SubAddAction
of fixingAddSubgroup M s
on the complement of s
.
Equations
- SubAddAction.ofFixingAddSubgroup M s = { carrier := sᶜ, vadd_mem' := ⋯ }
Instances For
The identity map of the SubMulAction
of the fixingSubgroup
into the ambient set, as an equivariant map.
Equations
- SubMulAction.ofFixingSubgroup_equivariantMap M s = { toFun := fun (x : ↥(SubMulAction.ofFixingSubgroup M s)) => ↑x, map_smul' := ⋯ }
Instances For
The identity map of the SubAddAction
of the fixingAddSubgroup
into the ambient set, as an equivariant map.
Equations
- SubAddAction.ofFixingAddSubgroup_equivariantMap M s = { toFun := fun (x : ↥(SubAddAction.ofFixingAddSubgroup M s)) => ↑x, map_vadd' := ⋯ }
Instances For
The natural group isomorphism between fixing subgroups.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The natural additive group isomorphism between fixing additive subgroups.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The identity map of fixing subgroup of stabilizer into the fixing subgroup of the extended set, as an equivariant map.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The identity map of fixing additive subgroup of stabilizer into the fixing additive subgroup of the extended set, as an equivariant map.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The fixingSubgroup
of g • s
is the conjugate of the fixingSubgroup
of s
by g
.
The fixingAddSubgroup
of g +ᵥ s
is the conjugate
of the fixingAddSubgroup
of s
by g
.
The equivalence of fixingSubgroup M t
with fixingSubgroup M s
when s
is a translate of t
.
Equations
Instances For
The equivalence of fixingSubgroup M t
with fixingSubgroup M s
when s
is a translate of t
.
Equations
Instances For
Conjugation induces an equivariant map between the SubMulAction
of
the fixing subgroup of a subset and that of a translate.
Equations
- SubMulAction.conjMap_ofFixingSubgroup M α hg = { toFun := fun (x : ↥(SubMulAction.ofFixingSubgroup M t)) => match x with | ⟨x, hx⟩ => ⟨g • x, ⋯⟩, map_smul' := ⋯ }
Instances For
Conjugation induces an equivariant map between the SubAddAction
of
the fixing subgroup of a subset and that of a translate.
Equations
- SubAddAction.conjMap_ofFixingAddSubgroup M α hg = { toFun := fun (x : ↥(SubAddAction.ofFixingAddSubgroup M t)) => match x with | ⟨x, hx⟩ => ⟨g +ᵥ x, ⋯⟩, map_vadd' := ⋯ }
Instances For
The identity between the iterated SubMulAction
of the fixingSubgroup
and the SubMulAction
of the fixingSubgroup
of the union, as an equivariant map.
Equations
- SubMulAction.map_ofFixingSubgroupUnion M α s t = { toFun := fun (x : ↥(SubMulAction.ofFixingSubgroup M (s ∪ t))) => ⟨⟨↑x, ⋯⟩, ⋯⟩, map_smul' := ⋯ }
Instances For
The identity between the iterated SubAddAction
of the fixingAddSubgroup
and the SubAddAction
of the fixingAddSubgroup
of the union, as an equivariant map.
Equations
- SubAddAction.map_ofFixingAddSubgroupUnion M α s t = { toFun := fun (x : ↥(SubAddAction.ofFixingAddSubgroup M (s ∪ t))) => ⟨⟨↑x, ⋯⟩, ⋯⟩, map_vadd' := ⋯ }
Instances For
The equivariant map on SubMulAction.ofFixingSubgroup
given a set inclusion.
Equations
- SubMulAction.ofFixingSubgroup_of_inclusion M α hst = { toFun := fun (y : ↥(SubMulAction.ofFixingSubgroup M s)) => ⟨↑y, ⋯⟩, map_smul' := ⋯ }
Instances For
The equivariant map on SubAddAction.ofFixingAddSubgroup
given a set inclusion.
Equations
- SubAddAction.ofFixingAddSubgroup_of_inclusion M α hst = { toFun := fun (y : ↥(SubAddAction.ofFixingAddSubgroup M s)) => ⟨↑y, ⋯⟩, map_vadd' := ⋯ }
Instances For
The equivariant map between SubMulAction.ofStabilizer M a
and ofFixingSubgroup M {a}
.
Equations
- SubMulAction.ofFixingSubgroup_of_singleton M α a = { toFun := fun (x : ↥(SubMulAction.ofFixingSubgroup M {a})) => ⟨↑x, ⋯⟩, map_smul' := ⋯ }
Instances For
The equivariant map between SubAddAction.ofStabilizer M a
and ofFixingAddSubgroup M {a}
.
Equations
- SubAddAction.ofFixingAddSubgroup_of_singleton M α a = { toFun := fun (x : ↥(SubAddAction.ofFixingAddSubgroup M {a})) => ⟨↑x, ⋯⟩, map_vadd' := ⋯ }
Instances For
The identity between the SubMulAction
s of fixingSubgroup
s
of equal sets, as an equivariant map.
Equations
- SubMulAction.ofFixingSubgroup_of_eq M α hst = { toFun := fun (x : ↥(SubMulAction.ofFixingSubgroup M s)) => match x with | ⟨x, hx⟩ => ⟨x, ⋯⟩, map_smul' := ⋯ }
Instances For
The identity between the SubAddAction
s of fixingAddSubgroup
s
of equal sets, as an equivariant map.
Equations
- SubAddAction.ofFixingAddSubgroup_of_eq M α hst = { toFun := fun (x : ↥(SubAddAction.ofFixingAddSubgroup M s)) => match x with | ⟨x, hx⟩ => ⟨x, ⋯⟩, map_vadd' := ⋯ }
Instances For
Append Fin m ↪ ofFixingSubgroup M s
at the end of an enumeration of s
.
Equations
Instances For
Append Fin m ↪ ofFixingSubgroup M s
at the end of an enumeration of s
.