Mathlib Map

Theorems · Inductive type · logic and foundations

FirstOrder.Ring.CompatibleRing

(R : Type u_2) → [Add R] → [Mul R] → [Neg R] → [One R] → [Zero R] → Type u_2

A Type R is a CompatibleRing if it is a structure for the language of rings and this structure is the same as the structure already given on R by the classes Add, Mul etc. It is recommended to use this type class as a hypothesis to any theorem whose statement requires a type to have be both a Ring (or Field etc.) and a Language.ring.Structure

Defined in
Mathlib.ModelTheory.Algebra.Ring.Basic
Cited by
27 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
AddMulNegOneZero

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites0

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Nothing in Mathlib beyond the foundations.

Cited by37

Results whose statement or proof uses this declaration.