Question : I'd like to formulate a pde for the following minimization problem.
Let $\Omega$ be a convex, closed, compact set in $\mathbb{R}^d$ with a smooth boundary.
Given a data $(x_i,d_i)$, $x_i \in \Omega^{\mathrm{o}} $ ,$d_i \in \mathbb{R}$, $i = 1,2,3...N$, $N>d$ and $\sum\limits_{i=1}^N d_i = 0$. Also given that, there are always $d$ vectors in $\{x_i\}$ which are linearly independent.
Let $A = \int_{\Omega}dx$
I want to find a continuous function $f:\Omega \to \mathbb{R}$, such that,
- $\int_{\Omega}f(x)dx = 0$ and
- $C(f)$ is minimum, where $$C(f) = \frac{A^{\frac{1}{d+1}}}{N}\left\{\sum\limits_{i=1}^N |f(x_i)-d_i|^{d+1}\right\}^{\frac{1}{d+1}} +\|f\|_{L^{d+1}}+ A^{\frac{1}{d+1}} \||\nabla f|\|_{L^{d+1}}$$
The minimum exists, and is unique and is atleast Holder continuous with $\alpha = \frac{1}{d+1}$, due to Sobolev embedding theorem and Morrey's inequality
Reference : This Q&A from math.stackexchange.
Motivation: I am interested in a stronger result, that is the minimum $f_{min}$ is atleast Lipschitz. We havent leveraged the fact that it is a minimum, while arriving at the weaker result that it is Holder continuous.
Update : My attempt at solution and a problem arising with that.
If I drop the exponents $\frac{1}{d+1}$ and take it outside of one big integral of all three terms, and derive Euler-Lagrange equation I get the following.
$$\frac{A}{N^{d+1}}\sum\limits_i\{ \mathrm sgn(f\delta(x-x_i) - d_i\delta(x-x_i)) |f\delta(x-x_i) - d_i\delta(x-x_i)|^d\delta(x-x_i)\} + \mathrm sgn(f)|f|^d - A\nabla.(|\nabla f|^{d-1} \nabla f) = 0 $$
Problem with this equation is, the first term contains a product of delta functions ($\delta(x-x_i)\delta(x-x_i)$), the second term is continuous as the solution is proven to be holder continuous, and the third terms contains derivatives of $f$, while RHS is constant and zero. In the midst of these things, I wonder how this equation can have continuous solution, leave alone Lipschitz.
So I wonder, are distributions even allowed in Euler Lagrange equations?