Theorems · Definition · number theory
PadicInt.lift
{R : Type u_1} →
[inst : NonAssocSemiring R] →
{p : ℕ} →
{f : (k : ℕ) → R →+* ZMod (p ^ k)} →
[hp_prime : Fact (Nat.Prime p)] →
(∀ (k1 k2 : ℕ) (hk : k1 ≤ k2), (ZMod.castHom ⋯ (ZMod (p ^ k1))).comp (f k2) = f k1) → R →+* ℤ_[p]lift f_compat is the limit of a sequence f of compatible ring homs R →+* ZMod (p^k),
with the equality lift f_compat r = PadicInt.limNthHom f_compat r.
- Defined in
- Mathlib.NumberTheory.Padics.RingHoms
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 176 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.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHomstatement and proof · 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
- NonAssocSemiringstatement and proof · cited by 805
- PadicIntstatement · cited by 179
- pow_dvd_powstatement and proof · cited by 56
- ZMod.castHomstatement and proof · cited by 55
- PadicInt.limNthHomproof · cited by 8
- PadicInt.limNthHom_addproof · cited by 1
- PadicInt.limNthHom_mulproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- WittVector.toPadicIntproof · cited by 4
- PadicInt.lift_specstatement and proof · cited by 3
- PadicInt.lift_selfstatement · cited by 1
- PadicInt.lift_sub_val_mem_spanstatement · cited by 1
- PadicInt.lift_uniquestatement and proof · cited by 1
- PadicInt.ext_of_toZModPowproof · cited by 1
- PadicInt.lift.congr_simpstatement and proof · cited by 0