psibi / how-to-prove

My Solution to Velleman's book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.2 dangling negation operator

davecan opened this issue · comments

In section 2.2 question 2d it looks like you left the negation operator outside the parens after distributing it in to flip the equality.

Should be:

∃y > 0∀x(ax^2 + bx + c ≠ y)

It's great that you provided this BTW, it's been really helpful.

Can you send a PR fixing it ?

Done! Also I will submit a separate PR for question 12 same module -- I wrote out the plain English meaning of each (as best I could anyway) so I'll add those to the answers.

Hmm, looks like it merged that change into the existing pull request. Let me know if that will be an issue. Thanks.

Thanks for fixing this in the PR #8. Closing the issue now.

Thanks! Happy to help, this is a great resource!