In the question Multivariate Mean Value Theorem Reference was written the following statement for $x,y\in \mathbb{R}^{n}$ \begin{equation} ||f(x) - f(y)||_q \leq \sup_{z\in[x,y]}||f'(z)||_{(q,p)}||x-y||_p, \end{equation}
where $z∈[x,y]$ denotes a vector $z$ contained in the set of points between $x,y\in \mathbb{R}^{n}$, and $||f′(z)||_{(q,p)}$ is the $L(p,q)$ norm of the derivative matrix of $f:\mathbb{R}^{n}→\mathbb{R}^{m}$ evaluated at $z$.
I have not found proof of this statement anywhere, including the link provided in the question above.
But I've found the following proof of the classical Mean Value Theorem ($p=q=2$) here Theorem 5.4.
My question is can this proof be used for arbitrary norms?
For cases of norm $p=q=1$ or $p=q=\infty$ it is obvious that the same proof can be used since it is easily can be obtained the following estimations for integrable vector-valued functions
$$ \|\int_0^1f(t)dt\|_1\le\int_0^1\|f(t)\|_1\,dt, $$ $$ \|\int_0^1f(t)dt\|_\infty\le\int_0^1\|f(t)\|_\infty\,dt. $$
But I don't know about such estimates for more general norms.
If such estimates are valid, then the proof should also be true in the more general case.
It would be great if someone could help me check this point or provide a link to the full proof of the fact above, or maybe provide their own proof.
By @LázaroAlbuquerque 's suggestion I've posted the one more proof of the statement above here for differatiable function (more general case than the previous one).
Let $F:\mathbb{R}^{n}→\mathbb{R}^{m}$ be differentiable on a domain containing the two points $x,y\in \mathbb{R}^{n}$ with a segment connecting them. Let $p,q\in [1,\infty].$
By restriction of $F$ on $[x,y]$ we can consider parameterization $$f(t) = F(x+t(y-x)),$$ where $t\in[0,1].$ So, $f:[0,1]→\mathbb{R}^{m}$ is differentiable on $[0,1]$ with derivative $$f'(t)=\begin{pmatrix}\nabla F_1(x+t(y-x))^T(y-x)\\...\\\nabla F_m(x+t(y-x))^T(y-x)\end{pmatrix}=\nabla F(x+t(y-x))(y-x),$$
where $\nabla F(z)$ is Jacobian matrix of $F.$ Then, by applying second statement/proof from this (which can be proven in the same manner for $l_q$-norms with $q\in[1;\infty]$)
$$||F(x) - F(y)||_q = ||f(0) - f(1)||_q \leq \sup_{t\in[0,1]}||\nabla F(x+t(y-x))(y-x)||_q=\otimes$$
applying the estimate for the operator norm
$$\otimes \leq \sup_{t\in[0,1]}||\nabla F(x+t(y-x))||_{(q,p)}||(y-x)||_p=\sup_{z\in[x,y]}||F'(z)||_{(q,p)}||x-y||_p.$$
Thus we have a simpler proof for the more general case.