TeX:
\left(x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(\left(x \ne 0 \;\mathbin{\operatorname{and}}\; y \ne 0\right) \;\mathbin{\operatorname{or}}\; \left(x \ne 0 \;\mathbin{\operatorname{and}}\; z \ne 0\right) \;\mathbin{\operatorname{or}}\; \left(y \ne 0 \;\mathbin{\operatorname{and}}\; z \ne 0\right)\right)\right) \;\implies\; R_F\!\left(x, y, z\right) \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CC | Complex numbers | |
CarlsonRF | Carlson symmetric elliptic integral of the first kind |
Source code for this entry:
Entry(ID("655f6b"), Formula(Implies(And(Element(x, CC), Element(y, CC), Element(z, CC), Or(And(NotEqual(x, 0), NotEqual(y, 0)), And(NotEqual(x, 0), NotEqual(z, 0)), And(NotEqual(y, 0), NotEqual(z, 0)))), Element(CarlsonRF(x, y, z), CC))), Variables(x, y, z))