Mathlib Map

Theorems · Theorem · commutative algebra

MvPolynomial.support_monomial

∀ {R : Type u} {σ : Type u_1} {a : R} {s : σ →₀ ℕ} [inst : CommSemiring R] [h : Decidable (a = 0)],
  ((MvPolynomial.monomial s) a).support = if a = 0 then ∅ else {s}
Defined in
Mathlib.Algebra.MvPolynomial.Basic
Cited by
10 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringDecidable

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.

Cited by10

Results whose statement or proof uses this declaration.