Theorems · Theorem · group theory
IsAddUnit.eq_on_neg
∀ {F : Type u_1} {G : Type u_2} {N : Type u_3} [inst : SubtractionMonoid G] [inst_1 : AddMonoid N]
[inst_2 : FunLike F G N] [AddMonoidHomClass F G N] {x : G}, IsAddUnit x → ∀ (f g : F), f x = g x → f (-x) = g (-x)If two homomorphisms from a subtraction monoid to an additive monoid are equal at an
additive unit x, then they are equal at -x.
- Defined in
- Mathlib.Algebra.Group.Units.Hom
- Cited by
- 1 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
- AddMonoidstatement and proof · cited by 2,864
- FunLikestatement and proof · cited by 2,560
- AddMonoidHomClassstatement and proof · cited by 252
- IsAddUnitstatement and proof · cited by 215
- SubtractionMonoidstatement and proof · cited by 208
- IsAddUnit.add_neg_cancelproof · cited by 5
- map_add_eq_zeroproof · cited by 5
- left_neg_eq_right_negproof · cited by 3
- IsAddUnit.neg_add_cancelproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- eq_on_negproof · cited by 1