Assumptions:
TeX:
\Lambda_{(a, b)} = \left\{ a m + b n : m \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z} \right\} a \in \mathbb{C} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; \operatorname{Im}\!\left(\frac{b}{a}\right) > 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Lattice | Complex lattice with periods a, b | |
ZZ | Integers | |
CC | Complex numbers | |
Im | Imaginary part |
Source code for this entry:
Entry(ID("d530b1"), Formula(Equal(Lattice(a, b), Set(Add(Mul(a, m), Mul(b, n)), For(Tuple(m, n)), And(Element(m, ZZ), Element(n, ZZ))))), Variables(a, b), Assumptions(And(Element(a, SetMinus(CC, Set(0))), Element(b, SetMinus(CC, Set(0))), Greater(Im(Div(b, a)), 0))))