Skip to content

Real.exp sequence bounds #57

@SnirBroshi

Description

@SnirBroshi

(x : ℝ) → -9 / 4 ≤ x → Mono fun n : ℝ ↦ (1 + x / n) ^ n
(x : ℝ) → -9 / 4 < x → StrictMono fun n : ℝ ↦ (1 + x / n) ^ n
(maybe Real.tendsto_one_add_div_rpow_exp or its proof can help somehow)

(x n : ℝ) → -9 / 4 ≤ x → (1 + x / n) ^ n ≤ x.exp
(x n : ℝ) → -9 / 4 < x → x ≠ 0 → (1 + x / n) ^ n < x.exp
(these actually hold a bit further than -9/4)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions