Verification of Statement: "If Carlo won the competition, then either Mario came 2nd
How do I verify the below sentence?
Formalize the following arguments and verify whether they are correct:
“If Carlo won the competition, then either Mario came second or Sergiocame third. Sergio didn’t come third. Thus, if Mario didn’t come second,then Carlo didn’t win the competition."
I formalized the sentence like:
C -> M v S
~S
~M -> ~C
but how to verify?
How do I verify the below sentence?
Formalize the following arguments and verify whether they are correct:
“If Carlo won the competition, then either Mario came second or Sergiocame third. Sergio didn’t come third. Thus, if Mario didn’t come second,then Carlo didn’t win the competition."
I formalized the sentence like:
C -> M v S
~S
~M -> ~C
but how to verify?