Mathlib Map

Theorems · Theorem · field theory

sum_smul_minpolyDiv_eq_X_pow

∀ {K : Type u_2} {L : Type u_3} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L] (E : Type u_1)
  [inst_3 : Field E] [inst_4 : Algebra K E] [IsAlgClosed E] [inst_6 : FiniteDimensional K L] [Algebra.IsSeparable K L]
  {x : L},
  K[x] = ⊤ →
    ∀ {r : ℕ},
      r < Module.finrank K L →
        ∑ σ,
            Polynomial.map (↑σ)
              ((x ^ r / (Polynomial.aeval x) (Polynomial.derivative (minpoly K x))) • minpolyDiv K x) =
          Polynomial.X ^ r
Defined in
Mathlib.FieldTheory.Minpoly.MinpolyDiv
Cited by
1 results in Mathlib
Foundations
Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAlgebraFieldAlgebraIsAlgClosedFiniteDimensionalAlgebra.IsSeparable

Around this declaration

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

Cites67

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
  • Setstatement · cited by 53,352
  • RingHom.idstatement · cited by 18,349
  • Algebrastatement and proof · cited by 11,388
  • LinearMapstatement · cited by 10,215
  • Top.topstatement and proof · cited by 9,680
  • Fieldstatement and proof · cited by 7,404
  • Polynomialstatement · cited by 5,681
  • Finset.sumstatement and proof · cited by 5,195
  • mul_oneproof · cited by 3,885
  • Finset.univstatement and proof · cited by 3,473
  • AlgHomstatement and proof · cited by 3,236

Cited by1

Results whose statement or proof uses this declaration.