Theorems · Theorem · commutative algebra
WittVector.truncate_lift
∀ {p : ℕ} (n : ℕ) {R : Type u_1} [inst : CommRing R] [inst_1 : Fact (Nat.Prime p)] {S : Type u_2} [inst_2 : Semiring S]
{f : (k : ℕ) → S →+* TruncatedWittVector p k R}
(f_compat : ∀ (k₁ k₂ : ℕ) (hk : k₁ ≤ k₂), (TruncatedWittVector.truncate hk).comp (f k₂) = f k₁) (s : S),
(WittVector.truncate n) ((WittVector.lift f f_compat) s) = (f n) s- Defined in
- Mathlib.RingTheory.WittVector.Truncated
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 124 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Semiringstatement and proof · cited by 13,802
- RingHomstatement and proof · cited by 10,189
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- RingHom.compstatement and proof · cited by 899
- WittVectorstatement · cited by 227
- TruncatedWittVectorstatement and proof · cited by 56
- WittVector.truncatestatement · cited by 21
- TruncatedWittVector.truncatestatement and proof · cited by 20
- WittVector.liftstatement · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- WittVector.truncate_comp_liftproof · cited by 3