Theorems · Definition · field theory
PerfectRing.liftAux
{K : Type u_1} →
{L : Type u_2} →
{M : Type u_3} →
[inst : CommSemiring K] →
[inst_1 : CommSemiring L] →
[inst_2 : CommSemiring M] →
(i : K →+* L) → (K →+* M) → (p : ℕ) → [ExpChar M p] → [PerfectRing M p] → [IsPRadical i p] → L → MIf i : K →+* L and j : K →+* M are ring homomorphisms of characteristic p rings, such that
i is p-radical (in fact only the IsPRadical.pow_mem is required) and M is a perfect ring,
then one can define a map L → M which maps an element x of L to y ^ (p ^ -n) if
x ^ (p ^ n) is equal to some element y of K.
- Defined in
- Mathlib.FieldTheory.IsPerfectClosure
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement and proof · cited by 10,189
- RingEquiv.symmproof · cited by 567
- ExpCharstatement and proof · cited by 276
- PerfectRingstatement and proof · cited by 154
- IsPRadicalstatement and proof · cited by 34
- iterateFrobeniusEquivproof · cited by 28
- PerfectRing.lift_auxproof · cited by 3
Cited by8
Results whose statement or proof uses this declaration.
- PerfectRing.liftproof · cited by 19
- IsPerfectClosure.equivproof · cited by 13
- PerfectRing.liftAux_self_applystatement · cited by 4
- PerfectRing.liftAux_id_applystatement · cited by 3
- PerfectRing.liftAux_applystatement · cited by 2
- PerfectRing.liftAux_idstatement · cited by 0
- PerfectRing.liftAux_selfstatement · cited by 0
- PerfectRing.liftAux.congr_simpstatement and proof · cited by 0