Theorems · Theorem · number theory
TruncatedWittVector.commutes_symm
∀ (p : ℕ) [hp : Fact (Nat.Prime p)] (n : ℕ) {m : ℕ} (hm : n ≤ m),
(TruncatedWittVector.zmodEquivTrunc p n).symm.toRingHom.comp (TruncatedWittVector.truncate hm) =
(ZMod.castHom ⋯ (ZMod (p ^ n))).comp (TruncatedWittVector.zmodEquivTrunc p m).symm.toRingHomThe following diagram commutes:
``text
TruncatedWittVector p n (ZMod p) -> TruncatedWittVector p m (ZMod p)
| |
| |
v v
ZMod (p^n) -> ZMod (p^m)
`
Here the vertical arrows are (TruncatedWittVector.zmodEquivTrunc p _).symm,
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
- 1 results in Mathlib
- Foundations
- Depth 151 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.
Cites14
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 · cited by 899
- RingEquiv.symmstatement · cited by 567
- RingHom.extproof · cited by 331
- RingEquiv.toRingHomstatement · cited by 150
- pow_dvd_powstatement · cited by 56
- TruncatedWittVectorstatement and proof · cited by 56
- ZMod.castHomstatement · cited by 55
- TruncatedWittVector.truncatestatement · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- WittVector.toZModPow_compatproof · cited by 2