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.