Alongside the Latin “vel” (the inclusive OR, which also admits the case of both being true) there exists a second “or”: the “aut”, which excludes the case in which both are true.

Example — Exclusive "aut" (XOR)

The exclusive disjunction, ”pp or qq but not both”, is denoted pqp\veebar q and has the following table: (V,V)F,(V,F)V,(F,V)V,(F,F)F.(V,V)\to F,\quad (V,F)\to V,\quad (F,V)\to V,\quad (F,F)\to F. It is the Latin “aut”, contrasted with “vel”. We shall meet it again, in the form of a set, in the symmetric difference ABA\triangle B.

Topics: Set theory
Concepts: Disjunction · Exclusive disjunction