Theorems · Definition · ring theory
NonAssocRing.casesOn
{α : Type u_1} →
{motive : NonAssocRing α → Sort u} →
(t : NonAssocRing α) →
([toNonUnitalNonAssocRing : NonUnitalNonAssocRing α] →
[toOne : One α] →
(one_mul : ∀ (a : α), 1 * a = a) →
(mul_one : ∀ (a : α), a * 1 = a) →
[toNatCast : NatCast α] →
(natCast_zero : ↑0 = 0) →
(natCast_succ : ∀ (n : ℕ), ↑(n + 1) = ↑n + 1) →
[toIntCast : IntCast α] →
(intCast_ofNat : ∀ (n : ℕ), IntCast.intCast ↑n = ↑n) →
(intCast_negSucc : ∀ (n : ℕ), IntCast.intCast (Int.negSucc n) = -↑(n + 1)) →
motive
{ toNonUnitalNonAssocRing := toNonUnitalNonAssocRing, toOne := toOne, one_mul := one_mul,
mul_one := mul_one, toNatCast := toNatCast, natCast_zero := natCast_zero,
natCast_succ := natCast_succ, toIntCast := toIntCast, intCast_ofNat := intCast_ofNat,
intCast_negSucc := intCast_negSucc }) →
motive t- Defined in
- Mathlib.Algebra.Ring.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 11 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.
- NonAssocRingstatement and proof · cited by 483
- NonUnitalNonAssocRingstatement and proof · cited by 354
- AddMonoid.toZerostatement · cited by 325
- NonUnitalNonAssocRing.toMulstatement · cited by 23
Cited by3
Results whose statement or proof uses this declaration.
- NonAssocRing.extproof · cited by 4
- NonAssocRing.noConfusionTypeproof · cited by 0
- NonAssocRing.noConfusionproof · cited by 0