Documentation

Init.Data.Nat.Log2

theorem Nat.log2_terminates (n : Nat) :
n 2n / 2 < n
@[irreducible, extern lean_nat_log2]
def Nat.log2 (n : Nat) :

Base-two logarithm of natural numbers. Returns ⌊max 0 (log₂ n)⌋.

This function is overridden at runtime with an efficient implementation. This definition is the logical model.

Examples:

Equations
@[irreducible]
theorem Nat.log2_le_self (n : Nat) :
n.log2 n