1 / 62

Truth Trees

Truth Trees. The Problem with Truth Tables. The problem with standard truth tables is that they grow exponentially as the number of sentence letters grows, so… Most of our work is wasted because most of the Ts and Fs we plug in don ’ t show anything!

axel
Download Presentation

Truth Trees

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Truth Trees

  2. The Problem with Truth Tables • The problem with standard truth tables is that they grow exponentially as the number of sentence letters grows, so… • Most of our work is wasted because most of the Ts and Fs we plug in don’t show anything! • Testing for consistency, for example, only the presence or absence of an all T row is relevant! • But indirect truth table only work effectively for rigged examples • We need something better: i.e. Truth Trees!

  3. Short-Cut Truth Tables and Truth Trees • Truth trees are an improved version of the short-cut truth table method for determining consistency and validity • Both methods assign truth values to whole sentences and then figure out what truth values of their components produce the assigned truth value—we are, in effect, “decomposing” the sentences • Both methods test to see whether it is possible to produce a correct truth value assignment to the sentence letters that gets the assigned truth value for the whole sentences • Recall the short cut truth table test for consistency… • \\

  4. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T T T Write the sentences on one line with slashes between them Assign true to each sentence by writing ‘T’ under its main connective

  5. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T T T F Since  A is true, A must be false so this truth value is “forced” on A Assign “forced” truth values. We start with the last sentence because assigning true to the other sentences doesn’t “force” truth values on their parts.

  6. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A F F T T T T F Now that we’ve assigned a truth value to A, other truth values are forced by that: All the other A’s must be false too!

  7. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T F T F T T T T F This forces more truth values: Since A is false, to make the first sentence true we have to assign true to B—which makes all the B’s true.

  8. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T F T F T T T F T F Since B is true,  B must be false—so yet another truth value is forced

  9. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T F T F F T T T F T F F Since  B is false, C must be false in order to make the conditional, C   B, true--so we have another forced truth value: all C’s have to be false

  10. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T F T F F T T T F T F F F Now we can complete the truth value assignment—and there’s only one way to do it: by assigning false to C  A, since both of its parts are false.

  11. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T F T F F T T T F T F F F But this isn’t a possible truth value assignment because it says that the conditional,B  (C  A), is true even though its antecedent is true and its consequent false. And there’s no way to avoid this since all truth values were forced!

  12. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T F T F F T T T F T F F F This shows that there’s no truth value assignment that makes all sentences true Therefore that this set of sentences is inconsistent.

  13. Short-Cut Truth Tables: Consistency A  B / B  (C  A) / C   B /  A T T F T F T T T T F T F T T Note: if you assigned truth values in a different order the problem will pop up in a different place (see Hurley p. 40)—but it will pop up somewhere, like a lump under the carpet!

  14. Truth Trees • In doing a truth tree we start in the same way: by assigning truth values to whole sentences and then working backward until we’ve assigned truth values to all sentence letters. • We do this by “growing” a tree-structure according to tree rules which “decompose” sentences into their constituent sentence letters. • The tree rules represent the ways in which the sentence forms to which they apply are made true—so, e.g. p  q is made true by either p’s being true or q’s being true  (p  q) is made true by  p being true and  q being true

  15. Why? • p  q is made true by either p’s being true or q’s being true • In both cases where p is true, p v q is true. • In both cases where q is true, p v q is true.

  16. Why? •  (p  q) is made true by  p’s being true and  q’s being true • That is, by both p and q being false • We can construct tree rules from the characteristic truth tables for the connectives in this way!

  17. Truth trees are upside down To represent the truth value assignment that makes a sentence true we want to show truth flowing up the tree—like sap from the roots Except in this case truth flows upward from the branches! T T T

  18. Tree Rules DN   p p • The rule for Double Negation is: rewrite, erasing two ’s • Sentences that are basically OR’s are represented as branching structures • Sentences that are basically AND’s are represented by non-branching structures. • We understand conditionals and biconditionals as basically OR’s and AND’s OR p  q p q AND p • q p q

  19. Conjunction and Disjunction p • qpq p v q p q To make p v q true, all we need is truth flowing through one of its parts So we represent disjunction by a branching rule Truth Truth • To make p • q true, Truth has to flow through both p and q • So we represent conjunction by a non-branching rule Truth

  20. Conditional and Biconditional • Conditional and biconditional are actually “extras” in our language: we can say everything they say just in terms of conjunction, disjunction and negation. • p  q is equivalent to either  p OR q so we formulate the tree rule for conditional as a branching OR rule • p  q is equivalent to either (p AND q) OR ( p AND  q) so we formulate the tree rule for biconditional as a branching OR rule with ANDs on both branches. • To see why this is so, consider the truth tables for conditional and for biconditional

  21. Truth Tables for the Connectives • p q is true if either p is false or q is true so it’s logically equivalent to  p v q • You can prove this by testing the two sentences for equivalence!

  22. Truth Tables for the Connectives • p q is true if either both p and q are true or both p and q are false. • So it’s equivalent to (p • q) v ( p •  q) • Note: we’re helping ourselves to the idea that saying p is false is the same thing as saying  p—which is ok given the truth table for 

  23. Conditional and Biconditional p  qp  pq  q p  q  p q p  q says either p • q or p •  q so it’s a branching rule with conjunctions on both branches Truth has to either flow through both p and q or through both  p and  q Truth Truth • To make p  q true, Truth has to flow through either  p or q •  p says p is false so this says what makes p  q is p being false or q being true Truth Truth

  24. Negation of Conditional and Biconditional  (p  q) p  p q q  (p  q)p q  (p  q) says that p and q have opposite truth value Truth has to either flow through p and  q or through  p and q •  (p  q) says p  q is false • What makes a conditional false is true antecedent, false consequent • So we represent this as a conjunction of p and  q Truth Truth Truth

  25. Negation of Disjunction and Conjunction  (p v q) p q  (p • q)  p  q  (p • q) is equivalent to p v  q by DeMorgan’s Law So we represent  (p • q) by this branching rule Truth Truth •  (p v q) is equivalent to p •  q by DeMorgan’s Law • So we represent  (p  q) by this non-branching rule Truth

  26. Double Negation  pp • The double negation rule is obvious! • p is equivalent to  p so, a fortiori, p makes  p true. Truth

  27. How to Grow a Truth Tree • We use the rules to grow the tree downward. • We apply the tree rules to each sentence successively to “decompose” it into simpler sentences that make it true… • …and we decompose those sentences into even simpler sentences… • …until we get down to sentences that can’t be decomposed any further, that is • Sentence letters and negations of sentenceletters • Then the tree is complete.

  28. Growing a Truth Tree to Test Consistency P  Q  P • Q Q • Write the sentences to be tested in a vertical column: these are the initial sentences • We’re looking for a truth value assignment that will make all of them true (if there is one) • So we start by considering truth value assignments that make each of them true individually • And see if we can put them together

  29. Growing a Truth Tree to Test Consistency • Apply tree rules to each sentence to which they apply, checking sentences when they’ve had rules applied to them • We start with non-branching rules to keep the tree from getting too big. √ ~ P Q

  30. Growing a Truth Tree to Test Consistency √ • Now we apply the rule for conditional to P  Q writing the result at the bottom the tree • The tree stops growing because no further rules can be applied. √ ~ P Q ~ P Q

  31. Growing a Truth Tree to Test Consistency √ • A “branch” or “path” is the result of tracing from each sentence at the bottom of the tree all the way up to the top • There are 2 (overlapping) branches on this tree: the initial sentences are on both branches. √ ~ P Q ~ P Q

  32. Growing a Truth Tree to Test Consistency √ • Each branch wants to represent a truth value assignment to the initial sentences which we can read off as follows: • If a sentence letter occurs on a branch, TRUE is assigned to that sentence letter; if the negation of a sentence letter occurs, FALSE is assigned to that sentence letter. √ ~ P Q ~ P Q

  33. Growing a Truth Tree to Test Consistency √ • On this tree, both branches assign FALSE to P and TRUE to Q • So each branch represents the same truth value assignment, viz. • The truth value assignment represented by the row of the truth table in which all sentences got true, remember… √ ~ P Q ~ P Q

  34. Testing Sets of Sentences for Consistency P  Q /  P • Q / Q T T T F T F T T T F F F T F F F P is FALSE;Q is TRUE F T T T F T T T F T F T F F F F Consistent or inconsistent?Consistent We constructed this row of the truth table on the truth tree without wasting time doing the other rows that didn’t matter!

  35. But what if things were different? • The left branch doesn’t represent a truth value assignment because it assigns both TRUE and FALSE to P! • So we say that branch is “closed” and indicate that by putting an X at the bottom √ P  Q √ P • Q P Q ~ P Q X

  36. Open and Closed Trees • A completed tree is open if it has at least one open branch. • A completed tree is closed if it has no open branches, i.e. if all of its branches are closed. • Consistency only requires the some (i.e. at least one) truth value assignment make all the sentences true so • If the tree is open, then the initial sentences are consistent • If the tree is closed, then the initial sentences are inconsistent

  37. Summing up so far • So now we can do two things: • We can determine whether a set of sentences is consistent or inconsistent • Open tree – consistent • Closed tree – inconsistent • And if the sentences are consistent we can determine which truth value assignment(s) makes them all true by reading the the open branch(es) • But what if a set of sentences is inconsistent?

  38. But what if things were different? • This tree is closed so the initial sentences are inconsistent. • There is no truth value assignment that makes all initial sentences true. InitialSentences √ P  Q P ~Q ~ P Q X X

  39. So what should I be able to do? • Know the tree rules and how how they are derived • Be able to invent a tree rule for a symbol if given its characteristic truth table • Grow a truth tree • Determine what a completed truth tree tells you about the consistency or inconsistency of initial sentences • If the initial sentences are consistent, determine which truth value assignment makes them all true • Given a completed tree, determine what its initial sentences are.

  40. Growing a Truth Tree to Test Validity (P Q)  R • Write out the argument vertically, premises first and then conclusion • The truth tree test for validity is an indirect proof method (aka reductio, proof by contradiction): we want to show that it’s not possible for all the premises to be true and the conclusion false. • So we ask: “What if the premises were true and the conclusion were false?”  R  P

  41. Growing a Truth Tree to Test Validity (P Q)  R • To ask that question, we negate the conclusion, grow a tree, and see what happens. • When we test an argument for validity, we call the premises + the negation of the conclusion, the sentences above, the initial sentences. • We then test these initial sentences for consistency by growing a truth tree from them.  R negation of the conclusion   P

  42. Growing a Truth Tree to Test Validity (P Q)  R • We know that: • If the premises + negation of conclusion are consistent the argument is invalid. • If the premises + negation of conclusion are inconsistent the argument is valid. • So by testing these sentences for consistency, we can determine whether the argument is valid or invalid!  R negation of the conclusion   P

  43. How does this show validity or invalidity? P1 / P2 / . . . Pn / ~ C T T T T When we say that the premises + the negation of the conclusion are consistent we’re saying that there’s a truth value assignment (row of truth table) in which all these sentences are true. Please run this by me again

  44. How does this show validity or invalidity? P1 / P2 / . . . Pn // ~C T T T T F If there’s a row in which all the premises and the negation of the conclusion are true then in that very row all the premises are true and the conclusion itself is false. So the argument is invalid! Please run this by me again

  45. How does this show validity or invalidity? P1 / P2 / . . . Pn / ~ C T T T T Inconsistent: there’s no row like this Now suppose that the premises + the negation of the conclusion are inconsistent. This means that there’s no row in which the premises and the negation of the conclusion are all true. Please run this by me again

  46. How does this show validity or invalidity? P1 / P2 / . . . Pn // ~C T T T T F Valid: there’s no row like this So there’s no row in which all the premises are true and the conclusion itself is false. So the argument is valid! Please run this by me again

  47. Summing Up: Testing for Validity • Using the tree method, we test for validity by testing the initial sentences—premises + negation of conclusion for consistency. • If the initial sentences are consistent the argument is invalid. • If the initial sentences are inconsistent the argument is valid. • So now let’s try it!

  48. Growing a Truth Tree to Test Validity (P Q)  R • We’re going to test these initial sentences for consistency. • If the tree closes, they’re inconsistent, so the argument is valid. • If the tree is open, they’re consistent, so the argument is invalid.  R negation of the conclusion   P

  49. Growing a Truth Tree to Test Validity (P Q)  R We apply the double negation rule to this sentence, check it, and write the result at the bottom of the tree  R √   P P

More Related