Theorems · Theorem · order theory
exists_mem_Ico_zpow
∀ {K : Type u_4} [inst : Semifield K] [inst_1 : LinearOrder K] [IsStrictOrderedRing K] [Archimedean K] {x y : K}
[ExistsAddOfLE K], 0 < x → 1 < y → ∃ n, x ∈ Set.Ico (y ^ n) (y ^ (n + 1))Every positive x is between two successive integer powers of
another y greater than one. This is the same as exists_mem_Ioc_zpow,
but with ≤ and < the other way around.
- Defined in
- Mathlib.Algebra.Order.Archimedean.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- IsStrictOrderedRingstatement and proof · cited by 2,490
- LT.lt.leproof · cited by 2,189
- le_transproof · cited by 985
- Set.Icostatement · cited by 799
- Archimedeanstatement and proof · cited by 603
- Semifieldstatement and proof · cited by 439
- lt_of_not_geproof · cited by 374
- ExistsAddOfLEstatement and proof · cited by 330
- LT.lt.not_geproof · cited by 305
- zpow_natCastproof · cited by 271
Cited by3
Results whose statement or proof uses this declaration.
- Seminorm.rescale_to_shell_zpowproof · cited by 2
- NNReal.exists_mem_Ico_zpowproof · cited by 1
- exists_mem_Ioc_zpowproof · cited by 1