So I was watching a youtube video about complex analysis and the professor wrote the equation on the board:
$e^{i\theta}=e^{i\beta}$
And then he said that:
$\theta=\beta+2\pi k$
For $k\in \Bbb{Z}$
No problems so far.
Then he says, "or in shorthand":
$\theta\in\beta+2\pi\Bbb{Z}$
Two questions:
First what is the name of this notation?
What would be the similar notation for the case where:
$\theta=ae+b\pi$
With $a\in\Bbb{Z}$ and $b\in\Bbb{Z}$?
I want to write:
$\theta\in e\Bbb{Z}+\pi\Bbb{Z}$
But I know that that is wrong because $a$ and $b$ could be different integers.
In general, if $A$ and $B$ are subsets of some set with an addition structure, you can write $A+B = \{a+b \mid a \in A, b \in B\}$. Formally what the professor wrote is $$\beta + 2\pi \Bbb Z = \{ \beta + 2\pi n \mid n \in \Bbb Z \},$$and what you're proposing is also correct: $$e\Bbb Z + \pi \Bbb Z = \{ae+b\pi \mid a,b \in \Bbb Z \}.$$The point is precisely that $e\Bbb Z + \pi \Bbb Z \neq (e+\pi)\Bbb Z$. I do not think that this notation has any specific name, though.