I'm having trouble proving these, can anyone help?
The question is as follows:
For each $n \in \mathbb{N}$, let $A_n = \lbrace{ k \in \mathbb{Z} ; k^2 <= n}\rbrace$
Prove that:
1) $\bigcap A_n$ = $\lbrace 0, 1, -1 \rbrace$
2) $\bigcup A_n = \lbrace ...,-2,-1,0,1,2,...\rbrace = \mathbb{Z}$
Can anyone show me how to prove these?
Thanks in advance.
1) The fact that $\{-1,0,1\}\subset \bigcap_{n}A_n$ is clear. For the converse inclusion, if $k\in \bigcap_{n}A_n$, then $k^2\leq n$ for all $n\in\mathbb N^*$. In particular, $k^2\leq 1$, and thus $k\in\{0,1,-1\}$.
2) The fact that $\bigcup_{n\in\mathbb N}A_n\subset \mathbb Z$ is clear. Let $k\in\mathbb Z$. In particular, $k^2\in A_{k^2}$. The claim follow.