Chapter 2-logic Flashcards

1
Q

conjecture

A

educated guess

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

counter example

A

that proves a statement wrong

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

conditional statements

A

if, then, statement

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

which part is the hypothesis of a statement

A

the part after if

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

which part is the conclusion of a statement

A

the part after then

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

what does p->q mean

A

if p then q

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

what does p<->q mean

A

p happens if and only if q happens

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

what does this mean /\

A

and

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

what does this mean \/

A

or

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

converse

A

switch hypothesis and conclusion

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

inverse

A

add “not” to both the hypothesis and conclusion

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

contrapositive/CP

A

switch and add not

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

what do venn diagrams do

A

show relationships between sets of data. can represent conditionals, drawn as a circle

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

law of detachment

A

p->q is true and p is given, then q is true. 1 single if, then statement

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

law of syllogism

A

p->q and q->r true conditionals, then p->r is true. 2 if-then statements

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