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..
Notice that your function ($(x_1,x_2,x_3) \mapsto x_1+x_2+x_3$) is continuously differentiable and the derivative is surjective in the sense of a linear map. Hence the https://en.wikipedia.org/wiki/Implicit_function_theorem applies and it can be used to show the following theorem (Inverse of regular value is a submanifold, Milnor's proof) :
Let $f \in C^1(\mathbb R^n, \mathbb{R}^d) $ with $x_0 \in \mathbb{R}^d$ and $n>d$. Let furthermore for any $x \in f^{-1}(f(x_0))$, $D_x f$ be surjective.
Then: $f^{-1}(x_0)$ is a manifold of dimension $(n-d)$. Hence it is of Lebesgue measure $0$ in $\mathbb{R}^n$ and of (say) Hausdorff dimension $(n-d)$.