Weird statement of conditions in propositional logic

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Mr Davis 97
Messages
1,461
Reaction score
44
So I am studying conditionals in proposition logic, and I have discovered that there are a variety of ways to phrase a conditional "if p, then q" in English. Some of the harder ones are...

p is sufficient for q
a necessary condition for p is q
q unless ~p (where ~ is the not operator)
p only if q
a sufficient condition for q is p
q is necessary for p

Do I just need to brute force memorize these? Or is there a way to really understand them? Some of them just seem so counter-intuitive...
 
Physics news on Phys.org
Mr Davis 97 said:
So I am studying conditionals in proposition logic, and I have discovered that there are a variety of ways to phrase a conditional "if p, then q" in English. Some of the harder ones are...

p is sufficient for q
a necessary condition for p is q
q unless ~p (where ~ is the not operator)
p only if q
a sufficient condition for q is p
q is necessary for p

Do I just need to brute force memorize these? Or is there a way to really understand them? Some of them just seem so counter-intuitive...
The second and fifth say the same thing in slightly different words.
The fourth is the converse of p if q (which is the same as if q then p).

An alternative to rote memorization of these is to understand the truth table for ##p \Rightarrow q##.
Code:
p.|..q...|..p → q
_________________
T.|..T...|...T
T.|..F...|...F
F.|..T...|...T
F.|..F...|...T
Hope that helps...