Chapter 8: Truth Tables Exercises (Symbolic Logic)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

51 Terms

1
New cards

truth table

a table that records every combination of truth values we can assign to the simple statements in an argument

2
New cards
  • used to test arguments

  • used to classify statements

  • used to classify pairs of statements

What are truth tables used for?

3
New cards

truth table definition for negation

knowt flashcard image
4
New cards

truth table definition for conjunction

knowt flashcard image
5
New cards

truth table definition for disjunction

knowt flashcard image
6
New cards

truth table definition for conditional

knowt flashcard image
7
New cards

truth table definition for biconditional

knowt flashcard image
8
New cards

The truth value of the main operator of any compound statement is determined (can be computed) by the truth values assigned to the simple statements in it

What does it mean to say that the truth value of any compound statement is a function of the truth values assigned to its simple components?

9
New cards

true

  • disjunctive statements are true when at least one disjunct is true

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

B ∨ Z

10
New cards

undetermined

  • can only determine true if both conjuncts are true

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

A ● X

11
New cards

false

  • because true antecedent and false consequent

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

A ⊃ (B ● C)

12
New cards

true

  • because at least one disjunct is true

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

A ∨ [Z ⊃ (B ⊃ ∼C)]

13
New cards

false

  • idk why tbh

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

B ≡ (D ∨ ∼A)

14
New cards

true

  • because consequent is true

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

[X ∨ (∼A ≡ D)] ⊃ B

15
New cards

false

  • because the tilde negates the true statement

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

∼[B ● ∼(C ∨ D)]

16
New cards

false

  • because there will be different truth values regardless

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

Z ≡∼Z

17
New cards

true

  • because both conjuncts are true

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

B ● (D ⊃ A)

18
New cards

true

  • if a statement is true, then every other statement implies it

Assume that A and B are true, that C and D are false, and that X and Z have unknown truth values.

Indicate whether the given statement is true, false, or has an undetermined truth value:

X ⊃ (A ⊃ X)

19
New cards
  1. Count the number of different letters (let that = n)

  2. Compute 2n = total number of lines in truth table

  3. Divide total number of lines in half; start with the leftmost letter and fill in that many trues and falses alternating to the bottom everywhere this letter appears

  4. Divide in half again; go to the leftmost letter and fill in this number of trues and falses alternating to the bottom everywhere this letter appears

  5. Fill in the values for each operator.

  6. Check to see whether, on any line, all the premises are true and the conclusion is false.

    1. If yes, the argument is invalid.

    2. If no, the argument is valid.

How is a truth table used to determine whether an argument is valid?

20
New cards

True

  • this makes it an EFFECTIVE method

True or False:

For any argument in propositional logic, the truth table method (unlike the method of counterexample) is guaranteed to produce a definite result (valid, invalid) in a finite number of mechanical steps if used correctly.

21
New cards

Valid

  • No matter what truth values are assigned to P and Q, the argument NEVER has TRUE premises and a FALSE conclusion.

    • AKA: there is no line that has 2 T premises and a F conclusion

  • Consult Pictures on Phone for Work

Test the argument below for validity using a truth table: 

  1. P ∨ Q

  2. ∼P

  3. So, Q

22
New cards

Invalid

  • both premises are true and the conclusion is false

  • Consult Pictures on Phone for Work

Test the argument below for validity using a truth table: 

  1. P ⊃ Q

  2. ∼P

  3. So, Q

23
New cards

Valid

  • no line w/ a true premise and a false conclusion

  • Consult Pictures on Phone for Work

Test the argument below for validity using a truth table: 

  1. P ∨ (Q ● P)

  2. So, P

24
New cards

Invalid

  • both premises are true and the conclusion is false

  • Consult Pictures on Phone for Work

Test the argument below for validity using a truth table: 

  1. P ● Q

  2. Q ⊃ R

  3. So, ∼R

25
New cards

Valid

  • no line with a true premise and false conclusion

  • Consult Pictures on Phone for Work

Symbolize this argument and test it for validity using a truth table:

If Smith wins the election, then I’ll eat my hat. So, if I don’t eat my hat, then Smith didn’t win the election.

26
New cards

Valid

  • because no line with a true premise and false conclusion

  • Consult Pictures on Phone for Work

Symbolize this argument and test it for validity using a truth table:

This is gold if, and only if, its atomic number is 79. So, it’s being gold implies that its atomic number is 79, and its atomic number being 79 implies that it’s gold. 

27
New cards

tautology

a statement that is necessarily true

  • could not possibly be false

28
New cards

Every line under the main operator is true

tautology in truth table terms

29
New cards

self-contradictory statement

a statement that is necessarily false

30
New cards

Every line under the main operator is false.

self-contradictory statement in truth table terms

31
New cards

contingent statement

a statement that is neither necessarily true nor necessarily false

32
New cards

There’s at least one line under the main operator on which the main operator is true andat least one on which its false. 

truth table terms in contingent statement

33
New cards

tautology

  • because there’s a T under the main operator on every line. 

  • Consult Pictures on Phone for Work

If a statement is true, everything implies it

Use a truth table to classify this statement:

X ⊃ (A ⊃ X)

34
New cards

Contingent

  • because at least one line where the main operator is true and at least one where it’s false. 

  • Consult Pictures on Phone for Work

Use a truth table to classify this statement:

K ⊃ (K ≡ ∼L)

35
New cards

Self-Contradictory Statement

  • because every line under the main operator is false

  • Consult Pictures on Phone for Work

Use a truth table to classify this statement:

[∼B ● (B ∨ ∼A)] ● A

36
New cards

tautology

  • because every line under the main operator is true

When you negate a self-contradiction, the result must be a tautology.

Use a truth table to classify this statement:

∼(R ● ∼R)

37
New cards

The statements have the same truth value under the main operators on every line.

truth table terms of equivalent statements

38
New cards

The statements have the opposite truth value under the main operators on every line. 

truth table terms of contradictory statements

39
New cards

There is at least one line where both statements have true main operators.

truth table terms of consistent statements

40
New cards

There is no line where both statements have true main operators.

truth table terms of inconsistent statements

41
New cards

a. = A)

b. = B)

c. = C)

d. = D)

Consult Pictures on Phone for Work

Use a truth table to put each pair of statements below into one of these categories:

A) Consistent, but not logically equivalent

B) Logically Equivalent

C) Inconsistent, but not contradictory

D) Contradictory

a. C ≡ D, and ∼D ⊃ C

b. ∼(R ● S), and ∼R ∨ ∼S

c. P ≡ Q, and P ● ∼Q

d. P ∨ Q, and ∼(Q ∨ P)

42
New cards

True or False:

If an argument’s conclusion is a tauology, then the argument must be valid. 

43
New cards

True or False:

If two statements are logically consistent with one another, then each will validly entail the other. 

44
New cards

Consider the valid argument below:

  1. P ⊃ Q

  2. P

  3. So, Q

Now consider the statement:

[(P ⊃ Q) ● P] ⊃ Q]

If we were to construct a truth table to categorize this statement, what kind of statement would it be?

45
New cards

Test the argument below using an indirect truth table:

  1. P ⊃ Q

  2. Q

  3. So, P

46
New cards

Test the argument below using an indirect truth table:

  1. P ⊃ Q

  2. ∼Q ● ∼R

  3. So, ∼P

47
New cards

Test the argument below using an indirect truth table:

  1. P ∨ (Q ● P)

  2. So, P

48
New cards

equivalent

two statements that MUST have the SAME truth value

49
New cards

contradictory

two statements that MUST have OPPOSITE truth values

50
New cards

consistent

two statements that CAN be true simultaneously

51
New cards

inconsistent

two statements that CAN’T be true simultaneously