Assumptions:
TeX:
\operatorname{agm}\!\left(1, b\right) = b \operatorname{agm}\!\left(1, \frac{1}{b}\right)
b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \notin \left(-\infty, 0\right]Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| AGM | Arithmetic-geometric mean | |
| CC | Complex numbers | |
| OpenClosedInterval | Open-closed interval | |
| Infinity | Positive infinity |
Source code for this entry:
Entry(ID("8e80c6"),
Formula(Equal(AGM(1, b), Mul(b, AGM(1, Div(1, b))))),
Variables(b),
Assumptions(And(Element(b, CC), NotElement(b, OpenClosedInterval(Neg(Infinity), 0)))))