We are given few exercise questions that include statements that are false and we are required to prove it by providing counter example for each. Given below is statement is such.
Statement: For all real numbers $a, b$: If $0 < a < b$, then $\frac{a+b}{3} \in [a, b]$
My Issue: The issue is I have taken hours but I can't find any example and I tend to think that the statement might be true. It makes sense as well because a and b are positive when they are added and divided by $3$ we are basically dividing interval $[a, b]$ into $3$ intervals each with length equal to the $\text{answer}=\frac{(a+b)}{3}$ and hence it will lie in this interval of $[a,b]$ as well.
Who is wrong? My professor or I? Kindly guide.
When doing this question, I started with following test cases:
An example of Case $1$ is $a=1, b= 100$. But this fails to be a counter-example.
An example of Case $2$ is $a=100, b= 101$. Then, $(a+b)/3 \approx 67 \not\in [100,101].$ So this is a counter-example.
If none of these were counter-examples, you would have to keep coming up with qualitatively different test cases until you find one that is a counter-example (since the question tells you there is one).