Mathlib Map

Theorems · Definition · commutative algebra

Perfection.lift

(p : ℕ) →
  [hp : Fact (Nat.Prime p)] →
    (R : Type u₁) →
      [inst : CommSemiring R] →
        [CharP R p] →
          [PerfectRing R p] →
            (S : Type u₂) → [inst_3 : CommSemiring S] → [inst_4 : CharP S p] → (R →+* S) ≃ (R →+* Perfection S p)

Given rings R and S of characteristic p, with R being perfect, any homomorphism R →+* S can be lifted to a homomorphism R →+* Perfection S p.

Defined in
Mathlib.RingTheory.Perfection
Cited by
8 results in Mathlib
Foundations
Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FactCommSemiringCharPPerfectRingCommSemiringCharP

Around this declaration

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

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.