1

$f:\mathbb{Z}\to\mathbb{Z}\times\mathbb{Z}$ is defined as $f(n)=(2n,n+3)$

$\mathbb{Z}$ means integers.

I showed the injectivity but i'm confused with the surjectivity.

Suppose that $(x,y)\in\mathbb{Z}\times\mathbb{Z}$. We need to show that there is an element $m$ such that $f(m)=(x,y)$. But i could not find such an element..

user84413
  • 27,211
AYARcom
  • 364

1 Answers1

0

Look at the values of $f(n)$ for $n \in {1,\ldots,10}$: $\{ ( 2, 4 ), ( 4, 5 ), ( 6, 6 ), ( 8, 7 ), ( 10, 8 ), ( 12, 9 ), ( 14, 10 ), ( 16, 11 ), ( 18, 12 ), ( 20, 13 )\}$ of all the images $(a,b)$ $a$ is always even so $(a,b)$ is never an image if $a$ is odd. So the function $f$ is not surjective.