Difference between only if and if and only if

  • Context: Undergrad 
  • Thread starter Thread starter ainster31
  • Start date Start date
  • Tags Tags
    Difference
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
ainster31
Messages
158
Reaction score
1
Difference between "only if" and "if and only if"

$$1.\quad p\quad if\quad q\\ \equiv if\quad q\quad then\quad p\\ \equiv q\rightarrow p\\ \\$$$$2.\quad p\quad only\quad if\quad q\\ \equiv if\quad p\quad then\quad q\\ \equiv p\rightarrow q\\ \\$$$$3.\quad p\quad only\quad if\quad q\\ \equiv if\quad q\quad then\quad p\\ \equiv q\rightarrow p\\ \\$$$$4.\quad p\quad iff\quad q\\ \equiv (p\rightarrow q)\wedge (q\rightarrow p)$$

I think #3 is wrong but I'm not sure why.
 
Last edited:
Physics news on Phys.org
Yes, #3 is wrong. The second line says if q, then p, but we know that p may only occur when q does from the first line.

If q, then p allows p to occur without q.
 
p only if q
⇔ q if p.
So the first line in (3) does not imply the second line.
 
I watch the "Teletubbies" show only if I have a TV. I have a TV, but I would rather tear out my eyes than watch Teletubbies. So p only if q is not the same as q implies p.