Set Notation: Write set of ordered pairs of odd integers

82 Views Asked by At

I am trying to write down the set of all ordered pairs $(n,m)$ such that $n=2k+1:k\in\mathbb{Z}^{+}$ and $m=2l+1:l\in\mathbb{Z}^{+}$. How would that be written in set notation?

3

There are 3 best solutions below

2
On BEST ANSWER

I would use $$\left\{(n,m)\in \mathbb{Z}^2 \mid \exists k, l \in \mathbb{Z}^+:n=2k+1,m=2l+1\right\}$$

0
On

One way is: $$ \{ (2k+1, 2l+1) \mid k, l \in \mathbb{Z}^+ \} $$

0
On

one another way is: $$ \{x|\exists y, z\in \Bbb{Z}: x=(y,z) \wedge \exists k, l \in \Bbb{Z}^+: y=2k+1 \wedge z=2l+1\}$$