Theorems · Definition · commutative algebra
WittVector.lift
{p : ℕ} →
{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) →
(∀ (k₁ k₂ : ℕ) (hk : k₁ ≤ k₂), (TruncatedWittVector.truncate hk).comp (f k₂) = f k₁) →
S →+* WittVector p RGiven compatible ring homs from S into TruncatedWittVector n for each n, we can lift these
to a ring hom S → 𝕎 R.
lift defines the universal property of 𝕎 R as the inverse limit of TruncatedWittVector n.
- Defined in
- Mathlib.RingTheory.WittVector.Truncated
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 123 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.
- 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
- TruncatedWittVector.truncatestatement and proof · cited by 20
- WittVector.liftFunproof · cited by 1
Cited by9
Results whose statement or proof uses this declaration.
- WittVector.fromPadicIntproof · cited by 4
- WittVector.liftEquivproof · cited by 3
- WittVector.truncate_comp_liftstatement and proof · cited by 3
- WittVector.truncate_liftstatement · cited by 1
- WittVector.fromPadicInt_comp_toPadicIntproof · cited by 1
- WittVector.toPadicInt_comp_fromPadicIntproof · cited by 1
- WittVector.liftEquiv_applystatement · cited by 0
- WittVector.lift.congr_simpstatement and proof · cited by 0
- WittVector.lift_uniquestatement and proof · cited by 0