I am new to proofs. This is my first proof-based mathematics class, and it is a hard transition from my high school classes. I am a second semester freshman.
My original question was:
Prove that there is a real number with the property that for any two larger numbers, there is another real number that is larger than the sum of the two numbers and less than their product.
I have attempted this by a constructive proof (which is possible according to my distinguished professor) and am very unwilling to attempt a nonconstructive proof until I have proven it by a constructive proof. I said:
"Let $x,y,z,$ and $t \in \Bbb R$, with $y>x$ and $z>x$. Because $x,y,z,$ and $t$ are real numbers, if we choose a pair of $y$ and $z$ such that $yz>(y+z)$ , the following always holds $\exists t(yz>t>(y+z))$. Let $x=2$ and let $\epsilon$ be some arbitrary infinitesimal positive quantity. The smallest product of $y$ and $z$ would then be the product of $y=2+\epsilon$ and $z=2+\epsilon$ and the product would be $yz=4+2\epsilon + \epsilon^2$. Similarly, the smallest sum of $y$ and $z$ would be the sum if $y=2+\epsilon$ and $z=2+\epsilon$ which is $(y+z)=4+2\epsilon$. We see that $yz>(y+z)$ which is equivalent to $4+2\epsilon + \epsilon^2 > 4+2\epsilon$..."
And this is where I get stuck. I don't think I am near the end of the proof, I feel like I need a lemma to complete this. I want the lemma to be the proof of:
Prove that for any pairs of real numbers $x$ and $y$, where $x>2$ and $y>2$, the following always holds: $xy>(x+y)$
I thought of proving this lemma by approaching using the AM-GM inequality which I learned in competitive mathematics during high school, since one side is a product and one side is a summation, but I have not started it. I feel like I am being a little redundant in the proof, going in circles, or writing without much thinking.
Disregarding the original question (although I appreciate hints), how would I approach the proof of the lemma?
The inequality is equivalent to $$(x-1)(y-1)>1 $$ which clearly holds for $x,y>2$. Then, if you take $t=\frac{xy+x+y}{2}$, you will have $x+y<t<xy$.