Theorems · Theorem · field theory
PerfectRing.liftAux_apply
∀ {K : Type u_1} {L : Type u_2} {M : Type u_3} [inst : CommRing K] [inst_1 : CommRing L] [inst_2 : CommRing M]
(i : K →+* L) (j : K →+* M) (p : ℕ) [inst_3 : ExpChar M p] [ExpChar K p] [inst_5 : PerfectRing M p]
[inst_6 : IsPRadical i p] (x : L) (n : ℕ) (y : K),
i y = x ^ p ^ n → PerfectRing.liftAux i j p x = (iterateFrobeniusEquiv M p n).symm (j y)If i : K →+* L and j : K →+* M are ring homomorphisms of characteristic p rings, such that
i is p-radical, and M is a perfect ring, then PerfectRing.liftAux is well-defined.
- Defined in
- Mathlib.FieldTheory.IsPerfectClosure
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- mul_commproof · cited by 2,262
- map_zeroproof · cited by 1,614
- add_commproof · cited by 1,535
- RingEquivstatement · cited by 1,147
- add_assocproof · cited by 746
- RingEquiv.symmstatement and proof · cited by 567
- map_subproof · cited by 565
- map_powproof · cited by 503
- sub_eq_zeroproof · cited by 407
Cited by2
Results whose statement or proof uses this declaration.
- PerfectRing.lift_applyproof · cited by 1
- IsPerfectClosure.equiv_applyproof · cited by 1