Conditional Statements

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

What is a conditional statement?

A statement that can be written in "If-Then" form.
Example: If it rains, then the ground is wet. (If p, then q)

2
New cards

What is the hypothesis in a conditional statement?

The part following "If."

3
New cards

What is the conclusion in a conditional statement?

The part following "Then."

4
New cards

What is the converse of a conditional statement?

The statement formed by switching the hypothesis and conclusion.
Example: If the ground is wet, then it rains. (If q, then p)

5
New cards

What is the inverse of a conditional statement?

The statement formed by negating both the hypothesis and conclusion.
Example: If it does not rain, then the ground is not wet. (If not p, then not q)

6
New cards

What is the contrapositive of a conditional statement?

The statement formed by switching and negating both the hypothesis and conclusion.
Example: If the ground is not wet, then it did not rain. (If not q, then not p)

7
New cards

What is a counterexample in a conditional statement?

  • An example that disproves the conditional by showing the hypothesis is true and the conclusion is false.
    Example: If it rains but the ground is covered by a tarp, the ground is not wet. (p is true, but q is false)

8
New cards

What is a biconditional statement?

  • A statement that is true when both the conditional and its converse are true; written as "if and only if."
    Example: The ground is wet if and only if it rains. (p if and only if q)

9
New cards
  • What does the symbol "→" represent in logic?