1
$\begingroup$

I am taking a proof course and the implication is really causing me trouble. Every definition I've looked up for sufficient and necessary says something along the lines

"If P suffices for Q, this causes P to guarantee the result Q"

"If Q is necessary for P, P cannot be true without Q being true"

I can understand these definitions and the terminology of sufficient and necessary only if we assume P->Q is already true.

Otherwise I don't see how P can be sufficient. I look at the line on the truth table when P is true, but Q is false.

We know P is true, yet Q is false. How could P guarantee for Q in that case?

Thank you.

Here's the definition of sufficient where I am getting hung up on.

A condition A is said to be sufficient for a condition B, if (and only if) the truth (/existence /occurrence) [as the case may be] of A guarantees (or brings about) the truth (/existence /occurrence) of B... This is the definition I get stuck on.

If there's a possibility that A is true, but B ends up false. How can A always be sufficient for B?

  • 2
    I don't get what you're asking. "P is sufficient for Q" translated into formal language is $P\to Q.$ So if you don't assume it's true, you aren't assuming $P$ is sufficient for $Q.$ The line on the truth table when $P$ is true and $Q$ is false says $P\to Q$ is false, i.e. $P$ does not guarantee $Q$. So $P$ doesn't guarantee $Q$ in that case.2017-02-02
  • 0
    A condition A is said to be sufficient for a condition B, if (and only if) the truth (/existence /occurrence) [as the case may be] of A guarantees (or brings about) the truth (/existence /occurrence) of B... This is the definition I get stuck on. If there's a possibility that A is true, but B ends up false. How can A always be sufficient for B?2017-02-02
  • 0
    To see that they mean the same thing via truth tables, note that if $P$ and $P\to Q$ are both true, then $Q$ must be true https://en.wikipedia.org/wiki/Modus_ponens#Justification_via_truth_table2017-02-02
  • 0
    If there's a possibility that $A$ is true but $B$ ends up false, then $A$ is is not sufficient for $B.$2017-02-02
  • 0
    So before we can say that A is sufficient for B. We have to assume A->B is true. And the same before saying B is necessary for A?2017-02-02
  • 0
    '$A$ is sufficient for $B$,' '$B$ is necessary for $A$' and $A\to B$ mean the same thing.2017-02-02
  • 0
    It's not that we assume A -> B, it's that A -> B means "A is sufficient for B" and vice versa. If I say "A is sufficient for B", I'm making a declaration that A -> B is true.2017-02-02
  • 0
    Oh, ok. So by saying A is sufficient for B you are assuming A->B is true. Since they the same thing but written differently. And if it turns out A is true, but B is not true then A does not imply B, and equivalently A is not sufficient for B. Is that right?2017-02-02
  • 0
    @dfk3 Yeah, that sounds right. I think we were just getting hung up on you saying ' you need to assume' for $A\to B$ but not for the other statement. Declaring/assuming/proving/whatevering $A\to B$ is the same as declaring/assuming/proving/whatevering '$A$ is sufficient for $B$' cause the latter is an english translation of the former.2017-02-02

2 Answers 2

2

These are just phrases that we use to express logical statements. The English sentence "P suffices for Q" (or "P implies Q", or "if P then Q") translates to the formal statement "P $\implies$ Q". It's a declaration. Similarly "Q is necessary for P" (or "P only if Q") translates to "$\neg$Q $\implies$ $\neg$P" (which is actually logically equivalent to "P $\implies$ Q".)

You're right, this is not a tautology. There are lines in the truth table where "P $\implies$ Q" evaluates to be false. "Necessary" and "sufficient" are just terms we use to describe some possible relationships between boolean variables.

  • 0
    Ok, I think I am understanding it now. So when you say possible relationships, we still leave the possibility open that P's existence does not guarantee the existence of Q?2017-02-02
  • 0
    A is not always sufficient for B, for undefined statements A and B. But in a specific case, it can be true, and it's nice to have the word "sufficient" to describe that scenario. For example, let A = "My name is Bob", and B = "There exists a man named Bob". Then A is sufficient for B.2017-02-02
  • 0
    So before we can say A is sufficient for B, we have to assume that A->B is true. Does truth of the implication matter when applying the relationship terms (sufficient, necessary)?2017-02-02
0

$P \implies Q$ does not mean that $\neg P \implies \neg Q$.

Moreover, $(P \implies Q) \land (\neg P \implies \neg Q) \equiv (P \implies Q) \land (Q \implies P) \equiv (P \iff Q)$.