Truth Trees Flashcards
what is decomposing
breaking down statements into substatements
what is possible if the truth value of a statement is known
the statement can be broken down into to sub-statements and their truth values can also be known
what is the difference between single and double branching statements
single branching statements lead from one true statement directly to the next true statement
double branching statements lead in two possible outcomes
what are the three single branching statements and their decompositions
x&y x y
~(xvy) ~x ~y
~(x→y) x ~y
what are the two double branching statements with two decomposed sub-statements
x<->y x y or ~x ~y
~(x<->y) x ~y or ~x y
what are the 3 double branching to single sub-statements statements
~(x&y) ~x ~y
xvy x y
x→y ~x y
steps for solving problems with truth trees
- set the problem to be solved as the trunk of the tree
- use the rules for the 8 basic SL statements to draw the branches
- if at least one branch is left open then one interpretation makes the statement true
if no branches are left open no single interpretation makes the statement true