When I say "argument-based", I mean $\min$ and $\max$ functions that take arguments, as opposed to the min and max of a function. For example: $\min(3,4,-2)=-2$, $\min(100,3)=3$, $\max(3,4,-2)=4$, etc.
Now, I wish to define $\max$ and $\min$ as some formula. I have found out that $\min(x_0,\ldots,x_n)=-\max(-x_0,\ldots,-x_n)$ (after some legwork), but this is not what I am looking for.
I have been working on this problem from time to time since December 2014. I do not think I can solve this on my own (otherwise, I might have already). Is this even possible? If so, then how?
Any help is deeply appreciated.