Hypothesis: The condition of the statement that must be fulfilled for the conclusion to be true.
Located in the sentence after "IF."
Conclusion: The outcome that occurs once the hypothesis is confirmed.
Located in the sentence after "THEN."
Conditional Statements: Consist of a hypothesis and a conclusion.
Form: A → B.
Converse: B → A
Definition: Switching the placement of the hypothesis and conclusion.
Example: If B, then A.
Contrapositive: -B → -A
Definition: Negating both the hypothesis and conclusion.
Example: If not B, then not A.
Inverse: -A → -B
Definition: Negating the hypothesis and conclusion.
Example: If not A, then not B.
Form: A → B
Example: IF you give a mouse a cookie, THEN he’s going to ask for a glass of milk.
Structure of Conditional Statement:
If hypothesis, THEN conclusion.
Definition: Switching the hypothesis and conclusion.
Example: If he asks for a glass of milk, THEN you gave a mouse a cookie.
Form: B → A.
Example: If you DON’T give a mouse a cookie, THEN he’s NOT going to ask for a glass of milk.
Form: -A → -B.
Definition: Switching and negating the hypothesis and conclusion.
Example: If he DOES NOT ask for a glass of milk, THEN you DID NOT give a mouse a cookie.
Form: -B → -A.