DM I: Mathematical Statements

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

https://discrete.openmathbooks.org/dmoi3/sec_intro-statements.html

Last updated 6:03 PM on 4/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

statement

any declarative sentence which is either true or false

2
New cards

atomic

describes a statement that cannot be divided into smaller statements

3
New cards

molecular

describes a statement that is not atomic, i.e. it can be divided into smaller statements

4
New cards

5 logical connectives

negation (“not”)
conjunction (“and”)
disjunction (“or”)
implication (“if…, then…”)
biconditional (“if and only if”)

5
New cards

negation

¬P, “not P”

6
New cards

conjunction

P∧Q, “P and Q”

7
New cards

disjunction

P∨Q, “P or Q”

8
New cards

implication / conditional

P→Q, “if P then Q”

True if P is false or Q is true (or both).

Only false if P is true and Q is false.

We make no claim about the conclusion Q if the hypothesis P is false.

If the conclusion Q is true, we make no claim about whether the hypothesis P was the cause.

9
New cards

biconditional

PQ, “P if and only if Q”

true if P and Q are both true, or both false

10
New cards

In the implication P→Q, what is P?

hypothesis / antecedent

11
New cards

In the implication P→Q, what is Q?

conclusion / consequent

12
New cards

converse

The converse of P→Q is Q→P.

These two are not logically equivalent (they can have different truth values).

13
New cards

contrapositive

The contrapositive of P→Q is ¬Q→¬P.

These two are logically equivalent (they are either both true or both false).

14
New cards

PQ is logically equivalent to…

(P→Q)∧(Q→P)

15
New cards

Equivalencies to “if I dream, then I am asleep”

  1. I am asleep if I dream.

  2. I dream only if I am asleep.

  3. In order to dream, I must be asleep.

  4. To dream, it is necessary that I am asleep.

  5. To be asleep, it is sufficient to dream.

  6. I am not dreaming unless I am asleep.

16
New cards

“P is necessary for Q”

Q→P

17
New cards

“P is sufficient for Q”

P→Q

18
New cards

“P is necessary and sufficient for Q”

PQ

19
New cards

free variable

a variable about which nothing has been specified

20
New cards

predicate

a sentence that contains variables

21
New cards

two main quantifiers

universal (“for all”, “every”) and existential (“there exists”, “there is”)

22
New cards

universal quantifier

“for all”, “every”
∀x(x≥0), “for all x such that x is greater than or equal to zero”

23
New cards

existential quantifier

“there exists”, “there is”
∃x(x<0), “there exists x such that x is less than zero”

24
New cards

In discrete mathematics, we almost always quantify over the _____ numbers.

In discrete mathematics, we almost always quantify over the natural numbers (0, 1, 2, 3, …).

25
New cards

¬∀xP(x) is equivalent to ____.

∃x¬P(x)

26
New cards

¬∃xP(x) is equivalent to ____.

∀x¬P(x)

27
New cards

S(x)→R(x) is, by convention, implicitly quantified as _______.

∀x(S(x)→R(x))