Theorems · Theorem · field theory
Polynomial.leadingCoeff_pow
∀ {R : Type u} [inst : Semiring R] [NoZeroDivisors R] (p : Polynomial R) (n : ℕ),
(p ^ n).leadingCoeff = p.leadingCoeff ^ n- Cited by
- 1 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringNoZeroDivisors
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
- Polynomialstatement and proof · cited by 5,681
- NoZeroDivisorsstatement and proof · cited by 545
- Polynomial.leadingCoeffstatement · cited by 498
- MonoidHom.map_powproof · cited by 30
- Polynomial.leadingCoeffHomproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.natDegree_powproof · cited by 11