Assumptions:
TeX:
x \in \mathbb{C} \setminus \left(-\infty, 0\right] \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \setminus \left(-\infty, 0\right]Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ComplexDerivative | Complex derivative | |
| CarlsonRC | Degenerate Carlson symmetric elliptic integral of the first kind | |
| Sqrt | Principal square root | |
| Pow | Power | |
| CC | Complex numbers | |
| OpenClosedInterval | Open-closed interval | |
| Infinity | Positive infinity |
Source code for this entry:
Entry(ID("de8485"),
Equal(ComplexDerivative(CarlsonRC(x, y), For(x, x)), Cases(Tuple(Mul(Div(1, Mul(2, Sub(y, x))), Sub(CarlsonRC(x, y), Div(1, Sqrt(x)))), NotEqual(x, y)), Tuple(Neg(Mul(Div(1, 6), Pow(x, Neg(Div(3, 2))))), Equal(x, y)))),
Variables(x, y),
Assumptions(And(Element(x, SetMinus(CC, OpenClosedInterval(Neg(Infinity), 0))), Element(y, SetMinus(CC, OpenClosedInterval(Neg(Infinity), 0))))))