Theorems · Theorem · ring theory
SkewMonoidAlgebra.induction
∀ {M : Type u_4} {α : Type u_5} [inst : AddCommMonoid M] {p : SkewMonoidAlgebra M α → Prop} (f : SkewMonoidAlgebra M α),
p 0 →
(∀ (a : α) (b : M) (f : SkewMonoidAlgebra M α),
a ∉ f.support → b ≠ 0 → p f → p (SkewMonoidAlgebra.single a b + f)) →
p f- Defined in
- Mathlib.Algebra.SkewMonoidAlgebra.Single
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
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.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.eraseproof · cited by 455
- Finset.consproof · cited by 221
- SkewMonoidAlgebrastatement and proof · cited by 216
- SkewMonoidAlgebra.coeffproof · cited by 110
- SkewMonoidAlgebra.singlestatement and proof · cited by 83
- Finset.mem_eraseproof · cited by 61
- SkewMonoidAlgebra.supportstatement and proof · cited by 45
- Finset.cons_induction_onproof · cited by 37
- SkewMonoidAlgebra.eraseproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- SkewPolynomial.inductionproof · cited by 0