-1

I am trying to validate the following argument using a truth table, but I get stuck:

If you invest in this business, then you get the profit. You didn't invest in this business. Therefore, you didn't get the profit.

2 Answers2

1

You say $A \implies B$, so $\neg A \implies \neg B$. We conclude the first statement is false if only if we observe '$A \wedge \neg B$', while we conclude the second one is false if and only if we observe '$\neg A \wedge B$', therefore the two are not equivalent and do not yield the same truth table. Consider a statement like 'all cows are animals, so if we observe something that is not a cow, then it is not an animal', which would be true according to your logic. But the observed object might still be a chicken, for example. You're statement if true if we would have $A \iff B$, so using your example, 'you get rich if and only if you invest in business'.

0

If you eat cyanide, you will die.

You did not eat cyanide, therefore you will not die.

Does this sound correct to you? It is logically equivalent to your statement (hint: what if you ate botox?).

5xum
  • 123,496
  • 6
  • 128
  • 204