If I want to solve
$$x = 1$$
for $x$, the solution set has exactly one solution, $\{ x = 1\}$, and (Lebesgue) measure 0.
Say I have $x_1, x_2$ and they satisfy
$$\sum_{i=1}^2 x_i = 1 \\ x_i \in [0, 1] \,, \forall i$$
The solutions are given by $\{x_1, x_2 : x_1 \in [0, 1], x_2 = 1-x_1\}$. The first variable is free on $[0, 1]$, and the second variable is determined given the first. Measure: $1$.
Generalize and let $N$ be the number of variables, and solve
$$\sum_{i=1}^N x_i = 1 \\ x_i \in [0, 1] \,, \forall i = 1 \dots N$$
The continuation of the previous series is $N=3$, and here we have
$$x_1 \in [0, 1]\\ x_2 \in [0, 1 - x_1] \\ x_3 = 1 - x_1 - x_2 $$
If I draw $x_2 = x_2(x_1)$, it's clear that the size of the solution set is half of the square with length $1$, and the size of that is $1/2$.
- How would I generally find the size of the solution set as $N$ increases?
- I find it slightly counter-intuitive that the measure of the solution set is larger when $N=2$, compared to $N=3$ ($1 > 1/2$) -- did I miss something here?
- How could one think about the size of the solution set as $N \to \infty$? How would I approach that problem? I'm not familiar with Hilbert spaces but I suppose I need to read into that topic for this..