Theorems · Definition · ring theory
FunLike.semiring
{F : Type u_1} →
{α : Type u_2} →
[inst : FunLike F α α] →
[inst_1 : Zero F] →
[inst_2 : One F] →
[inst_3 : Mul F] →
[inst_4 : Add F] →
[inst_5 : AddCommMonoid α] →
[IsZeroApply F α α] →
[IsAddApply F α α] →
[IsOneApplyEqSelf F α] →
[IsMulApplyEqComp F α] →
[inst_10 : SMul ℕ F] →
[IsSMulApply ℕ F α α] →
[AddMonoidHomClass F α α] → [inst_13 : NatCast F] → [IsNatCastApply F α] → Semiring FA FunLike type with (f + g) x = f x + g x and (f * g) x = f (g x) is a Semiring if α
is a Semiring.
- Defined in
- Mathlib.Data.FunLike.Ring
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- FunLikestatement and proof · cited by 2,560
- MonoidWithZeroproof · cited by 456
- AddMonoidHomClassstatement and proof · cited by 252
- IsAddApplystatement and proof · cited by 75
- IsZeroApplystatement and proof · cited by 72
- IsSMulApplystatement and proof · cited by 48
- IsOneApplyEqSelfstatement and proof · cited by 12
- IsMulApplyEqCompstatement and proof · cited by 7
- IsNatCastApplystatement and proof · cited by 4
- FunLike.monoidWithZeroproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- FunLike.ringproof · cited by 0