Assumptions:
TeX:
C \operatorname{Ai}\!\left(z\right) + D \operatorname{Bi}\!\left(z\right) \text{ is holomorphic on } z \in \mathbb{C}
C \in \mathbb{C} \;\mathbin{\operatorname{and}}\; D \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{not} \left(C = 0 \;\mathbin{\operatorname{and}}\; D = 0\right)Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| IsHolomorphic | Holomorphic predicate | |
| AiryAi | Airy function of the first kind | |
| AiryBi | Airy function of the second kind | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("def37e"),
Formula(IsHolomorphic(Add(Mul(C, AiryAi(z)), Mul(D, AiryBi(z))), ForElement(z, CC))),
Variables(C, D),
Assumptions(And(Element(C, CC), Element(D, CC), Not(And(Equal(C, 0), Equal(D, 0))))))