cacosomoza
- 11
- 0
Pretty simple, how do I prove (x^2)>0 ?
The discussion focuses on proving the inequality (x^2) > 0 for real numbers x. It is established that the statement holds true for all x except when x equals zero, where the correct expression is (x^2) ≥ 0. Participants suggest using properties of ordered fields to demonstrate that a positive real number multiplied by itself yields a positive result, and similarly for negative numbers. The conversation also touches on the limitations of using induction for this proof since x belongs to the set of real numbers (R) rather than natural numbers (N).
PREREQUISITESMathematics students, educators, and anyone interested in understanding proofs related to inequalities and properties of real numbers.
cacosomoza said:Pretty simple, how do I prove (x^2)>0 ?
Well how you wrote it, it isn’t true since 0^2 = 0. You probably meant x^2 ≥ 0.cacosomoza said:Pretty simple, how do I prove (x^2)>0 ?
slickHallsofIvy said:Part of the requirements for any "ordered field" (which includes the field of real numbers but not the field of complex numbers) is that "if a< b and c> 0, then ac< bc". Take a= 0, b= x, c= x.