Theorems · Theorem · group theory
IsUnit.eq_on_inv
∀ {F : Type u_1} {G : Type u_2} {N : Type u_3} [inst : DivisionMonoid G] [inst_1 : Monoid N] [inst_2 : FunLike F G N]
[MonoidHomClass F G N] {x : G}, IsUnit x → ∀ (f g : F), f x = g x → f x⁻¹ = g x⁻¹If two homomorphisms from a division monoid to a monoid are equal at a unit x, then they are
equal at x⁻¹.
- Defined in
- Mathlib.Algebra.Group.Units.Hom
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Monoidstatement and proof · cited by 3,887
- FunLikestatement and proof · cited by 2,560
- IsUnitstatement and proof · cited by 1,602
- MonoidHomClassstatement and proof · cited by 244
- DivisionMonoidstatement and proof · cited by 201
- left_inv_eq_right_invproof · cited by 19
- map_mul_eq_oneproof · cited by 6
- IsUnit.mul_inv_cancelproof · cited by 6
- IsUnit.inv_mul_cancelproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- eq_on_inv₀proof · cited by 3
- eq_on_invproof · cited by 0