-1

Why is the statement "$P$ only if $Q$" equivelant to "if $P$ then $Q$"? Is there a paper explaining this in detail.

For instance, I know statement "$P$ is sufficient for $Q$" or "$Q$ is necessary for $P$" are equivalent to $P\Rightarrow Q$, since sufficient means "just enough" and $P$ need not be true for $P\Rightarrow Q$ to be true; however, necessary means "absolutely essential" and $Q$ has to be true for $P\Rightarrow Q$ to be true. Therefore, both statements translate to "if $P$ then $Q$".

In the case of "$P$ only if $Q$", this following states that "$P$ only if $Q$" translates to "if not $Q$ then not $P$" and "if not $Q$ then not $P$" translates into "if $P$ then $Q$". The problem I don't understand is:

Why does "$P$ only if $Q$" translate to "if not $Q$ then not $P$"?

Is there an intuitive explanation?

Arbuja
  • 1

1 Answers1

1

$P$ can happen only if $Q$ happens.

So if $Q$ doesn't happen then $P$ can't happen.

"May I go to the movies?"

"Only if you have done your homework."

That is:

"If you don't do your homework then you may not go to the movies."

Prime Mover
  • 5,005