I've had a hard time proving this statement. The objective is to prove that the set $M$ is convex where $f(y)$ can be any function. The task is to prove it using triangle inequality. I've looked at threads like Proving Convexity of an Open Disk but i still can't wrap my head around it. If anyone could give me a hint in the right direction i would be very grateful.
$$M = \{\, x\,\big| \, ||x-y|| \leq f(y) \, \text{ for all } y \in S\,\} \quad \text{where } S \subseteq \mathbb{R}^n$$
Best Regards
$|\lambda( x_1 - y) + (1- \lambda) (x_2 - y)| \leq \lambda |x_1-y| + (\lambda - 1) |x_2-y| \leq f(y)$
– Pontus S Feb 21 '19 at 14:05The equation
$\lambda | x_1 - y| + (1- \lambda) |x_2 -y| \leq f(y)$ Proves that all the points on the line connecting the points $x_1$ and $x_2$ are also contained within the set.
Sorry for any inconvenience just want to make sure i get this stuff :) You have been very helpful thanks!
– Pontus S Feb 21 '19 at 14:34