Assumptions:
TeX:
\operatorname{Re}\!\left(x + y i\right) = x
x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Re | Real part | |
| ConstI | Imaginary unit | |
| RR | Real numbers |
Source code for this entry:
Entry(ID("8e6867"),
Formula(Equal(Re(Add(x, Mul(y, ConstI))), x)),
Variables(x, y),
Assumptions(And(Element(x, RR), Element(y, RR))))