Mathlib Map

Theorems · Theorem · field theory

Field.finSepDegree_eq

∀ (F : Type u) (E : Type v) [inst : Field F] [inst_1 : Field E] [inst_2 : Algebra F E] [Algebra.IsAlgebraic F E],
  Field.finSepDegree F E = Cardinal.toNat (Field.sepDegree F E)

If E / F is algebraic, then the Field.finSepDegree F E is equal to Field.sepDegree F E as a natural number. This means that the cardinality of Field.Emb F E and the degree of (separableClosure F E) / F are both finite or infinite, and when they are finite, they coincide.

Defined in
Mathlib.FieldTheory.PurelyInseparable.Basic
Cited by
2 results in Mathlib
Foundations
Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAlgebraAlgebra.IsAlgebraic

Around this declaration

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

Cites15

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.