Assumptions:
TeX:
\operatorname{agm}\!\left(a, b\right) = \operatorname{agm}\!\left(b, a\right)
a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| AGM | Arithmetic-geometric mean | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("59fab1"),
Formula(Equal(AGM(a, b), AGM(b, a))),
Variables(a, b),
Assumptions(And(Element(a, CC), Element(b, CC))))