Consider $S = \{0, 1\}$ equipped with the binary operations AND (represented by multiplication) and OR (represented by addition). Is there a name for this algebraic structure? Given that AND and OR are used frequently in computer science, I assume this object has already been studied extensively. However, I couldn't find anything online about it.
Particularly I am wondering if any work has been done regarding matrices over this structure, where matrix multiplication is carried out in the usual manner, but with scalar multiplication replaced by AND and scalar addition replaced by OR.
Thanks!
Also, I wasn't aware of the max-plus algebra, I'll have to read up on that. Thanks!
– n3rl Nov 23 '23 at 00:53