Assumptions:
TeX:
\operatorname{ClosedDisk}\!\left(z, r\right) = \left\{ t : t \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|z - t\right| \le r \right\} z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, r \in \mathbb{R} \,\mathbin{\operatorname{and}}\, r \ge 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
SetBuilder | Set comprehension | |
CC | Complex numbers | |
Abs | Absolute value | |
RR | Real numbers |
Source code for this entry:
Entry(ID("d1cf0c"), Formula(Equal(ClosedDisk(z, r), SetBuilder(t, t, And(Element(t, CC), LessEqual(Abs(Sub(z, t)), r))))), Variables(z, r), Assumptions(And(Element(z, CC), Element(r, RR), GreaterEqual(r, 0))))