Theorems · Theorem · complex analysis
Real.expNear_succ
∀ (n : ℕ) (x r : ℝ), Real.expNear (n + 1) x r = Real.expNear n x (1 + x / (↑n + 1) * r)
- Defined in
- Mathlib.Analysis.Complex.Exponential
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- Finset.rangeproof · cited by 1,341
- add_assocproof · cited by 746
- div_eq_mul_invproof · cited by 715
- Nat.factorialproof · cited by 616
- Nat.cast_addproof · cited by 586
- mul_addproof · cited by 413
- pow_succproof · cited by 374
Cited by1
Results whose statement or proof uses this declaration.
- Real.exp_approx_succproof · cited by 2