2

I was reading a text when I noticed this:

"... let B $\subset$ $Z^2$ be the set..."

What I suppose is that B is a set wich contains integer values in $\mathbb{R}^2$, but I've never seen such symbol. Is it correct?

dcalmeida
  • 165

2 Answers2

7

$\Bbb Z^2$ is standard notation for the Cartesian square of the Integers; the set of all pairs of integers.

$$\Bbb Z^2=\{(x,y): x\in \Bbb Z, y\in\Bbb Z\}$$

If $B$ is a proper subset of this, which is what $B\subset \Bbb Z^2$ means, then $B$ is some set whose elements are pairs of integers.

Graham Kemp
  • 129,094
2

Without any further context I would guess $\mathbb{Z}^2=\mathbb{Z}\times \mathbb{Z}=\{(a,b) \mid a,b \in \mathbb{Z} \}$.

CPM
  • 3,860
  • 17
  • 23