Chapter 1 - The Foundations: Logic and Proofs Flashcards

1
Q

proposition

A

a statement that is true or false

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

propositional variable

A

a variable that represents a proposition

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

truth value

A

true or false

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

¬ p (negation of p)

A

th proposition with truth value opposite to the truth value of p

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

logical operators

A

operators used to combine propositions

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

compound propositions

A

a proposition constructed by combining propositions using logical operators

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

truth table

A

a table displaying all possible truth cakes of propositions

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

p ⋎ q (disjunction of p and q)

A

the proposition “p or q,” which is true if and only if at least one of p and q is true

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

p ⋏ q (conjunction of p and q)

A

the proposition “p and q,” which is true if and only of both p and q are true

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

p ⊕ q (exclusive or of p and q)

A

the proposition “p XOR q,” which is true when exactly one of p and q is true

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

p → q (p implies q)

A

the proposition “if p, then q,” which is false if and only of p is true and q is false

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

converse of p → q

A

the conditional statement q → p

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

contrapositive of p → q

A

the conditional statement ¬q → ¬p

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

inverse of p → q

A

the conditional statement ¬p → ¬q

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

p ⇄ q (biconditional)

A

the proposition “p if and only if q,” which is true if and only if p and q have the same truth value

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

bit

A

either a 0 or 1

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

Boolean variable

A

a variavle that has a value of 0 or 1

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

bit operation

A

an operation on a bit or bits

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

bit string

A

a list of bits

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

bitwise operations

A

operations on bit strings that operate on each bit in one strong and the corresponding bit in the other string

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

logic gate

A

a logic element that performs a logical operation on one or more bits to produce an output bit

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

logic circuit

A

a switching circuit made up of logic gates that produces one or more output bits

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

tautology

A

a compound proposition that is always true

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

contradiction

A

a compound proposition that is always false

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

contingency

A

a compound proposition that is sometimes true and sometimes false

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

consistent compound propositions

A

compound propositions for which there is an assignment of truth values to the variables that makes all these propositions true

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

satisfiable compound proposition

A

a compound proposition for which there is an assignment of truth values to its variables that makes all these propositions true

28
Q

logically equivalent compound propositions

A

compound propositions that always have the same truth values

29
Q

predicate

A

part of a sentence that attributes a property to the subject

30
Q

propositional function

A

a statement containing one or more variables that becomes a proposition when each of its variables is assignrd a value or is bound by a quantifier

31
Q

domain (or universe) of discourse

A

the values a variable in a propositional function may take

32
Q

∃xP(x) (existential quantification of P(x))

A

the proposition that is true if and only if there exists an x in the domain such that P(x) is true

33
Q

∀xP(x) (universal quantification of P(x))

A

the proposition that is true if and only if P(x) is true for every x in the domain

34
Q

logically equivalent expressions

A

expressions that have the same truth value no matter which propositional functions and domains are used

35
Q

free variable

A

a variable not bound in a propositional function

36
Q

bound variable

A

a variable that is quantified

37
Q

scope of a quantifier

A

portion of a statement where the quantifier binds its variable

38
Q

argument

A

a sequence of statements

39
Q

argument form

A

a sequence of compound propositions involving propositional variables

40
Q

premise

A

a statement, in an argument, or argument form, other than the final one

41
Q

conclusion

A

the final statement in an argument or argument form

42
Q

valid argument form

A

a sequence of compound propositions involving propositional variables where the truth of all the premises implies the truth of the conclusion

43
Q

valid argument

A

an argument with a valid argument form

44
Q

rule of inference

A

a valid argument form that can be used in the demonstration that arguments are valid

45
Q

fallacy

A

an invalid argument form often used incorrectly as a rule of inference (or sometimes, more generally, an incorrect argument)

46
Q

circular reasoning or begging the question

A

reasoning where one or more steps are based on the truth of the statement being proved

47
Q

theorem

A

a mathematical assertion that can be shown to be true

48
Q

conjecture

A

a mathematical assertion proposed to be true, but that has not been proven

49
Q

proof

A

a demonstration that a theorem is true

50
Q

axiom

A

a statement that is assumed to be true and that can be used as a basis for proving theorems

51
Q

lemma

A

a theorem used to prove other theorems

52
Q

corollary

A

a proposition that can be proved as a consequence of a theorem that has just been proved

53
Q

vacuous proof

A

a proof that p → q is true based on the fact that p is false

54
Q

trivial proof

A

a proof that p → q is true based on the fact that q is true

55
Q

direct proof

A

a proof that p → q is true that proceeds by showing that q must be true when p is true

56
Q

proof by contraposition

A

a proof that p → q is true that proceeds by showing that p must be false when q is false

57
Q

proof by contradiction

A

a proof that p is true based on the truth of the conditional statement ¬p → ¬q, where q is a contradiction

58
Q

exhaustive proof

A

a proof that establishes a result by checking a list of all possible cases

59
Q

proof by cases

A

a proof broken into separate cases. where these cases cover all possibilities

60
Q

without loss of generality

A

an assumption in a proof that makes it possible to prove a theorem by reducing the number of cases to consider in the proof

61
Q

counterexample

A

an element x such that P(x) is false

62
Q

constructive existence proof

A

a proof that an element with a specified property exists that explicitly finds such an element

63
Q

nonconstructive existence proof

A

a proof that an element with a specified property exists that does not explicitly find such an element

64
Q

rational number

A

a number that can be expressed as the ratio of two integers p and q such that q ≠ 0

65
Q

uniqueness proof

A

a proof that there is exactly one element satisfying a specific property