Theorems · Theorem · commutative algebra
FreeCommRing.induction_on
∀ {α : Type u} {motive : FreeCommRing α → Prop} (z : FreeCommRing α),
motive (-1) →
(∀ (b : α), motive (FreeCommRing.of b)) →
(∀ (x y : FreeCommRing α), motive x → motive y → motive (x + y)) →
(∀ (x y : FreeCommRing α), motive x → motive y → motive (x * y)) → motive z- Defined in
- Mathlib.RingTheory.FreeCommRing
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Multisetproof · cited by 2,627
- neg_negproof · cited by 960
- Multiplicativeproof · cited by 875
- neg_add_cancelproof · cited by 256
- Multiset.induction_onproof · cited by 109
- neg_one_mulproof · cited by 61
- FreeCommRingstatement and proof · cited by 43
- FreeAbelianGroup.ofproof · cited by 40
- FreeCommRing.ofstatement and proof · cited by 34
- FreeAbelianGroup.induction_onproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- Ring.DirectLimit.exists_ofproof · cited by 2
- FreeCommRing.exists_finite_supportproof · cited by 1
- FreeRing.coe_surjectiveproof · cited by 0
- FreeCommRing.lift_comp_ofproof · cited by 0