Mathlib Map

Theorems · Theorem · number theory

Nat.le_log_iff_pow_le

∀ {b : ℕ}, 1 < b → ∀ {x y : ℕ}, y ≠ 0 → (x ≤ Nat.log b y ↔ b ^ x ≤ y)

(b ^ ·) and log b (almost) form a Galois connection. See also Nat.pow_le_of_le_log and Nat.le_log_of_pow_le for individual implications under weaker assumptions.

Defined in
Mathlib.Data.Nat.Log
Cited by
5 results in Mathlib
Foundations
Depth 54 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.