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
{and, not} is an adequate set of logical connectives for propositional logic. If we say that T = 1, and F = 0, then a and b = a b and not a = 1 - a. Then, it's just a matter of rewriting all of the other connectives in terms of this.