0

Given the equation:

$$\sum_i^n \frac{1}{f(i)} \geq \sum_i^n \frac{1}{g(i)} $$

It looks intuitive to be able to flip the fraction and the sign, such that:

$$\sum_i^n f(i) \leq \sum_i^n g(i)$$

Is this true? If so, how to prove it?

1 Answers1

2

What about $n=2$ and $g(1)=g(2)=2$, $f(1)=1$ and $f(2)=1000$?