Theorems · Theorem · order theory
uniform_continuous_npow_on_bounded
∀ {α : Type u_2} [inst : Field α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] (B : α) {ε : α},
0 < ε → ∀ (n : ℕ), ∃ δ > 0, ∀ (q r : α), |r| ≤ B → |q - r| ≤ δ → |q ^ n - r ^ n| < ε- Defined in
- Mathlib.Algebra.Order.Field.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- LE.le.transproof · cited by 3,151
- IsStrictOrderedRingstatement and proof · cited by 2,490
- LT.lt.leproof · cited by 2,189
- absstatement and proof · cited by 1,814
- mul_assocproof · cited by 1,667
- MulZeroClass.zero_mulproof · cited by 1,625
- LE.le.trans_ltproof · cited by 795
- LT.lt.trans_leproof · cited by 678
- add_le_addproof · cited by 666
- zero_lt_oneproof · cited by 598
Cited by1
Results whose statement or proof uses this declaration.
- exists_pow_btwnproof · cited by 1