Theorems · Definition · number theory
PadicInt.nthHomSeq
{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 → PadicSeq pnthHomSeq f_compat r bundles PadicInt.nthHom f r
as a Cauchy sequence of rationals with respect to the p-adic norm.
The nth value of the sequence is ((f n r).val : ℚ).
- Defined in
- Mathlib.NumberTheory.Padics.RingHoms
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 113 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.
Cites11
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
- pow_dvd_powstatement and proof · cited by 56
- ZMod.castHomstatement and proof · cited by 55
- PadicSeqstatement · cited by 30
- PadicInt.nthHomproof · cited by 10
- PadicInt.isCauSeq_nthHomproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- PadicInt.limNthHom_specproof · cited by 1
- PadicInt.nthHomSeq_addstatement · cited by 1
- PadicInt.nthHomSeq_mulstatement · cited by 1
- PadicInt.nthHomSeq_onestatement · cited by 1