I am a undergraduate student. I am doing a project on tropical geometry and Max-Plus Algebra. So I started reading about max plus algebra. First thing I came across is that here we don't use conventional algebra. Instead of that we define a new algebra with the operations as follows-
$ a \oplus b = max(a,b)$
$a\otimes b= a+b$
So my question is this why we need to define operations like this only? why can't we have operation like-
$a \oplus b =a+b$
$a\otimes b= max(a,b)$
because here we have new addition same as the old one, only multiplication is different. I am unable to find the mathematical reason behind it where this fails.
Also, similar intuitive results carry over and as such we needn't learn a whole new set of theorems :)
– Musa Al-hassy Jun 28 '14 at 23:09