Assumptions:
TeX:
\sin(x) \le \frac{4 x \left(\pi - x\right)}{{\pi}^{2}}
x \in \left[0, \pi\right]Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Sin | Sine | |
| Pi | The constant pi (3.14...) | |
| Pow | Power | |
| ClosedInterval | Closed interval |
Source code for this entry:
Entry(ID("22c4f6"),
Formula(LessEqual(Sin(x), Div(Mul(Mul(4, x), Sub(Pi, x)), Pow(Pi, 2)))),
Variables(x),
Assumptions(Element(x, ClosedInterval(0, Pi))))