Theorems · Theorem · group theory
MonoidHom.map_exists_left_inv
∀ {M : Type u_4} {N : Type u_5} {F : Type u_9} [inst : MulOne M] [inst_1 : MulOne N] [inst_2 : FunLike F M N]
[MonoidHomClass F M N] (f : F) {x : M}, (∃ y, y * x = 1) → ∃ y, y * f x = 1Given a monoid homomorphism f : M →* N and an element x : M, if x has a left inverse,
then f x has a left inverse too. For elements invertible on both sides see IsUnit.map.
- Defined in
- Mathlib.Algebra.Group.Hom.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- FunLikestatement and proof · cited by 2,560
- MonoidHomClassstatement and proof · cited by 244
- MulOnestatement and proof · cited by 65
- map_mul_eq_oneproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.