Theorems · Definition · group theory
AddMonoidHom.liftOfRightInverse
{G₁ : Type u_5} →
{G₂ : Type u_6} →
{G₃ : Type u_7} →
[inst : AddGroup G₁] →
[inst_1 : AddGroup G₂] →
[inst_2 : AddGroup G₃] →
(f : G₁ →+ G₂) → (f_neg : G₂ → G₁) → Function.RightInverse f_neg ⇑f → { g // f.ker ≤ g.ker } ≃ (G₂ →+ G₃)liftOfRightInverse f f_inv hf g hg is the unique additive group homomorphism φ
* such that φ.comp f = g (AddMonoidHom.liftOfRightInverse_comp),
* where f : G₁ →+ G₂ has a RightInverse f_inv (hf),
* and g : G₂ →+ G₃ satisfies hg : f.ker ≤ g.ker.
See AddMonoidHom.eq_liftOfRightInverse for the uniqueness lemma.
``
G₁.
| \
f | \ g
| \
v \⌟
G₂ -> G₃
∃!φ
``
- Defined in
- Mathlib.Algebra.Group.Subgroup.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Equivstatement · cited by 8,337
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement · cited by 3,232
- AddMonoidHomstatement and proof · cited by 3,230
- AddMonoidHom.compproof · cited by 339
- AddMonoidHom.kerstatement and proof · cited by 158
- AddMonoidHom.liftOfRightInverseAuxproof · cited by 1
Cited by8
Results whose statement or proof uses this declaration.
- IsPrimitiveRoot.zmodEquivZPowersproof · cited by 9
- ZMod.liftproof · cited by 5
- AddMonoidHom.liftOfRightInverse_comp_applystatement · cited by 5
- IsPrimitiveRoot.zmodEquivZPowers_apply_coe_intproof · cited by 3
- RingHom.liftOfRightInverseAuxproof · cited by 2
- AddMonoidHom.eq_liftOfRightInversestatement and proof · cited by 0
- AddMonoidHom.liftOfRightInverse_compstatement · cited by 0
- AddMonoidHom.liftOfSurjectiveproof · cited by 0