Theorems · Theorem · number theory
Rat.AbsoluteValue.apply_le_sum_digits
∀ {f : AbsoluteValue ℚ ℝ} (n : ℕ) {m : ℕ}, 1 < m → f ↑n ≤ (List.mapIdx (fun i x => ↑m * f ↑m ^ i) (m.digits n)).sumGiven any two integers n, m with m > 1, the absolute value of n is bounded by
m + m * f m + m * (f m) ^ 2 + ... + m * (f m) ^ d where d is the number of digits of the
expansion of n in base m.
- Defined in
- Mathlib.NumberTheory.Ostrowski
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- zero_addproof · cited by 2,366
- LT.lt.leproof · cited by 2,189
- lt_of_le_of_ltproof · cited by 432
- AbsoluteValuestatement and proof · cited by 363
- Nat.cast_mulproof · cited by 309
- mul_le_mul_of_nonneg_rightproof · cited by 301
- pow_nonnegproof · cited by 141
- Nat.cast_powproof · cited by 131
- Nat.digitsstatement and proof · cited by 70
- AbsoluteValue.nonnegproof · cited by 16
Cited by1
Results whose statement or proof uses this declaration.
- Rat.AbsoluteValue.one_lt_of_not_boundedproof · cited by 0