Theorems · Definition · group theory
AddEquiv.addSubgroupMap
{G : Type u_1} →
{G' : Type u_2} →
[inst : AddGroup G] → [inst_1 : AddGroup G'] → (e : G ≃+ G') → (H : AddSubgroup G) → ↥H ≃+ ↥(AddSubgroup.map (↑e) H)An additive subgroup is isomorphic to its image under an isomorphism. If you only
have an injective map, use AddSubgroup.equivMapOfInjective.
- Defined in
- Mathlib.Algebra.Group.Subgroup.Map
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- AddEquivstatement and proof · cited by 1,087
- AddMonoidHomClass.toAddMonoidHomstatement · cited by 232
- AddSubgroup.mapstatement · cited by 189
- AddSubgroup.toAddSubmonoidproof · cited by 91
- AddEquiv.addSubmonoidMapproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- AddAction.stabilizerEquivStabilizerproof · cited by 16
- SubAddAction.fixingAddSubgroupEquivFixingAddSubgroupproof · cited by 4
- AddEquiv.addSubgroupMap_symm_applystatement · cited by 0
- AddSubgroup.equivMapOfInjective_coe_addEquivstatement · cited by 0
- AddEquiv.coe_addSubgroupMap_applystatement · cited by 0