Let $A$ be the set of all even integers. Let $B$ be the set of all odd integers.
How do we prove that $|A|=|B|$?
I understand that I need to establish a bijection, but how do I go about doing that?
Any advice would be really appreciated.
Let $A$ be the set of all even integers. Let $B$ be the set of all odd integers.
How do we prove that $|A|=|B|$?
I understand that I need to establish a bijection, but how do I go about doing that?
Any advice would be really appreciated.
Take the map defined by $f(n)=n+1$ it defines a bijection between the even integers and odd integers.
$$x\in A\leftrightarrow x+1\in B$$ $$\dots$$ $$-4\leftrightarrow-3$$ $$-2\leftrightarrow-1$$ $$0\leftrightarrow1$$ $$2\leftrightarrow3$$ $$4\leftrightarrow5$$ $$\dots$$
Connect the nth odd number i.e 2n-1 with the nth even number i.e 2n in your bijection.