2

$\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?

sivsi
  • 31

1 Answers1

0

$m=n$ and $n < 2$ is equivalent to "either $m=n=0$ or $m=n=1$".

Let $P$ be the statement that $A_m = \{x^2 : x \in A_n\}$. Then $P$ is equivalent to "$\{ k \in \mathbb{N} : 0 \leq k \leq n \} = \{ x^2 : 0 \leq k \leq m \}$".

The cardinality of the left-hand side is $n$, and the right-hand side $m$, so if $P$ holds then $n=m$; and if $P$ holds then $\{ x^2 : 0 \leq k \leq n \} = \{ x : 0 \leq k \leq n \}$. If $n > 2$ then $3$ is in the left-hand set but not the right-hand set, so it also implies $n < 2$.

The converse is easy (I claim).