How can I determine which quantity is larger. $n$ an integer, $K$ and $F$ are reals and $x^{+} = \max( x , 0)$ :
$$n\left( -K + \frac{1}{n}\sum_{i=1}^{n} F_{i} \right )^{+}$$ compared to $$ \sum_{i=1}^{n} (-K + F_{i} ) ^{+}$$
How can I determine which quantity is larger. $n$ an integer, $K$ and $F$ are reals and $x^{+} = \max( x , 0)$ :
$$n\left( -K + \frac{1}{n}\sum_{i=1}^{n} F_{i} \right )^{+}$$ compared to $$ \sum_{i=1}^{n} (-K + F_{i} ) ^{+}$$
Consider $G_i:=F_i-K$.
The first expresssion is the sum of all $G_i$, or zero.
The second is the sum of all positive $G_i$, hence not smaller than the above.