[DM] Lecture 1 Flashcards

1
Q

The study of mathematical structures that are fundamentally discrete rather than continuous.

A

Discrete Math

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

Those which are separated from (not connected to/distinct from) each other.

A

Discrete Objects

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

a declarative statement that’s either TRUE or FALSE (but not both).

A

Proposition

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

corresponds to English “and.”

A

Conjunction (∧)

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

corresponds to English “or.”

A

Disjunction (V)

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

It means either p or q, but not both

A

Exclusive-or (⊕)

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

the hypothesis (or antecedent).

A

p

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

the conclusion (or consequent).

A

q

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

corresponds to English “if p then q,” or “p implies q”, “p is sufficient for q”, “q when p”,”p only if q”, “a necessary condition for p is q”

A

Implication

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

it means “required”

A

Necessary

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

it means “enough”

A

Sufficient

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

corresponds to English “p if and only if q,”.

A

Double Implication

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

p → q and ¬q → ¬p

A

Contrapositive

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

p → q and q → p

A

Converse

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

p → q and ¬p → ¬q

A

Inverse

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

a proposition that’s always TRUE.

A

Tautology

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

a proposition that’s always FALSE.

A

Contradiction

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

The statement is true if P(x) is true for every x in D, and the statement is false if P(x) is false for at least one x in D.

A

Universally Quantified Statement

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

The statement is true if P(x) is true for at least one x in D, and the statement is false if P(x) is false for all values in D.

A

Existentially Quantified Statement

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

x in P(x) is called a ____

A

Free Variable

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

-set of two or more propositions related to each other in such a way that all but one of them (the premises) are supposed to provide support for the remaining one (the conclusion)

A

Argument

22
Q

-transition from premises to conclusion upon which the argument relies.

A

Inference

23
Q

All but final proposition in the argument

A

Premise

24
Q

final proposition

A

Conclusion

25
Q

if the truth of all of its premises implies that the conclusion is true

A

Valid

26
Q

Steps to test an argument for validity

A

1) Identify the premises and the conclusion of the argument.
2) Construct a truth table including the premises and the conclusion.
3) Find rows in which all premises are true.
4) In each row of step 3, if the conclusion is true, then the argument is valid, otherwise the argument is invalid

27
Q

the basis of the rule of inference called modus ponens , or the law of detachment.

A

(p∧(p → q))→ q

28
Q

Modus Tollens

A

(-q ∧ (p → q)) → -p

29
Q

Hypothetical Syllogism

A

((p → q) ∧ (q → r)) → (p → r)

30
Q

Disjunctive Syllogism

A

((p v q) ∧ -p) → q

31
Q

Addition

A

p → (p v q)

32
Q

Simplification

A

(p ∧ q) → p

33
Q

conjunction

A

((p) ∧ (q)) → (p ∧ q)

34
Q

Resolution

A

((p v q) ∧ (-p v r)) → (q v r)

35
Q

rule of inference used to conclude that P(c) is true, where c is a particular member of the domain, given the premise ∀xP(x)

A

Universal Instantiation

36
Q

rule of inference that states ∀xP(x) is true, given that P(c) is true for all elements c in the domain

A

Universal Generalization

37
Q

Used when ∀xP(x) is true by taking an arbitrary element c from the domain and showing that P(c) is true

A

Universal Generalization

38
Q

Rule of inference for Universal instantiation

A

∀xP(x) → P(c)

39
Q

rule that allows us to conclude that there is an element c in the domain for which P(c) is true if we know that ∃xP(x) is true

A

Existential Instantiation

40
Q

rule of inference used to conclude that ∃xP(x) is true when a particular element c with P(c) true is known

A

Existential Generalization

41
Q

Rule of inference for Universal Generalization

A

P(c) for an arbitrary c → ∀xP(x)

42
Q

Rule of inference for Existential Generalization

A

P(c) for some element c → ∃xP(x)

43
Q

Rule of inference for Existential Instantiation

A

∃xP(x) → P(c) for some element c

44
Q

consists of axioms, definitions and undefined terms

A

Mathematical System

45
Q

a proposition that has been proved to be true

A

Theorem

46
Q

theorem that is usually not too interesting in its own right but is useful in proving another theorem.

A

Lemma

47
Q

theorem that follows quickly from another theorem

A

Corollary

48
Q

an argument that establishes the truth of a theorem

A

Proof

49
Q

What are the 3 methods of proving

A

Direct Proof
Proof by Contraposition
Proof by Contradiction

50
Q

Steps in Direct Proof

A
  1. Assume p is true
  2. use axioms, definitions, theorems, etc. to prove q is also true
51
Q

Steps in Proof by Contraposition

A
  1. Make the statement -q → -p
  2. Assume -q is true
  3. use axioms, definitions, theorems, etc. to prove -p is also true
52
Q

Steps in Proof by Contradiction

A

For 1 proposition only
- assume -p is true
- find a contradiction that shows -p is false, so that p is true

For implication p → q
- Assume p and -q are true
- Find a contradiction that shows p → q or -q → -p