Fungrim home page

Fungrim entry: d530b1

Λ(a,b)={am+bn:mZ  and  nZ}\Lambda_{(a, b)} = \left\{ a m + b n : m \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z} \right\}
Assumptions:aC{0}  and  bC{0}  and  Im ⁣(ba)>0a \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
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Λ(a,b)\Lambda_{(a, b)} Complex lattice with periods a, b
ZZZ\mathbb{Z} Integers
CCC\mathbb{C} Complex numbers
ImIm(z)\operatorname{Im}(z) 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))))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC