Theorems · Definition · group theory
MulHom.inverse
{M : Type u_4} →
{N : Type u_5} →
[inst : Mul M] →
[inst_1 : Mul N] → (f : M →ₙ* N) → (g : N → M) → Function.LeftInverse g ⇑f → Function.RightInverse g ⇑f → N →ₙ* MMakes a multiplicative inverse from a bijection which preserves multiplication.
- Defined in
- Mathlib.Algebra.Group.Hom.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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
- MulHomstatement and proof · cited by 299
Cited by8
Results whose statement or proof uses this declaration.
- MulEquiv.symm_map_mulproof · cited by 3
- MonoidHom.inverseproof · cited by 1
- NonUnitalRingHom.inverseproof · cited by 1
- RingHom.inverseproof · cited by 1
- NonUnitalAlgHom.inverseproof · cited by 1
- NonUnitalAlgHom.inverse'proof · cited by 1
- MulHom.inverse.congr_simpstatement and proof · cited by 0
- MulHom.inverse_applystatement and proof · cited by 0