Theorems · Theorem · number theory
PadicInt.lift_spec
∀ {R : Type u_1} [inst : NonAssocSemiring R] {p : ℕ} {f : (k : ℕ) → R →+* ZMod (p ^ k)} [hp_prime : Fact (Nat.Prime p)]
(f_compat : ∀ (k1 k2 : ℕ) (hk : k1 ≤ k2), (ZMod.castHom ⋯ (ZMod (p ^ k1))).comp (f k2) = f k1) (n : ℕ),
(PadicInt.toZModPow n).comp (PadicInt.lift f_compat) = f nOne part of the universal property of ℤ_[p] as a projective limit.
See also PadicInt.lift_unique.
- Defined in
- Mathlib.NumberTheory.Padics.RingHoms
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonAssocSemiringFact
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHomstatement and proof · cited by 10,189
- Idealproof · cited by 4,748
- 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
- NonAssocSemiringstatement and proof · cited by 805
- map_subproof · cited by 565
- sub_eq_zeroproof · cited by 407
- RingHom.extproof · cited by 331
- PadicIntstatement and proof · cited by 179
Cited by3
Results whose statement or proof uses this declaration.
- WittVector.fromPadicInt_comp_toPadicIntproof · cited by 1
- WittVector.toPadicInt_comp_fromPadicIntproof · cited by 1
- PadicInt.lift_uniqueproof · cited by 1