I need help approaching a proof which deals with inequalities:
If p and r are the precision and recall of a test, then the F1 measure of the test is defined to be $$F(p, r) = \frac{2pr}{p+r}$$
Prove that, for all positive reals p, r, and t, if t ≥ r then F(p, t) ≥ F(p, r)
What's the first step to approaching this problem? Do I need to look at this with different cases?