Prove that under Lebesgue Measure on $\mathbb{R}^{2}$ every straight line has a measure of zero.
My try:
Let A = $\{ (x,f(x)), x \in \mathbb{R} \}$ be the set of all points lying on the straight line $y = f(x)$.
Show that $\lambda(A) = 0$.
Let $\{ (a_{i}, b_{i})\}$ be a sequence covering $\mathbb{R}$ with $ b_{i} - a_{i} = 1$ $ \forall i \in \mathbb{N}$.
Define $K_{i} = \{ (x,f(x) - \frac{\epsilon}{2^{i}})\times (x,f(x) + \frac{\epsilon}{2^{i}}), x \in (a_{i}, b_{i}) \} $
Then K = $ \cup_i K_{i}$ covers A and
$\lambda(K) \leq \sum_{i}(b_{i} - a_{i}) \frac{2\epsilon}{2^{i}} = 2\epsilon \rightarrow 0, \epsilon \rightarrow 0$.
Since $K$ covers $A$,
$\lambda(A) \leq \lambda(K)$
Is this ok or I have I missed something or done something wrong?