Theorems · Theorem · ring theory
AddMonoidAlgebra.induction_linear
∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] {motive : AddMonoidAlgebra R M → Prop} (x : AddMonoidAlgebra R M),
motive 0 →
(∀ (x y : AddMonoidAlgebra R M), motive x → motive y → motive (x + y)) →
(∀ (m : M) (r : R), motive (AddMonoidAlgebra.single m r)) → motive x- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Finsuppproof · cited by 5,255
- AddMonoidAlgebrastatement and proof · cited by 649
- AddMonoidAlgebra.coeffproof · cited by 365
- AddMonoidAlgebra.singlestatement and proof · cited by 250
- Finsupp.induction_linearproof · cited by 16
Cited by2
Results whose statement or proof uses this declaration.
- AddMonoidAlgebra.algHom_extproof · cited by 7
- AddMonoidAlgebra.counit_domCongrproof · cited by 0