Exam #1 Flashcards

(47 cards)

1
Q

Mathematical Statement

A

a declarative sentence that is either true or false, but not both.

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

When is P→Q false?

A

The only case in which P→Q is false is if P is true, but Q is false.

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

vacuously true

A

true by default

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

Even number definition

A

An integer a is even provided that there exists an
integer n such that a = 2n

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

Odd number definition

A

An integer a is odd provided that there exists an integer k such that
a = 2k + 1

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

Negation

A

¬P

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

Conjunction

A

P ∧ Q

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

Disjunction

A

P ∨ Q

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

Conditional

A

P → Q

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

Biconditional

A

P ⇔ Q
P if and only if Q

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

P ⇔ Q is equivalent to

A

(Q→P) ∧ (P→Q)

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

tautology

A

A tautology is a compound statement S that is true for
all possible combinations of truth values of the component
statements that are part of S.

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

Contradiction

A

A contradiction is a compound statement S that is false
for all possible combinations of truth values of the component
statements that are part of S

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

Double Negation

A

¬(¬P) ≡ P

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

DeMorgan’s Laws

A

¬(P ∧ Q) ≡ ¬P ∨ ¬Q
¬(P ∨ Q) ≡ ¬P ∧ ¬Q

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

Negating Conditional Statements

A

¬(P → Q) ≡ P ∧ ¬Q

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

Is the negation of a conditional statement also a conditional statement?

A

The negation of a conditional statement is not a
conditional statement.

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

Contrapositive

A

Given a conditional statement
P→Q
the contrapositive of the statement is
¬Q → ¬P

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

Contrapositive Equivalence

A

A conditional statement is logically equivalent to its
contrapositive.

20
Q

Converse

A

The converse of a conditional statement:
P→Q is Q → P

21
Q

Converse Equivalence

A

A common mistake is to assume that a statement is logically
equivalent to its converse. This is not true.

22
Q

Commutative

A

P ∧ Q ≡ Q ∧ P
P ∨ Q ≡ Q ∨ P

23
Q

Associative

A

(P ∧ Q) ∧ R ≡ P ∧ (Q ∧ R)
(P ∨ Q) ∨ R ≡ P ∨ (Q ∨ R)

24
Q

Distributive

A

P∧(Q∨R)≡(P∧Q)∨(P∧R)
P∨(Q∧R)≡(P∨R)∧(P∨Q)

25
Identity
P∧t≡P P∨c≡P
26
Negation
P∨¬P≡t P∧¬P≡c
27
Double Negation
¬(¬P)≡P
28
Idempotence
P∧P≡P P∨P≡P
29
Universal bound
P∨t≡t P∧c≡c
30
Negations of t and c
¬t≡c ¬c≡t
31
Implication
P → Q ≡ ¬P ∨ Q
32
Negation of a conditional
¬(P→ Q) ≡ P ∧ ¬Q
33
Contrapositive
P → Q ≡ ¬Q → ¬P
34
Biconditional statement
P ↔ Q ≡ (P → Q) ∧ (Q → P)
35
Set
a well-defined collection of objects that can be thought of as a single entity itself
36
Element
one of the objects in a set
37
Subset
A is called a subset of B, written A ⊆ B, if and only if every element of A is also an element of B.
38
Set Equity
Two sets are equal if and only if they have exactly the same elements.
39
Variable
A variable is a symbol representing an unspecified object that can be chosen from a given set U
40
Universal set for the variable
It is the set of specified objects from which objects may be chosen to substitute for the variable.
41
Constant
A constant is a specific member of the universal set
42
open sentence (or predicate)
An open sentence (or predicate) is a sentence P(x1, x2,· · · , xn) that contains a finite number of variables and becomes a true or false statement when specific values are substituted for the variables.
43
Truth Sets
If P(x) is a predicate with one variable, the truth set of P(x) is the set of all elements in the universal set that can be substituted for x to make P(x) true
44
The Universal quantifier
∀ (for all, for every, for each, given any, ...)
45
The Existential quantifier:
∃ (there exists, there is a, there is at least one, for some, for at least one, ···)
46
Negating Universal Statement
¬((∀x∈U) (P(x)))≡(∃x∈U)¬(P(x))
47
The negation of (∀x ∈U)(P(x) →Q(x))
(∃x ∈ U) ¬(P(x) → Q(x))