Assumptions:
TeX:
\sqrt{\frac{z}{z + c}} = \frac{\sqrt{z}}{\sqrt{z + c}} z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; c \in \left[0, \infty\right) \;\mathbin{\operatorname{and}}\; z + c \ne 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sqrt | Principal square root | |
CC | Complex numbers | |
ClosedOpenInterval | Closed-open interval | |
Infinity | Positive infinity |
Source code for this entry:
Entry(ID("d40229"), Formula(Equal(Sqrt(Div(z, Add(z, c))), Div(Sqrt(z), Sqrt(Add(z, c))))), Variables(z, c), Assumptions(And(Element(z, CC), Element(c, ClosedOpenInterval(0, Infinity)), NotEqual(Add(z, c), 0))))