0

Let $R$ denote the set of all round integers and let $S$ denote the set of strange integers. Show that $R \cup S = \mathbb{Z}$.

  • An integer $n$ is called strange iff there exist an integer $k$ such that $n=3k+1$.
  • An integer $n$ is called round iff $3\mid n$.
  • An integer $n$ is called weird iff $n+1$ is round.

I know that this statement is false. I'm having trouble trying to create a salvage for this. I know that I need all 3 of these definitions in order for me to prove it is true for all integers. Can you help me get started?

user259242
  • 766
  • 4
  • 8
ash
  • 99

1 Answers1

0

Hint: Note that:

  1. $n$ is strange $\iff 3|(n-1)$
  2. $n$ is round $\iff 3|n$
  3. $n$ is weird $\iff 3|(n+1)$

Then, $R=\{$strange numbers$\}$, $S=\{$round numbers$\}$ and $T=\{$weird numbers$\}$ are a partition of $\Bbb{Z}$, that is, $\Bbb{Z} = R \cup S \cup T$ and $R\cap S=R\cap T=S\cap T= \emptyset$.

Rodrigo Dias
  • 4,310
  • 1
  • 12
  • 29