Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing language about inclusive “or”? #114

Open
lbeaufort opened this issue Dec 6, 2020 · 2 comments
Open

Confusing language about inclusive “or”? #114

lbeaufort opened this issue Dec 6, 2020 · 2 comments
Labels
4th ed To be implemented for the next edition.

Comments

@lbeaufort
Copy link

lbeaufort commented Dec 6, 2020

Hi there! I’m really enjoying your online textbook, thank you for making it free online and providing helpful exercises and examples!

I came across the language:

Note that for us, or is the inclusive or (and not the sometimes used exclusive or) meaning that P ∨ Q and P ∨ Q is in fact true when both P and Q are true.

Source: http://discrete.openmathbooks.org/dmoi3/sec_intro-statements.html#wKm

This language was a bit confusing to me, as I’m re-learning discrete math after 15 years. It might be less confusing to say:

Note that for us, or is the inclusive or (and not the sometimes used exclusive or) meaning that P ∨ Q and P ∨ Q is true in fact when both P and Q are true and when either P or Q is true.

If you agree, I’d be happy to put in a pull request. Thanks again!

@davidfarmer
Copy link
Contributor

davidfarmer commented Dec 6, 2020 via email

@oscarlevin
Copy link
Owner

Good idea @davidfarmer , and thanks @lbeaufort for the suggestion. I'll clean this paragraph up as I work on the new edition.

@oscarlevin oscarlevin added the 4th ed To be implemented for the next edition. label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4th ed To be implemented for the next edition.
Projects
None yet
Development

No branches or pull requests

3 participants