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?