Documentation

Mathlib.FieldTheory.TranscendentalSeparable

Transcendental separable extensions #

In this file we introduce the concept of separably generated field extensions and transcendental separable field extensions.

Main definitions and results #

class Algebra.IsSeparablyGenerated (k : Type u_1) (K : Type u_2) [Field k] [Field K] [Algebra k K] :

A field extension is separably generated if there exists a transcendence basis such that the extension above it is separable.

Instances
    theorem AlgEquiv.isSeparablyGenerated {k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] {K' : Type u_3} [Field K'] [Algebra k K'] (e : K ≃ₐ[k] K') [Algebra.IsSeparablyGenerated k K] :
    @[instance 100]
    class Algebra.IsTranscendentalSeparable (k : Type u_1) (K : Type u_2) [Field k] [Field K] [Algebra k K] :

    A field extension is transcendental separable if every finitely generated subextension is separably generated.

    Instances