Mathlib Map

Theorems · Theorem · real analysis

Real.sin_gt_sub_cube

∀ {x : ℝ}, 0 < x → x - x ^ 3 / 6 < Real.sin x

For 0 < x we have x - x ^ 3 / 6 < sin x. This inequality is tight, in that the constant 6 is best possible.

Defined in
Mathlib.Analysis.SpecialFunctions.Trigonometric.Bounds
Cited by
2 results in Mathlib
Foundations
Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites28

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.