How could I understand If p then q = q is necessary for p = p is sufficient for q ???
I am so confused why are they the same.
How could I understand If p then q = q is necessary for p = p is sufficient for q ???
I am so confused why are they the same.
They are the same because their meaning in English is the same. Each says, in a slightly different way, that $q$ must be true when $p$ is. In a math paper or text an author can use any of them, choosing which sounds better in a particular context.
It is best demonstrated with an Euler diagram. 'If p then q' means p is a subset of q:
-----------
| q |
| |
| ---- |
| | p | |
| ---- |
------------
q is necessary for p: if q is not true then p cannot be true. (But it is not sufficient, i.e. it is possible that q is true but p is false)
On the other hand, p is sufficient for q. If p is true then q is always true.