Closed ajdavis closed 2 years ago
The exercise on https://learntla.com/tla/logic/ that follows the explanation of "=> and <=>" requires this answer:
Max(S) == CHOOSE x \in S : \A y \in S : y <= x
This is confusing, because the section has explained logic operators, but the exercise is about the mathematical comparison "<=" (less than or equal to).
Ooof. I don't even know where that was supposed to be. Maybe one section up?
The exercise on https://learntla.com/tla/logic/ that follows the explanation of "=> and <=>" requires this answer:
This is confusing, because the section has explained logic operators, but the exercise is about the mathematical comparison "<=" (less than or equal to).