Assumptions:
TeX:
\operatorname{OpenDisk}\!\left(z, r\right) = \left\{ t : t \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|z - t\right| < r \right\} z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; r \in \mathbb{R} \;\mathbin{\operatorname{and}}\; r > 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CC | Complex numbers | |
Abs | Absolute value | |
RR | Real numbers |
Source code for this entry:
Entry(ID("c98bad"), Formula(Equal(OpenDisk(z, r), Set(t, ForElement(t, CC), Less(Abs(Sub(z, t)), r)))), Variables(z, r), Assumptions(And(Element(z, CC), Element(r, RR), Greater(r, 0))))