Theorems · Definition · ring theory
NonUnitalNonAssocCommRing.mk.noConfusion
{α : Type u} →
{P : Sort u_1} →
{toNonUnitalNonAssocRing : NonUnitalNonAssocRing α} →
{mul_comm : ∀ (a b : α), a * b = b * a} →
{toNonUnitalNonAssocRing' : NonUnitalNonAssocRing α} →
{mul_comm' : ∀ (a b : α), a * b = b * a} →
{ toNonUnitalNonAssocRing := toNonUnitalNonAssocRing, mul_comm := mul_comm } =
{ toNonUnitalNonAssocRing := toNonUnitalNonAssocRing', mul_comm := mul_comm' } →
(toNonUnitalNonAssocRing ≍ toNonUnitalNonAssocRing' → P) → P- Defined in
- Mathlib.Algebra.Ring.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NonUnitalNonAssocRingstatement and proof · cited by 354
- NonUnitalNonAssocRing.toMulstatement · cited by 23
- NonUnitalNonAssocCommRingstatement · cited by 8
- NonUnitalNonAssocCommRing.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.