Theorems · Theorem · logic and foundations
Ordinal.opow_le_iff_le_log
∀ {b x c : Ordinal.{u_1}}, 1 < b → x ≠ 0 → (b ^ c ≤ x ↔ c ≤ Ordinal.log b x)opow b and log b (almost) form a Galois connection.
See opow_le_iff_le_log' for a variant assuming c ≠ 0 rather than x ≠ 0. See also
le_log_of_opow_le and opow_le_of_le_log, which are both separate implications under weaker
assumptions.
- Defined in
- Mathlib.SetTheory.Ordinal.Exponential
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Ordinalstatement and proof · cited by 1,688
- Set.Iicproof · cited by 1,111
- Ordinal.logstatement · cited by 45
- Ordinal.opow_zeroproof · cited by 38
- Ordinal.isNormal_opowproof · cited by 37
- Order.IsNormal.le_iff_le_sSup'proof · cited by 2
Cited by8
Results whose statement or proof uses this declaration.
- Ordinal.opow_log_le_selfproof · cited by 11
- Ordinal.lt_opow_iff_log_ltproof · cited by 4
- Ordinal.log_eq_iffproof · cited by 2
- Ordinal.opow_le_iff_le_log'proof · cited by 2
- Ordinal.log_mono_rightproof · cited by 1
- Ordinal.log_posproof · cited by 1
- Ordinal.le_log_of_opow_leproof · cited by 1
- Ordinal.add_log_le_log_mulproof · cited by 0