Theorems · Definition · number theory
PadicInt.nthHom
{R : Type u_1} → [inst : NonAssocSemiring R] → {p : ℕ} → ((k : ℕ) → R →+* ZMod (p ^ k)) → R → ℕ → ℤGiven a family of ring homs f : Π n : ℕ, R →+* ZMod (p ^ n),
nthHom f r is an integer-valued sequence
whose nth value is the unique integer k such that 0 ≤ k < p ^ n
and f n r = (k : ZMod (p ^ n)).
- Defined in
- Mathlib.NumberTheory.Padics.RingHoms
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Quot.sound
- Assumes
- NonAssocSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- ZModstatement and proof · cited by 1,024
- NonAssocSemiringstatement and proof · cited by 805
- ZMod.valproof · cited by 159
Cited by12
Results whose statement or proof uses this declaration.
- PadicInt.limNthHomproof · cited by 8
- PadicInt.nthHomSeqproof · cited by 4
- PadicInt.isCauSeq_nthHomstatement and proof · cited by 3
- PadicInt.pow_dvd_nthHom_substatement and proof · cited by 2
- PadicInt.lift_sub_val_mem_spanproof · cited by 1
- PadicInt.nthHomSeq_addproof · cited by 1
- PadicInt.nthHomSeq_mulproof · cited by 1
- PadicInt.limNthHom_specstatement · cited by 1
- PadicInt.nthHom_zerostatement · cited by 1
- PadicInt.nthHomSeq_oneproof · cited by 1
- PadicInt.limNthHom_zeroproof · cited by 1
- PadicInt.ext_of_toZModPowproof · cited by 1