Theorems · Definition · ring theory
FunLike.monoidWithZero
{F : Type u_1} →
{α : Type u_2} →
[inst : FunLike F α α] →
[inst_1 : Zero F] →
[inst_2 : One F] →
[inst_3 : Mul F] →
[inst_4 : Zero α] →
[IsZeroApply F α α] →
[IsOneApplyEqSelf F α] → [IsMulApplyEqComp F α] → [ZeroHomClass F α α] → MonoidWithZero FA FunLike type with (f + g) x = f x + g x and (f * g) x = f (g x) is a MonoidWithZero
if α is a MonoidWithZero.
- Defined in
- Mathlib.Data.FunLike.Ring
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FunLikestatement and proof · cited by 2,560
- MonoidWithZerostatement · cited by 456
- ZeroHomClassstatement and proof · cited by 74
- IsZeroApplystatement and proof · cited by 72
- IsOneApplyEqSelfstatement and proof · cited by 12
- IsMulApplyEqCompstatement and proof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- FunLike.semiringproof · cited by 0