Theorems · Theorem · number theory
TruncatedWittVector.commutes
∀ (p : ℕ) [hp : Fact (Nat.Prime p)] (n : ℕ) {m : ℕ} (hm : n ≤ m),
(TruncatedWittVector.truncate hm).comp (TruncatedWittVector.zmodEquivTrunc p m).toRingHom =
(TruncatedWittVector.zmodEquivTrunc p n).toRingHom.comp (ZMod.castHom ⋯ (ZMod (p ^ n)))The following diagram commutes:
``text
ZMod (p^n) -> ZMod (p^m)
| |
| |
v v
TruncatedWittVector p n (ZMod p) -> TruncatedWittVector p m (ZMod p)
`
Here the vertical arrows are TruncatedWittVector.zmodEquivTrunc,
the horizontal arrow at the top is ZMod.castHom,
and the horizontal arrow at the bottom is TruncatedWittVector.truncate`.
- Defined in
- Mathlib.RingTheory.WittVector.Compare
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 148 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fact
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHomstatement · cited by 10,189
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- ZModstatement and proof · cited by 1,024
- RingHom.compstatement and proof · cited by 899
- RingEquiv.toRingHomstatement and proof · cited by 150
- pow_dvd_powstatement and proof · cited by 56
- TruncatedWittVectorstatement · cited by 56
- ZMod.castHomstatement and proof · cited by 55
- TruncatedWittVector.truncatestatement and proof · cited by 20
- TruncatedWittVector.zmodEquivTruncstatement and proof · cited by 9
- RingHom.ext_zmodproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- WittVector.zmodEquivTrunc_compatproof · cited by 2
- TruncatedWittVector.commutes'proof · cited by 1