You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chapter csp-chapter, we used equality to indicate
the relation between a variable and its value. For instance, we wrote
${WA}{{,=,}}{red}$ to mean that Western Australia is colored
red. Representing this in first-order logic, we must write more
verbosely ${ColorOf}({WA}){{,=,}}{red}$. What incorrect
inference could be drawn if we wrote sentences such as
${WA}{{,=,}}{red}$ directly as logical assertions?