Mathlib Map

Theorems · Theorem · commutative algebra

MvPolynomial.optionEquivLeft_monomial

∀ (R : Type u) (S₁ : Type v) [inst : CommSemiring R] (m : Option S₁ →₀ ℕ) (r : R),
  (MvPolynomial.optionEquivLeft R S₁) ((MvPolynomial.monomial m) r) =
    (Polynomial.monomial (m none)) ((MvPolynomial.monomial m.some) r)
Defined in
Mathlib.Algebra.MvPolynomial.Equiv
Cited by
1 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiring

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites30

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.