Exam #1 Flashcards

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
Q

Identity

A

P∧t≡P
P∨c≡P

26
Q

Negation

A

P∨¬P≡t
P∧¬P≡c

27
Q

Double
Negation

A

¬(¬P)≡P

28
Q

Idempotence

A

P∧P≡P
P∨P≡P

29
Q

Universal bound

A

P∨t≡t
P∧c≡c

30
Q

Negations of t and c

A

¬t≡c
¬c≡t

31
Q

Implication

A

P → Q ≡ ¬P ∨ Q

32
Q

Negation of a
conditional

A

¬(P→ Q) ≡ P ∧ ¬Q

33
Q

Contrapositive

A

P → Q ≡ ¬Q → ¬P

34
Q

Biconditional statement

A

P ↔ Q ≡ (P → Q) ∧ (Q → P)

35
Q

Set

A

a well-defined collection of objects that can be thought of
as a single entity itself

36
Q

Element

A

one of the objects in a set

37
Q

Subset

A

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
Q

Set Equity

A

Two sets are equal if and only if they have exactly the same
elements.

39
Q

Variable

A

A variable is a symbol representing an
unspecified object that can be chosen from a given set U

40
Q

Universal set for the variable

A

It is
the set of specified objects from which objects may be
chosen to substitute for the variable.

41
Q

Constant

A

A constant is a specific member of the universal set

42
Q

open sentence (or predicate)

A

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
Q

Truth Sets

A

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
Q

The Universal quantifier

A


(for all, for every, for each, given any, …)

45
Q

The Existential quantifier:

A


(there exists, there is a, there is at least one, for some, for at
least one, ···)

46
Q

Negating Universal Statement

A

¬((∀x∈U) (P(x)))≡(∃x∈U)¬(P(x))

47
Q

The negation of (∀x ∈U)(P(x) →Q(x))

A

(∃x ∈ U) ¬(P(x) → Q(x))