Mathlib Map

Theorems · Theorem · commutative algebra

PerfectionMap.comp_map

∀ (p : ℕ) [inst : Fact (Nat.Prime p)] {R : Type u₁} [inst_1 : CommSemiring R] [inst_2 : CharP R p] {P : Type u₃}
  [inst_3 : CommSemiring P] [inst_4 : CharP P p] [inst_5 : PerfectRing P p] {S : Type u₂} [inst_6 : CommSemiring S]
  [inst_7 : CharP S p] {Q : Type u₄} [inst_8 : CommSemiring Q] [inst_9 : CharP Q p] [inst_10 : PerfectRing Q p]
  {π : P →+* R} (m : PerfectionMap p π) {σ : Q →+* S} (n : PerfectionMap p σ) (φ : R →+* S),
  σ.comp (PerfectionMap.map p m n φ) = φ.comp π
Defined in
Mathlib.RingTheory.Perfection
Cited by
1 results in Mathlib
Foundations
Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FactCommSemiringCharPCommSemiringCharPPerfectRingCommSemiringCharPCommSemiringCharPPerfectRing

Around this declaration

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

Cites11

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

Cited by1

Results whose statement or proof uses this declaration.