Theorems · Theorem · number theory
PadicSeq.stationary
∀ {p : ℕ} [inst : Fact (Nat.Prime p)] {f : CauSeq ℚ (padicNorm p)},
¬f ≈ 0 → ∃ N, ∀ (m n : ℕ), N ≤ m → N ≤ n → padicNorm p (↑f n) = padicNorm p (↑f m)The p-adic norm of the entries of a nonzero Cauchy sequence of rationals is eventually
constant.
- Defined in
- Mathlib.NumberTheory.Padics.PadicNumbers
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fact
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- add_commproof · cited by 1,535
- sub_eq_add_negproof · cited by 1,023
- lt_of_lt_of_leproof · cited by 438
- lt_irreflproof · cited by 190
- CauSeqstatement and proof · cited by 189
- IsCauSeqstatement · cited by 91
- padicNormstatement and proof · cited by 83
- max_commproof · cited by 41
- max_le_iffproof · cited by 25
- lt_max_iffproof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- PadicSeq.stationaryPointproof · cited by 15
- PadicSeq.stationaryPoint_specproof · cited by 8