I'm working through a practice book on mathematical finance, but struggling to prove part of a question on no-arbitrage conditions.
In the problem, I'm first given $K_1 < K_2 < K_3 $. Then, the book claims that the following relationship: $x_1 (S - K_1) - x_2 (S - K_2) + x_3 (S- K_3) \geq 0, \forall S \geq 0$,
holds if and only if the two conditions are satisfied: $x_1 - x_2 + x_3 \geq 0$ and $x_1 (K_3 - K_1) - x_2 (K_3 - K_2) \geq 0$.
For the life of me I can't seem to prove why this is the case! I know it should be basic algebra but I'm really struggling for some reason. Anyone have any tips?
This will make sense for a portfolio of three call options with common expiry and with strike prices $0 < K_1 < K_2 < K_3$, where we are long $x_1 > 0$ options struck at $K_1$, short $x_2 > 0$ options struck at $K_2$ and long $x_3> 0$ options struck at $K_3$.
The payoff of this option portfolio at expiration for underlying price $S$ is
$$V(S) = x_1(S-K_1)^+ - x_2(S - K_2)^+ + x_3(S - K_3)^+$$
where $(S-K_j)^+ = \max(S-K_j,0)$ the payoff of a standard European call option.
For $0 \leqslant S \leqslant K_1$ we have $V(s) = 0$.
For $K_1 \leqslant S \leqslant K_2$ we have $V(S) = x_1(S - K_1) \geqslant 0$.
For $K_2 \leqslant S \leqslant K_3$ we have $V(S) = x_1(S - K_1) - x_2(S- K_2)$. This is a linear function joining the points $(\,K_2,\,x_1(K_2 - K_1)\,)$ and $(\,K_3,\,x_1(K_3-K_1)- x_2(K_3-K_2)\,)$.
Consequently we have $V(S) \geqslant 0$ for $K_2 \leqslant S \leqslant K_3$ if and only if
$$\tag{*}x_1(K_3-K_1)- x_2(K_3-K_2) \geqslant 0$$
For $S \geqslant K_3$ we have
$$V(S) = x_1(S- K_1) - x_2(X- K_2) + x_3(S- K_3) \\ = x_1(K_3-K_1)- x_2(K_3-K_2) +(x_1 - x_2 + x_3)(S - K_3),$$
and assuming that inequality (*) holds we have $V(S) \geqslant 0$ for all $S \geqslant K_3$ if and only if
$$\tag{**} x_1 - x_2 + x_3 \geqslant 0$$