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
contingency
a compound proposition that is sometimes true and sometimes false
26
consistent compound propositions
compound propositions for which there is an assignment of truth values to the variables that makes all these propositions true
27
satisfiable compound proposition
a compound proposition for which there is an assignment of truth values to its variables that makes all these propositions true
28
logically equivalent compound propositions
compound propositions that always have the same truth values
29
predicate
part of a sentence that attributes a property to the subject
30
propositional function
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
domain (or universe) of discourse
the values a variable in a propositional function may take
32
∃xP(x) (existential quantification of P(x))
the proposition that is true if and only if there exists an x in the domain such that P(x) is true
33
∀xP(x) (universal quantification of P(x))
the proposition that is true if and only if P(x) is true for every x in the domain
34
logically equivalent expressions
expressions that have the same truth value no matter which propositional functions and domains are used
35
free variable
a variable not bound in a propositional function
36
bound variable
a variable that is quantified
37
scope of a quantifier
portion of a statement where the quantifier binds its variable
38
argument
a sequence of statements
39
argument form
a sequence of compound propositions involving propositional variables
40
premise
a statement, in an argument, or argument form, other than the final one
41
conclusion
the final statement in an argument or argument form
42
valid argument form
a sequence of compound propositions involving propositional variables where the truth of all the premises implies the truth of the conclusion
43
valid argument
an argument with a valid argument form
44
rule of inference
a valid argument form that can be used in the demonstration that arguments are valid
45
fallacy
an invalid argument form often used incorrectly as a rule of inference (or sometimes, more generally, an incorrect argument)
46
circular reasoning or begging the question
reasoning where one or more steps are based on the truth of the statement being proved
47
theorem
a mathematical assertion that can be shown to be true
48
conjecture
a mathematical assertion proposed to be true, but that has not been proven
49
proof
a demonstration that a theorem is true
50
axiom
a statement that is assumed to be true and that can be used as a basis for proving theorems
51
lemma
a theorem used to prove other theorems
52
corollary
a proposition that can be proved as a consequence of a theorem that has just been proved
53
vacuous proof
a proof that p → q is true based on the fact that p is false
54
trivial proof
a proof that p → q is true based on the fact that q is true
55
direct proof
a proof that p → q is true that proceeds by showing that q must be true when p is true
56
proof by contraposition
a proof that p → q is true that proceeds by showing that p must be false when q is false
57
proof by contradiction
a proof that p is true based on the truth of the conditional statement ¬p → ¬q, where q is a contradiction
58
exhaustive proof
a proof that establishes a result by checking a list of all possible cases
59
proof by cases
a proof broken into separate cases. where these cases cover all possibilities
60
without loss of generality
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
counterexample
an element x such that P(x) is false
62
constructive existence proof
a proof that an element with a specified property exists that explicitly finds such an element
63
nonconstructive existence proof
a proof that an element with a specified property exists that does not explicitly find such an element
64
rational number
a number that can be expressed as the ratio of two integers p and q such that q ≠ 0
65
uniqueness proof
a proof that there is exactly one element satisfying a specific property