Fungrim home page

Fungrim entry: 583c27

f(α) is holomorphic on αC(,0]   for all f{αRJ ⁣(α,y,z,w),αRJ ⁣(x,α,z,w),αRJ ⁣(x,y,α,w),αRJ ⁣(x,y,w,α)}f(\alpha) \text{ is holomorphic on } \alpha \in \mathbb{C} \setminus \left(-\infty, 0\right] \;\text{ for all } f \in \left\{\alpha \mapsto R_J\!\left(\alpha, y, z, w\right), \alpha \mapsto R_J\!\left(x, \alpha, z, w\right), \alpha \mapsto R_J\!\left(x, y, \alpha, w\right), \alpha \mapsto R_J\!\left(x, y, w, \alpha\right)\right\}
Assumptions:xC  and  yC  and  zC  and  wC{0}  and  ((x0  and  y0)  or  (x0  and  z0)  or  (y0  and  z0))x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; w \in \mathbb{C} \setminus \left\{0\right\} \;\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)
TeX:
f(\alpha) \text{ is holomorphic on } \alpha \in \mathbb{C} \setminus \left(-\infty, 0\right] \;\text{ for all } f \in \left\{\alpha \mapsto R_J\!\left(\alpha, y, z, w\right), \alpha \mapsto R_J\!\left(x, \alpha, z, w\right), \alpha \mapsto R_J\!\left(x, y, \alpha, w\right), \alpha \mapsto R_J\!\left(x, y, w, \alpha\right)\right\}

x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; w \in \mathbb{C} \setminus \left\{0\right\} \;\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)
Definitions:
Fungrim symbol Notation Short description
IsHolomorphicf(z) is holomorphic at z=cf(z) \text{ is holomorphic at } z = c Holomorphic predicate
CCC\mathbb{C} Complex numbers
OpenClosedInterval(a,b]\left(a, b\right] Open-closed interval
Infinity\infty Positive infinity
CarlsonRJRJ ⁣(x,y,z,w)R_J\!\left(x, y, z, w\right) Carlson symmetric elliptic integral of the third kind
Source code for this entry:
Entry(ID("583c27"),
    Formula(All(IsHolomorphic(f(alpha), ForElement(alpha, SetMinus(CC, OpenClosedInterval(Neg(Infinity), 0)))), ForElement(f, Set(Fun(alpha, CarlsonRJ(alpha, y, z, w)), Fun(alpha, CarlsonRJ(x, alpha, z, w)), Fun(alpha, CarlsonRJ(x, y, alpha, w)), Fun(alpha, CarlsonRJ(x, y, w, alpha)))))),
    Variables(x, y, z, w),
    Assumptions(And(Element(x, CC), Element(y, CC), Element(z, CC), Element(w, SetMinus(CC, Set(0))), Or(And(NotEqual(x, 0), NotEqual(y, 0)), And(NotEqual(x, 0), NotEqual(z, 0)), And(NotEqual(y, 0), NotEqual(z, 0))))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC