Say I have the statement: "None of the unnoticed things, met with at sea, are mermaids. "
Lets say: M = set of mermaids
N = set of things noticed
If I wanted to convert this into an if then statment, would it be:
M --> N (if it is a mermaid, then it is noticed)
or
N --> M (if it is noticed, then it is a mermaid)
How do I know which is the correct if-then statement?
Any help is appreciated!


LinkBack URL
About LinkBacks

