def
definition
def or abbrev
logLowerSimple
show as:
view Lean formalization →
formal statement (Lean)
31def logLowerSimple (x : ℚ) : ℚ := 1 - 1/x
proof body
Definition body.
32
33/-- Simple upper bound: log(x) ≤ x - 1 for x > 0 -/