Theorems · Theorem · group theory
MonoidWithZeroHom.one_apply_apply_eq
∀ {M₀ : Type u_1} {N₀ : Type u_2} {G₀ : Type u_3} [inst : GroupWithZero M₀] [inst_1 : MulZeroOneClass N₀]
[inst_2 : Nontrivial N₀] [inst_3 : NoZeroDivisors N₀] [inst_4 : MulZeroOneClass G₀]
[inst_5 : DecidablePred fun x => x = 0] [inst_6 : DecidablePred fun x => x = 0] (f : M₀ →*₀ N₀) (x : M₀),
1 (f x) = 1 xThe trivial group-with-zero hom is absorbing for composition.
- Defined in
- Mathlib.Algebra.GroupWithZero.ProdHom
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Nontrivialstatement and proof · cited by 2,416
- map_zeroproof · cited by 1,614
- eq_or_neproof · cited by 1,117
- MonoidWithZeroHomstatement and proof · cited by 704
- GroupWithZerostatement and proof · cited by 691
- NoZeroDivisorsstatement and proof · cited by 545
- MulZeroOneClassstatement and proof · cited by 184
- map_ne_zeroproof · cited by 20
- MonoidWithZeroHom.one_apply_of_ne_zeroproof · cited by 7
- MonoidWithZeroHom.one_apply_zeroproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- MonoidWithZeroHom.one_compproof · cited by 0