1.2 Truth Tables Flashcards

1
Q

What is a truth table and why is it important?

A

A truth table is a table that contains all the truth possibilities for a logic statement.

A truth table is important because it can easily show if an argument is valid - i.e. if all the premises are true, then the conclusion has to be true.

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

What is the inclusive or and what is the exclusive or?

A

The inclusive or includes both statements being true.

The exclusive or is only true when only a single argument is true, not both.

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

How can we make truth tables more compact and what is the main connective of the formula?

A

You can make a formula more compact by listing the truth values below the corresponding connective symbol in the original formula.

The main connective is the last logic symbol that needs to be evaluated in a formula to get the final truth value.

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

What is an equivalent formula and why is it useful?

A

Two or more formulas are equivalent if they always have the same truth value, not matter what statements the letters in them stand for and no matter the truth values of those statements.

They are useful because they can simplify complex statements to increase intuition/understanding of a complex statement.

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

What are DeMorgan’s Laws?

A

~(P ^ Q) = ~P v ~Q

~(P v Q) = ~P ^ ~Q

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

What are Commutative laws?

A

P ^ Q = Q ^ P

P v Q = Q v P

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

What are Associative Laws?

A
P ^ ( Q ^ R) = (P ^ Q) ^ R
P v ( Q v R) = (P v Q) v R
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Idempotent Laws?

A

P ^ P = P

P v P = P

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

What are Distributive Laws?

A
P ^ (Q v R) = (P ^ Q) v (P ^ R)
P v (Q ^ R) = (P v Q) ^ (P v R)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are Absorption Laws?

A
P v (P ^ Q) = P
P ^ (P v Q) = P
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Double Negation Law?

A

~~P = P

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

What is a tautology?

P ^ a tautology is equivalent to ?

P v a tautology is equivalent to ?

~(a tautology) is a ?

A

A tautology is a formula that is always true

P ^ a tautology is equivalent to P.

P v a tautology is a tautology.

~(a tautology) is a contradiction.

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

What is a contradiction?

P ^ a contradiction is equivalent to ?

P v a contradiction is equivalent to ?

~(a contradiction ) is a ?

A

A contradiction is a formula that is always false.

P ^ a contradiction is a contradiction.

P v a contradiction is equivalent to P.

~(a contradiction ) is a tautology.

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