Theorems · Theorem · commutative algebra
PolynomialModule.induction_linear
∀ {R : Type u_2} {M : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
{p : PolynomialModule R M → Prop} (x : PolynomialModule R M),
p 0 →
(∀ (x y : PolynomialModule R M), p x → p y → p (x + y)) →
(∀ (n : ℕ) (m : M), p (PolynomialModule.single R n m)) → p x- Defined in
- Mathlib.Algebra.Polynomial.Module.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Finsuppproof · cited by 5,255
- PolynomialModulestatement and proof · cited by 76
- PolynomialModule.singlestatement and proof · cited by 31
- PolynomialModule.coeffproof · cited by 27
- Finsupp.induction_linearproof · cited by 16
Cited by6
Results whose statement or proof uses this declaration.
- PolynomialModule.eval_smulproof · cited by 2
- PolynomialModule.monomial_smul_applyproof · cited by 1
- PolynomialModule.aeval_equivPolynomialproof · cited by 1
- PolynomialModule.eval_mapproof · cited by 1
- PolynomialModule.comp_evalproof · cited by 1
- PolynomialModule.map_smulproof · cited by 1