Disjunction: Why did the inclusive "OR" become the convention?

5.1k Views Asked by At

In How to Prove it by Velleman, for defining disjunctions, he gives the difference between exclusive "OR", and inclusive "OR."

Given two events $P$ and $Q$, the disjunction is defined for them as:

  • Inclusive: One of $P$ and $Q$, or both.

  • Exclusive: One of $P$ and $Q$, but not both.

Quoting from his book:

"In mathematics, or always means inclusive or, unless specified otherwise, ..." (Velleman, 2006, p.15)

My question is -

Why did the inclusive definition of disjunction become the convention?

Was it coincidental, or is there some aspect to the inclusive definition that makes it more convenient?

4

There are 4 best solutions below

11
On BEST ANSWER

Velleman could be read as saying that (i) in English, "or" has two meanings when used as a propositional connective, one corresponding the familiar inclusive disjunction of formal logic, the other expressing exclusive disjunction, but (ii) there's a special convention that in mathematical English, "or" is used only in the first way. Hence the OP's question -- why the special convention in maths? Two points about this.

(I) Arguably (i) is just wrong. As background recall that a standard approach to explicating how we manage to interpret what we read or hear is that the overall message conveyed is a result of the interaction of two things, first the semantic content (the "literal meaning") of the sentence used, and second contextual and pragmatic clues.

It is not infrequently said that "or" is semantically ambiguous, i.e. it has two different literal meanings. But arguably a much smoother theory seems to be that "or" is in fact semantically unambiguous, meaning inclusive disjunction. And on those occasions where we hear/read an utterance of "$A$ or $B$" as also conveying "but not both", the additional implicature is either deduced from background knowledge that $A$ excludes $B$ or has some other contextual, pragmatic, source. (Sometimes the context is unclear or complicated and we don't know whether the speaker does or does not mean to rule out the case where both disjuncts are true: but that doesn't mean that the meaning of the sentence used is not determinate.)

Note for example that in the sort of cases typically invoked to supposedly illustrate the uses of exclusive "or", it would -- on the semantic story -- be a contradiction to add "or both" whereas it normally seems like a coherent cancelling of a pragmatic (typically Gricean) implicature. Note again that 'either ... or' in English seems to have a uniform semantic negation, 'neither ... nor ...' (which couldn't be the negation if 'or' is exclusive). And so it goes.

There is a large literature on this, unsurprisingly. For a recent review, see Lloyd Humberstone's bible, The Connectives (MIT, 2011) -- which is 1492 pages mostly on 'and', 'or', 'if' and 'not'! §6.12 is titled "Exclusive/inclusive" and gives considerations against the semantic ambiguity thesis.

(II) On a charitable reading, Velleman is probably not actually asserting (i), i.e. he is not actually defending the disputed theory that ordinary 'or' is semantically ambiguous. He indeed notes that logicians distinguish an inclusive from an exclusive formal disjunction. But he is sensibly not pausing to fuss about whether we are right to sometimes interpret bare "or" in English as semantically meaning exclusive disjunction. In maths at any rate, he is saying, we do take "or" to be by default the usual Boolean inclusive disjunction which has very nice properties like being nicely dual with conjunction, satisfying De Morgan's Laws etc., being nicely related to existential quantification, etc. etc. Those neat features of logical incisive disjunction are reason enough to concentrate on it (and we can always add a "but not both" clause if it is important to formalize an exclusive message). But note Velleman could, consistently with what he says, add the whispered aside that I would add here: "Pssst! Just between you and me, I think that's what "or" always semantically means, but it would be far too distracting to argue the case here."

1
On

The operations logical AND $(\wedge)$, inclusive OR $(\vee)$ are dual, in the sense that the following hold.

  1. $\neg (A \wedge B) \leftrightarrow \neg A \vee \neg B$
  2. $\neg(A \vee B) \leftrightarrow \neg A \wedge \neg B.$

This means they have essentially the same properties. They're both associative, commutative, and idempotent; and they distribute over one another. So in conclusion, inclusive OR has nice properties, and it interacts nicely with logical AND.

It also seems to show up a lot more often.

0
On

George Boole, when he originally developed his Laws of Thought to apply mathematics to reasoning, used the exclusive or. However, the system was quite cumbersome in comparison to modern methods.
As others took up his ideas, they found that the inclusive or was far better behaved and easier to work with. For instance, suppose we want to say "It is not the case that P or Q but not both". We get a "Either it is not the case that P and not the case that Q, or it is the case that both P and Q". Contrast this with "It is not the case that P or Q or both". To negate this, we have "It is not the case that P and it is not the case that Q".

0
On

The most common case in mathematics is probably when "or both" is obviously impossible, in which case it doesn't matter if you use inclusive or exclusive or. For example, if we say n = 2 or 3, we know it can't be both.

In cases where it does matter, the inclusive disjunction is radically more likely to be case. I think it's because any kind of proof by cases will lead to inclusive or. Suppose you were proving a theorem of the form that "A or B implies C". If you prove that "A implies C" and "B implies C", then the inclusive or version immediately holds. If only the exclusive or version holds, then the proof strategy would probably be something like "A and not B implies C", and "B and not A implies C", which is a more complex kind of result.

Off the top of my head, I can't think of that many results where an exclusive or arises. The only one that comes to mind is the Fredholm alternative.