Fungrim home page

Fungrim entry: 77ef0c

C={x+yi:xRandyR}\mathbb{C} = \left\{ x + y i : x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R} \right\}
TeX:
\mathbb{C} = \left\{ x + y i : x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R} \right\}
Definitions:
Fungrim symbol Notation Short description
CCC\mathbb{C} Complex numbers
SetBuilder{f ⁣(x):P ⁣(x)}\left\{ f\!\left(x\right) : P\!\left(x\right) \right\} Set comprehension
ConstIii Imaginary unit
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("77ef0c"),
    Formula(Equal(CC, SetBuilder(Add(x, Mul(y, ConstI)), Tuple(x, y), And(Element(x, RR), Element(y, RR))))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC