You are not logged in.
Pages: 1
#1 is not true. Try x=y=z=-2.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Hi,
We have
Adding those two would yield
"Believe nothing, no matter where you read it, or who said it, no matter if I have said it, unless it agrees with your own reason and your own common sense" - Buddha?
"Data! Data! Data!" he cried impatiently. "I can't make bricks without clay."
Offline
x <= y <= z implies Y >= x
thus xz <= yz
and xz <= yz + xy
thus xz <= xy + yz
Offline
That only works when all three numbers are positive.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Case 1: (same proof as my original answer)
assume x > 0
then, since x<=y<=z, and x > 0, then y > 0 and z > 0
Y >= x, and xz <= yz
and, xz <= yz + xy
thus xz <= xy + yz
Case 2:
assume x = 0,
then, since x<=y<=z, and x = 0, then y >= 0 and z >= 0
xz = 0, xy = 0, and yz >= 0
thus xz <= xy + yz
Case 3:
Assume y = 0,
then, since x<=y<=z, and y = 0, then x <= 0 and z >= 0
thus xz <= 0, xy = 0, and yz = 0
thus, xz <= xy + yz
Case 4:
Assume z = 0,
then, since x<=y<=z, and z = 0, then x <= 0 and y <= 0
xz = 0, xy >= 0, and yz = 0
thus, xz <= xy + yz
Case 5:
Assume z < 0,
then, since x<=y<=z, and z < 0, then x < 0 and y < 0
xz > 0, xy > 0, and yz > 0, (all are positive numbers)
since |x| >= |y| >= |z|
xy >= xz >= yz
Thus, xz <= xy
and, xz <= xy + yz
Offline
Splitting into cases is tedious. The short and sweet solution for #1 is
It looks like no-one is going to get #2 so I might as well post its solution as well.
New challenge problem:
240 books currently added on Goodreads
Offline
Pages: 1