Commit 2024-03-12 11:06 d4243447
View on Github →feat(FieldTheory/IsPerfectClosure): predicate IsPerfectClosure
(#8696)
Main definitions
pNilradical
: thep
-nilradical of a ring is an ideal consists of elementsx
such thatx ^ p ^ n = 0
for somen
(mem_pNilradical
). It is equal to the nilradical ifp > 1
(pNilradical_eq_nilradical
), otherwise it is equal to zero (pNilradical_eq_bot
).IsPRadical
: a ring homomorphismi : K →+* L
of characteristicp
rings is calledp
-radical, if or any elementx
ofL
there isn : ℕ
such thatx ^ (p ^ n)
is contained inK
, and the kernel ofi
is contained in thep
-nilradical ofK
. A generalization of purely inseparable extension for fields.IsPerfectClosure
: a ring homomorphismi : K →+* L
of characteristicp
rings makesL
a perfect closure ofK
, ifL
is perfect, andi
isp
-radical.PerfectRing.lift
: if ap
-radical ring homomorphismK →+* L
is given,M
is a perfect ring, then any ring homomorphismK →+* M
can be lifted toL →+* M
. This is similar toIsAlgClosed.lift
andIsSepClosed.lift
.PerfectRing.liftEquiv
:K →+* M
is one-to-one correspondence toL →+* M
, given byPerfectRing.lift
. This is a generalization toPerfectClosure.lift
.IsPerfectClosure.equiv
: perfect closures of a ring are isomorphic. Main resultsIsPRadical.trans
: composition ofp
-radical ring homomorphisms is alsop
-radical.PerfectClosure.isPerfectClosure
: the absolute perfect closurePerfectClosure
is a perfect closure.IsPRadical.isPurelyInseparable
,IsPurelyInseparable.isPRadical
:p
-radical and purely inseparable are equivalent for fields.perfectClosure.isPerfectClosure
: the (relative) perfect closureperfectClosure
is a perfect closure.