My problem is the following: Let's take a line segment. Question is, does it have an area (2D Jordan measure)?
I think it has $0$ area, because we know that $\emptyset$ has $0$ area, and if we construct a sqaure with sidelength $\delta>0$, which contains our line segment then the following must be true: $area\{\emptyset\} = 0 \leq area\{line$ $segment\} \leq area\{rectangle\} = \delta^2$. Let's say there is a number $b \geq 0$, that is between the area of the line segment and our square for any $\delta \geq 0$. Since the area approaches $0$ as $\delta$ shrinks smaller and smaller, this $b$ cannot be anything else than $0$, thus the area of the line segment is $0$ too.
I think here I made the assumption that the line segment is measurable. Can I make this? Why can I make this? If I cannot than what is a correct way of proving it?
Thanks in advance!