0

Is the statement $a\Leftrightarrow b$ equivalent to the statement $(a\Rightarrow b)\wedge(\neg b\Rightarrow \neg a)$?

For example: "I get out if and only if it is sunny" should be equivalent to "When I get out, it's sunny. When it's not sunny, I don't get out".

Edit. Sorry, I just realized what I have is simply $(b\Rightarrow a)\wedge(\neg b\Rightarrow \neg a)$ which should be good now (simply as you guys have answered $(\neg b\Rightarrow \neg a)$ is equivalent by contraposition to $a\Rightarrow b$).

Shaun
  • 44,997

2 Answers2

2

No, its not. $a\Rightarrow b$ and $\neg b\Rightarrow \neg a$ are equivalent. One is the contraposition of the other. What you mean is that $a\Rightarrow b\wedge b\Rightarrow a$.

Wuestenfux
  • 20,964
1

$(\neg b\implies \neg a)$ is equivalent to the statement $(a\implies b)$.

$a\iff b$ is equivalent to the statement $(a\implies b)\wedge(b\implies a )$ which is equivalent to $(a\implies b)\wedge(\neg a\implies \neg b )$.

QED
  • 12,644