Suppose you have all the numbers, but the only thing you know how to do with them is
m(x, y, z) = min(x+y, x+z, y+z)
Given any x and y, can you produce x+y using only m?
#IHaveAnAnswer
(no, infinity is not a number you can put into m)
Suppose you have all the numbers, but the only thing you know how to do with them is
m(x, y, z) = min(x+y, x+z, y+z)
Given any x and y, can you produce x+y using only m?
#IHaveAnAnswer
(no, infinity is not a number you can put into m)