Given the following:
For each $r \in \mathbb{R}$, let $A_r = \lbrace(x,y) \in \mathbb{R} \times\mathbb{R} : x - y = r\rbrace$
Prove: $\lbrace A_r : r \in \mathbb{R}\rbrace$ is a partition of $\mathbb{R} \times \mathbb{R}$.
Here's my attempted proof:
Let $(x,y) = (1,0), (2,1), ... \in A_1$
Let $(x,y) = (2,0), (3,1), ... \in A_2$
$A_1 \cup A_2 \cup\text{ ... } A_n = A$ where $n = \infty$ (guess).
Note that $A_1 \cap A_2 = \emptyset$
Is this proof complete?
You need to show that $\mathbb{R} \times \mathbb{R} = \cup_{r \in \mathbb{R}} A_r$ and that $A_r \cap A_s = \varnothing$ whenever $r \neq s$. For the first of these, it should be fairly clear that given a pair $(x,y)$, it belongs in some $A_r$ (which one?). For the second part, show that if we assume that $(x,y) \in A_r \cap A_s$ when $r \neq s$ then we arrive at a contradiction.