On Interact Lesson 3 for LR, we are asked to write out 2 conditional logic statements as follows:
"Any organism that can experience pain can be mistreated"
Pain -> Mistreatment
"Only organisms that can experience pain can be mistreated"
Mistreatment -> Pain
There is no further discussion on how the alteration of those two words (Only/Any) completely flips the logic of the statement. To me it seems like they are both identical as:
If the organism experiences pain -> then it can be mistreated.
Does anyone have an explanation for the reasoning behind the difference?
Thanks in advance.