Let's say we can choose 4 points to make a rectangle. Let the numbers defining the coordinates be arranged in ascending order: a, b, c, d.
Then I have a question. Is there any INTUITIVE proof that it is advantageous to take exactly
xmin = a
ymin = b
xmax = c
ymax = d ?
And not, for example, as I thought at the very beginning
xmin = a
ymin = b
xmax = d
ymax = c.
I have already done the MATHEMATICAL proof, but now I need the INTUITIVE proof.



