Presentation is loading. Please wait.

Presentation is loading. Please wait.

Truth Trees.

Similar presentations


Presentation on theme: "Truth Trees."— 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! But indirect truth table only work effectively for rigged examples We need something better: i.e. Truth Trees!

3 Truth Tree Tests Improved version of Short-Cut Truth Tables
We assign truth values to whole sentences (here, by putting them on a branch of the tree) And work to smaller parts to see if we can get a coherent truth value assignment that makes them have those truth values: this ‘grows’ the tree. Consistency: we assign true to each sentence. Validity: we assign true to the premises and the negation of the conclusion. Note: this is an indirect proof (‘reducio’, ‘proof by contradiction’) method!

4 Short-Cut Truth Tables and Truth Trees
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 in to their parts. 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… \\

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

6 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.

7 Short-Cut Truth Tables: Consistency
A  B / B  (C  A) / C   B /  A F T T F 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!

8 Short-Cut Truth Tables: Consistency
A  B / B  (C  A) / C   B /  A F T T T T F 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.

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

10 Short-Cut Truth Tables: Consistency
A  B / B  (C  A) / C   B /  A F T T T T F F F T F T T 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

11 Short-Cut Truth Tables: Consistency
A  B / B  (C  A) / C   B /  A F T T T T F F F F T F T T 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.

12 Short-Cut Truth Tables: Consistency
A  B / B  (C  A) / C   B /  A F T T T T F F F F T F T T 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!

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

14 Short-Cut Truth Tables: Consistency
A  B / B  (C  A) / C   B /  A F T T T T T T F T T F T T F 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!

15 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 both p and q being true

16 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.

17 Why? p • q is made true by both p’p and q being true
We can construct tree rules from the characteristic truth tables for the connectives in this way!

18 Tree Rules DN   p p OR p  q p q AND p • q p q
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 v q p q p • q p q Truth 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 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

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  p T F p q p • q p  q p  q p  q T F 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  p T F p q p • q p  q p  q p  q T F 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  q  p q p  q p  p q  q Truth Truth 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 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

24 Negation of Conditional and Biconditional
 (p  q) p  q  (p  q) p  p  q q Truth Truth Truth  (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  (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

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

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

27 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

28 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 sentence letters Then the tree is complete.

29 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

30 Growing a Truth Tree to Test Consistency
~ P Q 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.

31 Growing a Truth Tree to Test Consistency
~ P Q ~ P Q 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.

32 Growing a Truth Tree to Test Consistency
~ P Q ~ P Q A ‘branch’ 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.

33 Growing a Truth Tree to Test Consistency
~ P Q ~ P Q 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.

34 Growing a Truth Tree to Test Consistency
~ P Q ~ P Q 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…

35 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!

36 But what if things were different?
√ P  Q √ P • Q P Q ~ P Q X 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

37 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

38 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?

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

40 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.

41 Growing a Truth Tree to Test Validity
(P  Q)  R  R  P 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?’

42 Growing a Truth Tree to Test Validity
(P  Q)  R negation of the conclusion  R   P 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.

43 Growing a Truth Tree to Test Validity
(P  Q)  R negation of the conclusion  R   P 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!

44 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

45 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

46 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

47 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

48 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!

49 Growing a Truth Tree to Test Validity
(P  Q)  R negation of the conclusion  R   P 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.

50 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

51 Growing a Truth Tree to Test Validity
√(P  Q)  R We apply the rule for conditional to this sentence, check it, and write the result at the bottom of the tree  R √   P P  (P  Q) R Are there any problems? We check both branches to see whether either of them includes a sentence and its negation. Note: a sentence is on a branch if it occurs on a line by itself—not just as part of a longer sentence.

52 Growing a Truth Tree to Test Validity
√(P  Q)  R  R √   P P  (P  Q) R X We’ve got a problem: R and  R are on the same branch, so that branch stops growing and closes. We show that the branch is closed by putting an X at the bottom.

53 Growing a Truth Tree to Test Validity
√(P  Q)  R  R √   P P Now we apply the negation of a disjunction rule to this sentence √ (P  Q) R P Q X The tree is now finished growing because each sentence to which a rule could be applied has been checked—showing that the appropriate rule has been applied to it. Is there a problem?

54 Growing a Truth Tree to Test Validity
√(P  Q)  R  R √   P P √ (P  Q) R P Q X X Yes! The remaining branch includes P and  P so it closes, and we show that by putting an X at the bottom of the branch. The tree is now complete and it is closed—so the argument is valid!

55 What would an invalid argument look like?
√(P • Q)  R  R √   P P √ (P • Q) R P Q X This tree has finished growing but is open so the argument is invalid. We can also determine some more things about this argument by ‘reading’ its truth tree…

56 What’s the conclusion? √(P • Q)  R  R √   P P √ (P • Q) R P Q X
Reading from top down, we look for the last sentence that wasn’t the result of applying a tree rule. That sentence is the negation of the conclusion, viz. ‘  P’ So the conclusion of this argument is  P

57 Are the initial sentences consistent or inconsistent?
√(P • Q)  R  R √   P P √ (P • Q) R P Q X The initial sentences (the premises + negation of the conclusion of the argument) are consistent. The open path represents a truth value assignment that makes all the initial sentences true.

58 What truth value assignment makes all initial sentences true?
√(P • Q)  R  R √   P P √ (P • Q) R P Q X If a sentence letter appears on an open path, that truth value assignment assigns TRUE to that sentence letter. If the negation of a sentence letter appears, it assigns FALSE to that sentence letter

59 What truth value assignment makes all initial sentences true?
√(P • Q)  R  R √   P P √ (P • Q) R P Q X So, the truth value assignment that makes all initial sentences true is… P – TRUE; Q – TRUE; R – FALSE

60 The initial sentences are consistent
( P Q ) R / P T F

61 So the argument is invalid
( P Q ) R / // P T F

62 So we’ve saved ourselves lots of work…
And can go home and relax!


Download ppt "Truth Trees."

Similar presentations


Ads by Google