Theorems · Definition · commutative algebra
PerfectionMap.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} →
PerfectionMap p π → {σ : Q →+* S} → PerfectionMap p σ → (R →+* S) → P →+* QA ring homomorphism R →+* S induces P →+* Q, a map of the respective perfections.
- Defined in
- Mathlib.RingTheory.Perfection
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- RingHom.compproof · cited by 899
- CharPstatement and proof · cited by 478
- PerfectRingstatement and proof · cited by 154
- PerfectionMapstatement and proof · cited by 16
- PerfectionMap.liftproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- PerfectionMap.map_mapstatement · cited by 1
- PerfectionMap.comp_mapstatement · cited by 1
- PerfectionMap.map_eq_mapstatement · cited by 0