Logic Flashcards

1
Q

logic

A

the study of formal reasoning

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

proposition

A

a statement that is either true or false, typically declarative sentences

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

truth value

A

indicating whether the proposition is actually true or false

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

compound proposition

A

created by connecting individual propositions with logical operators

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

logical operation

A

combines propositions using a particular composition rule

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

conjunction

A

/\, ‘p and q’, true if both p and q are true, false if one or both are false

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

truth table

A

shows truth value of a compound proposition for every possible combination of truth values for the variables

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

conjunction english examples

A

p and h, p but h, although p, h

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

disjunction

A

\/, ‘p or q’ ‘p \/ q’ true if either p or q or both are true, false if both are false

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

exclusive or (circle w/ plus)

A

evaluates to true when p is true and q is false, or vise versa

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

inclusive or

A

operates the same as disjunction

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

negation

A

reverses the truth value of the proposition

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

order of operations w/o parentheses

A
  1. negation, 2. conjunction, 3. disjunction, 4. exclusive or, 5. conditional operation, 6. biconditional operation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

how many rows will be in a truth table?

A

n variables = 2^n rows

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

conditional operation

A

->, reads if p then q, false if p is true and q is false, otherwise, true

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

p -> q, what is proposition p called?

A

hypothesis

17
Q

p -> q, what is proposition q called?

A

conclusion

18
Q

conditional operation english expressions

A

if p, then q; if p, q; q if p; p implies q

19
Q

converse of p -> q

20
Q

contrapositive of p -> q

A

negation(q) -> negation(p)

21
Q

inverse of p -> q

A

negation(p) -> negation(q)

22
Q

biconditional operation

A

p q, true when p and q have the same truth values and false when they do not

23
Q

biconditional operation english expressions

A

p if and only if q, p is necessary and sufficient for q

24
Q

iff

A

if and only if

25
tautology
when compound proposition is always true
26
contradiction
when compound proposition is always false
27
showing that compound proposition is tautology
show set of truth values for its individual propositions that cause the compound to be true
28
showing that compound proposition is contradiction
show set of truth values for its individual propositions that cause the compound to be false
29
logical equivalence
if they have the same truth value regardless of the truth values of their individual propositions (three lines)
30
de morgan's law
negation(p \/ q) l.e negation(p) /\ negation(q)