Assumptions:
TeX:
\left|\operatorname{atan}\!\left(x + y\right) - \operatorname{atan}(x)\right| < \pi x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Abs | Absolute value | |
Atan | Inverse tangent | |
Pi | The constant pi (3.14...) | |
RR | Real numbers |
Source code for this entry:
Entry(ID("4d2168"), Formula(Less(Abs(Sub(Atan(Add(x, y)), Atan(x))), Pi)), Variables(x, y), Assumptions(And(Element(x, RR), Element(y, RR))))