Assumptions:
TeX:
\operatorname{agm}\!\left(a, b\right) = b \operatorname{agm}\!\left(1, \frac{a}{b}\right)
a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \ne 0 \;\mathbin{\operatorname{and}}\; \frac{a}{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("ea1d58"),
Formula(Equal(AGM(a, b), Mul(b, AGM(1, Div(a, b))))),
Variables(a, b),
Assumptions(And(Element(a, CC), Element(b, CC), NotEqual(b, 0), NotElement(Div(a, b), OpenClosedInterval(Neg(Infinity), 0)))))