"or" in English is actually logical xor, which means that when we actually need to express logical or, we have to implement it in terms of other operators; hence "and/or", i.e. "and xor xor"
-
-
Start with not: "no, not that" becomes "neither that nor itself" Which can be used to implement or: "coughing and/or sneezing" becomes "not neither coughing nor sneezing" And is slightly more complex: "dinner and a movie" becomes "neither (not dinner) nor (not a movie)"
Show this thread -
Finally, xor, which we can build from and: "soup or salad" becomes "neither (soup and salad) nor (neither soup nor salad)" which is actually pretty readable!
Show this thread -
of course, using "and" is kind of cheating; if we really want to use just "neither", then we have to write: "neither (neither (neither soup nor soup) nor (neither salad nor salad)) nor (neither soup nor salad)"
Show this thread
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.