def
definition
def or abbrev
expUpperSimple
show as:
view Lean formalization →
formal statement (Lean)
29def expUpperSimple (x : ℚ) : ℚ := 1 / (1 - x)
proof body
Definition body.
30
31/-- For intervals in [0, 1), compute a simple exp interval using monotonicity -/