Fungrim home page

Fungrim entry: f516e3

atan ⁣(tan ⁣(θ))=θ\operatorname{atan}\!\left(\tan\!\left(\theta\right)\right) = \theta
Assumptions:θCandπ2<Re ⁣(θ)<π2\theta \in \mathbb{C} \,\mathbin{\operatorname{and}}\, -\frac{\pi}{2} \lt \operatorname{Re}\!\left(\theta\right) \lt \frac{\pi}{2}
TeX:
\operatorname{atan}\!\left(\tan\!\left(\theta\right)\right) = \theta

\theta \in \mathbb{C} \,\mathbin{\operatorname{and}}\, -\frac{\pi}{2} \lt \operatorname{Re}\!\left(\theta\right) \lt \frac{\pi}{2}
Definitions:
Fungrim symbol Notation Short description
Atanatan ⁣(z)\operatorname{atan}\!\left(z\right) Inverse tangent
CCC\mathbb{C} Complex numbers
ConstPiπ\pi The constant pi (3.14...)
ReRe ⁣(z)\operatorname{Re}\!\left(z\right) Real part
Source code for this entry:
Entry(ID("f516e3"),
    Formula(Equal(Atan(Tan(theta)), theta)),
    Variables(theta),
    Assumptions(And(Element(theta, CC), Less(Neg(Div(ConstPi, 2)), Re(theta), Div(ConstPi, 2)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC