|
|
|
|
|
by ninh
5050 days ago
|
|
If you define "No meetings" as !meetings, and "No communication" as !communcation, which to me sounds reasonable, then they are in fact equivalent. This becomes apparent when you create a truth table for it: !meetings != !communication
meetings | communication | expr
F | F | F
T | T | F
T | F | T
F | T | T
This is the same truth table one would get with "meetings != communication" so they should be logically equivalent. |
|
"Meetings != communication" is analogous to saying "At meetings, communication doesn't necessarily occur."
In terms you would personally appreciate: (No Patrick Hernandez != No Dancing) similarly is not equivalent to (Patrick Hernandez != Dancing)
One says without Patrick Hernandez, there may be dancing. The other says with Patrick Hernandez there certainly is not any dancing ;-)