What is this set notation called?

579 Views Asked by At

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.

2

There are 2 best solutions below

2
On BEST ANSWER

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.

0
On

Actually, you are correct: $\theta=ae+b\pi$ for any $a,b\in \mathbf{Z}$ can be written as $\theta\in \mathbf{Z}e+\mathbf{Z}\pi$. This notation simply means that if we choose any integers $n,m$ from $\mathbf{Z}$ in the first and second space, respectively, we have that $\theta=ne+m\pi$. Note that this does not require $n=m$. I'm not sure of a specific name for this notation, but it is often used in algebra.