0
$\begingroup$

Question:

Are inclusive or and exclusive or both considered dis-junction ?

My own thinking:

I believe yes, because both inclusive and exclusive or are using or. They just happen to have different symbols.

Reference:

  • Inclusive or: To be true, at-least one or both statements are true. Else, false.
  • Exclusive or: To be True, Only one statement of p, q can true. Else, false.

1 Answers 1

1

Of course they are. Both are meant for distinguishing between two alternatives (from here dis-junction). Since they behave differently, it is necessary to add 'inclusive' or 'exclusive' qualification.

  • 0
    Exactly that is what I thought, thanks for confirming.2017-02-22