Chapter 3 Flashcards

1
Q

symbol “∃” name and meaning [notation]

A

“∃” is called the existential quantifier;
means “there exists”
or “there exist”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

symbol “∀” name and meaning [notation]

A

“∀” is called the universal quantifier;
means “for all”
or “for each”
or “for every”
or “whenever” .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

two components of a quantified statement [notation]

A

(1) quanitfied segments (ex: “(∃0 ∈ Z such that)(∀a ∈ Z)”)
(2) final statement (ex: “a + 0 = a”)

together, make the quantified statement…

(∃0 ∈ Z such that)(∀a ∈ Z) a + 0 = a .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

symbol “∄” meaning [notation]

A

“∄” means “there does not exist”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

symbol “≡” meaning [notation]

A

“≡” denotes logical equivalence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

symbol “∃!” meaning [notation]

A

“∃!” means “there exists a unique”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

two statements that are equivalent to a statement of the form
(∃!nN such that)
[notation]

A

(1) existence statement (ex: “(∃n ∈ N such that)”)
(2) uniqueness statement (ex: “(if nN and mN both have the given property, then n = m)”)

These two statements together mean the same as the uniqueness statement of the form

(∃!nN such that)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

three statements equivalent to “PQ” [notation]

A

PQ” can also be written…

(i) P implies Q .
(ii) If P, then Q .
(iii) (not P) or Q .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If P is a false statement, then the implication P ⇒ Q is … (true/false) [notation]

A

If P is a false statement, then the implication PQ is true.

(follows from the fact that “PQ” is equivalent to “(not P) or Q”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

P is true;

Q is true;

then P ⇒ Q is … (true/false) .

[truth table]

A

P is true;

Q is true;

then P ⇒ Q is true .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

P is true;

Q is false;

then P ⇒ Q is … (true/false) .

[truth table]

A

P is true;

Q is false;

then P ⇒ Q is false .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

P is false;

Q is true;

then P ⇒ Q is … (true/false) .

[truth table]

A

P is false;

Q is true;

then P ⇒ Q is true .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

P is false;

Q is false;

then P ⇒ Q is … (true/false) .

[truth table]

A

P is false;

Q is false;

then P ⇒ Q is true .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

symbol “⇔” name and meaning [notation]

A

“⇔” is called the double implication symbol;
means “if and only if”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

four statements equivalent to “PQ” [notation]

A

PQ” can also be written…

(i) P if and only if Q .
(ii) (PQ) and (QP) .
(iii) Either P and Q are both false, or P and Q are both true.
(iv) (P and Q) or ((not P) and (not Q)) .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

converse of P ⇒ Q [notation]

A

The converse of P ⇒ Q

is “Q ⇒ P” .

17
Q

True or false: an implication and its converse are equivalent.

(If false, correct the statement to make it true.)

[notation application]

A

False

Correction: An implication and its converse are not generally equivalent.

18
Q

contrapositive of P ⇒ Q [notation]

A

The contrapositive of P ⇒ Q

is (not P) ⇒ (not Q) .

19
Q

True or false: an implication and its contrapositive are equivalent.

(If false, correct the statement to make it true.)

[notation applicaton]

A

True

20
Q

negation of the statement “P

A

The negation of “P” is “not P”.

21
Q

” ¬P “ meaning [notation]

A

” ¬P “ means “not P” (ie negation of statement P).

22
Q

negation of “and” and “or” [notes]

A

Negation interchanges “and” and “or” according to De Morgan’s laws.

23
Q

De Morgan’s laws [notes]

A

De Morgan’s laws:

¬(P or Q) ≡ (¬P and ¬Q)

¬(P and Q) ≡ (¬P or ¬Q)

24
Q

“P ⇒ Q” in negation notation [notation]

A

P ⇒ Q

is equivalent to

¬P or Q .

25
Q

negation of P ⇒ Q [notation application]

A

The negation of

¬(P ⇒ Q)

is

(P and ¬Q) .

26
Q

algorithm for negating a quanifying statement [steps]

A

To negate a quantifying statement…

(1) Maintain the order of the quantified segments.
(2) Change every (∀…) segment into a (∃… such that) segment.
(3) Change each (∃… such that) segment into a (∀…) segment.
(4) Negate the final statement (ex: change = to ≠ , > to < , etc).