We need to check all pairs (x, y) where $x \neq y$.
(1, 2): $M(1, 2) = T$
(1, 3): $M(1, 3) = T$
(2, 1): $M(2, 1) = T$
(2, 3): $M(2, 3) = T$
(3, 1): $M(3, 1) = T$
(3, 2): $M(3, 2) = T$
Since all these values are true, the statement is true.
Show more…