Mathlib Map

Theorems · Theorem · field theory

IsSeparable.tower_bot

∀ {F : Type u_1} [inst : Field F] {K : Type u_2} {E : Type u_3} [inst_1 : Field K] [inst_2 : Ring E]
  [inst_3 : Algebra F K] [inst_4 : Algebra F E] [inst_5 : Algebra K E] [Nontrivial E] [IsScalarTower F K E] {x : K},
  IsSeparable F ((algebraMap K E) x) → IsSeparable F x

If E / K / F is a scalar tower and algebraMap K E x is separable over F, then x is also separable over F.

Defined in
Mathlib.FieldTheory.Separable
Cited by
2 results in Mathlib
Foundations
Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldRingAlgebraAlgebraAlgebraNontrivialIsScalarTower

Around this declaration

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

Cites16

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.