truth tables & truth trees

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

1/27

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.

28 Terms

1
New cards

truth table: A & B

A | B | A & B

T | T |    T

T | F |    F

T | T |    F

F | F |    F

2
New cards

truth table: A ∨ B

A | B | A ∨ B

T | T |    T

T | F |    T

F | T |    T

F | F |    F

3
New cards

truth table: A B

A | B | A B

T | T |    T

T | F |    F

F | T |    F

F | F |    T

4
New cards

truth table: ¬A

A | ¬A

T | F

F | T

5
New cards

truth table: A → B

A | B | A → B

T | T |    T

T | F |    F

F | T |    T

F | F |    T

6
New cards

not, necessarily, possibly, should, may

translate to ¬

7
New cards

and, both, although, though, but

translate to &

8
New cards

iff, when and only when, just in case 

translate to 

9
New cards

if… then, only if, if

translate to →

10
New cards

formula is logically contingent

iff the final column has both T & F

11
New cards

formula is a logical truth

iff final column has only T

12
New cards

formula is unsatisfiable 

iff final column has only F

13
New cards

formula is satisfiable

iff final column has at least on T

14
New cards

tautology

lotical truth

15
New cards

formulas are equivalent

iff the columns are identical (same truth value in every row)

16
New cards

argument is valid

iff in every row where every premise is T, the conclusion is also T

17
New cards

truth tree: A & B

A & B

A

B

18
New cards

truth tree: ¬¬A

¬¬A

A

19
New cards

truth tree: A ∨ B

A ∨ B

branch 1: A

branch 2: B

20
New cards

truth tree: ¬(A & B)

¬(A & B)

branch 1: ¬A

branch 2: ¬B

21
New cards

truth tree: ¬(A ∨ B)

¬(A ∨ B)

    ¬A

    ¬B

22
New cards

truth tree: A → B

A → B

branch 1: ¬A

branch 2: B

23
New cards

truth tree: ¬(A → B)

¬(A → B)

     A

   ¬B

24
New cards

truth tree: A B

A B

branch 1:

     A

     B

branch 2:

   ¬A

   ¬B

25
New cards

truth tree: ¬(A B)

¬(A B)

branch 1:

     A

    ¬B

branch 2:

    ¬A

      B

26
New cards

using truth trees to determine: logical truth

negate the given formula

ex: is (p ∨ ¬p) a logical truth?

solution:

¬(p ∨ ¬p)

    ¬p

  ¬¬p

    x

yes → (p ∨ ¬p) is a logical truth

27
New cards

using truth trees to determine: unsatisfiability

double negate the given formula

ex: is (p ∨ ¬p) unsatisfiable?

solution:

¬¬(p ∨ ¬p)

 (p ∨ ¬p)

     p

   ¬p

     x

yes → (p ∨ ¬p) is unsatisfiable

28
New cards

using truth trees to determine: equivalence

test both directions of implication