Theorems · Theorem · commutative algebra
MvPolynomial.IsWeightedHomogeneous.induction_on
∀ {R : Type u_1} {M : Type u_2} [inst : CommSemiring R] {σ : Type u_3} [inst_1 : AddCommMonoid M] {w : σ → M} {m : M}
{motive : (p : MvPolynomial σ R) → MvPolynomial.IsWeightedHomogeneous w p m → Prop},
motive 0 ⋯ →
(∀ (p q : MvPolynomial σ R) (hp : MvPolynomial.IsWeightedHomogeneous w p m)
(hq : MvPolynomial.IsWeightedHomogeneous w q m), motive p hp → motive q hq → motive (p + q) ⋯) →
(∀ (d : σ →₀ ℕ) (r : R) (hr : (Finsupp.weight w) d = m), motive ((MvPolynomial.monomial d) r) ⋯) →
∀ {p : MvPolynomial σ R} (hp : MvPolynomial.IsWeightedHomogeneous w p m), motive p hpInduction principle for weighted homogeneous polynomials.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- SetLike.coeproof · cited by 8,199
- Submoduleproof · cited by 7,192
- Set.ofPredproof · cited by 6,101
- Finsuppstatement and proof · cited by 5,255
- Set.preimageproof · cited by 4,946
- Algebra.algebraMapproof · cited by 4,706
- AddMonoidHomstatement · cited by 3,230
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.homogeneousSubmodule_one_powproof · cited by 1