Theorems · Definition · ring theory
FunLike.ring
{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 : Neg F] →
[inst_6 : Sub F] →
[inst_7 : AddCommGroup α] →
[IsZeroApply F α α] →
[IsAddApply F α α] →
[IsOneApplyEqSelf F α] →
[IsMulApplyEqComp F α] →
[IsNegApply F α α] →
[IsSubApply F α α] →
[inst_14 : SMul ℕ F] →
[IsSMulApply ℕ F α α] →
[inst_16 : SMul ℤ F] →
[IsSMulApply ℤ F α α] →
[AddMonoidHomClass F α α] →
[inst_19 : NatCast F] →
[IsNatCastApply F α] → [inst_21 : IntCast F] → [IsIntCastApply F α] → Ring FA FunLike type with (f + g) x = f x + g x and (f * g) x = f (g x) is a Ring if α is a
Ring.
- Defined in
- Mathlib.Data.FunLike.Ring
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringproof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement · cited by 7,463
- FunLikestatement and proof · cited by 2,560
- AddMonoidHomClassstatement and proof · cited by 252
- IsAddApplystatement and proof · cited by 75
- IsZeroApplystatement and proof · cited by 72
- IsSMulApplystatement and proof · cited by 48
- IsSubApplystatement and proof · cited by 21
- IsNegApplystatement and proof · cited by 21
- IsOneApplyEqSelfstatement and proof · cited by 12
- IsMulApplyEqCompstatement and proof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.