def
definition
def or abbrev
expLowerSimple
show as:
view Lean formalization →
formal statement (Lean)
26def expLowerSimple (x : ℚ) : ℚ := x + 1
proof body
Definition body.
27
28/-- Simple upper bound: exp(x) ≤ 1/(1-x) for 0 ≤ x < 1 -/