{{ tocSubheader }}
| | {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| | {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| | {{ 'ml-lesson-time-estimation' | message }} |
if and only if.
| Statement | |
|---|---|
| Conditional p⇒q |
If two angles are complementary, then their measures have a sum of 90∘. |
| Converse q⇒p |
If the measures of two angles have a sum of 90∘, then the angles are complementary. |
| Biconditional p⇔q |
Two angles are complementary if and only if their measures have a sum of 90∘. |
A biconditional statement is true if and only if the conditional and its converse have the same truth value. This can be explained using the truth table for a biconditional.
| Biconditional Statement | ||
|---|---|---|
| p | q | p⇔q |
| T | T | T |
| T | F | F |
| F | T | F |
| F | F | T |