Mathlib Map

Theorems · Inductive type · field theory

IsPurelyInseparable

(F : Type u_1) → (E : Type u_2) → [inst : CommRing F] → [inst_1 : Ring E] → [Algebra F E] → Prop

Typeclass for purely inseparable field extensions: an algebraic extension E / F is purely inseparable if and only if the minimal polynomial of every element of E ∖ F is not separable. We define this for general (commutative) rings and only assume F and E are fields if this is needed for a proof.

Defined in
Mathlib.FieldTheory.PurelyInseparable.Basic
Cited by
84 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
CommRingRingAlgebra

Around this declaration

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

Cites3

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

  • CommRingstatement · cited by 17,173
  • Algebrastatement · cited by 11,388
  • Ringstatement · cited by 7,463

Cited by89

Results whose statement or proof uses this declaration.