$\Bbb N$ is the set of natural numbers $\Bbb N=\{0,1,2,\dots\}$ . For every $n\in\Bbb N$, let $A_n = \{ x\in \Bbb N \,\vert\, 0\leq x \leq n\}$.
Prove or Disprove the following:
$$\forall_{n \in \Bbb N}, \forall_{m \in \Bbb N}, (A_m = \{x^2 \,|\, x\in A_n\}) \iff (m=n \wedge n\lt2)$$
I tried it two times, got two different answers
- first time: my answer is, and I'm not sure. The right sides intersection of n with then $n<2$, means there are the only options of $0$ or $1$, which makes the left side wrong.
- second time, made me think that its true, since both $0^2= 0$ and $1^2 = 1$
not sure which one is right?