Mathlib Map

Theorems · Theorem · complex analysis

Polynomial.Gal.card_complex_roots_eq_card_real_add_card_not_gal_inv

∀ (p : Polynomial ℚ),
  (p.rootSet ℂ).toFinset.card =
    (p.rootSet ℝ).toFinset.card +
      ((Polynomial.Gal.galActionHom p ℂ)
            ((Polynomial.Gal.restrict p ℂ) (AlgEquiv.restrictScalars ℚ Complex.conjAe))).support.card

The number of complex roots equals the number of real roots plus the number of roots not fixed by complex conjugation (i.e. with some imaginary component).

Defined in
Mathlib.Analysis.Complex.Polynomial.Basic
Cited by
2 results in Mathlib
Foundations
Depth 297 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites49

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

Cited by2

Results whose statement or proof uses this declaration.