Assumptions:
TeX:
\left|\sin\!\left(x + y\right) - \sin(x)\right| \le 2 x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Abs | Absolute value | |
Sin | Sine | |
RR | Real numbers |
Source code for this entry:
Entry(ID("f3a901"), Formula(LessEqual(Abs(Sub(Sin(Add(x, y)), Sin(x))), 2)), Variables(x, y), Assumptions(And(Element(x, RR), Element(y, RR))))