Logical Structures in Natural Language: Propositional ...

85
Logical Structures in Natural Language: Propositional Logic II (Tableaux) Raffaella Bernardi Universit` a degli Studi di Trento e-mail: [email protected] Contents First Last Prev Next J

Transcript of Logical Structures in Natural Language: Propositional ...

Logical Structures in Natural Language:Propositional Logic II (Tableaux)

Raffaella BernardiUniversita degli Studi di Trento

e-mail: [email protected]

Contents First Last Prev Next J

Contents

1 What we have said last time . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 Remind: Propositional Logic: Basic Ideas . . . . . . . . . . . . . . . . . . . . 43 Remind: Language of Propositional Logic . . . . . . . . . . . . . . . . . . . . 54 Reminder: From English to Propositional Logic . . . . . . . . . . . . . . . 65 Reminder: Semantics: Intuition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 Reminder: Interpretation Function . . . . . . . . . . . . . . . . . . . . . . . . . . 87 Reminder: Truth Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 Reminder: Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 Tautologies and Contradictions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1110 Reasoning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1211 Example of argumentations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1312 Reminder: exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1513 Summary of key points. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1714 A formula: Tautology, Contradiction, Satisfiable, Falsifiable . . . . . 18

14.1 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1915 An argumentation: Validity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20

15.1 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21

Contents First Last Prev Next J

15.2 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2216 Counter-example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2317 NEW: Tableaux Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24

17.1 Tableaux: the calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2518 Heuristics and Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

18.1 Sets of formulas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2719 Formula . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2820 Done to be done and Home work . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29

Contents First Last Prev Next J

1. What we have said last time

• Logic

– Language: syntax, semantics.

– Reasoning

• Semantics

– Meaning of a sentence = Truth value

Contents First Last Prev Next J

1. What we have said last time

• Logic

– Language: syntax, semantics.

– Reasoning

• Semantics

– Meaning of a sentence = Truth value

– Compositional meaning: truth-functional connectives

Contents First Last Prev Next J

1. What we have said last time

• Logic

– Language: syntax, semantics.

– Reasoning

• Semantics

– Meaning of a sentence = Truth value

– Compositional meaning: truth-functional connectives

– Interpretation Function: FORM→ {true, false}

Contents First Last Prev Next J

1. What we have said last time

• Logic

– Language: syntax, semantics.

– Reasoning

• Semantics

– Meaning of a sentence = Truth value

– Compositional meaning: truth-functional connectives

– Interpretation Function: FORM→ {true, false}

• Reasoning: Premises |= α iff W (Premises) ⊆ W (α)

Today we look more into Propositional Logic (PL)

Contents First Last Prev Next J

2. Remind: Propositional Logic: Basic Ideas

Statements:

The elementary building blocks of propositional logic are atomic statements thatcannot be decomposed any further: propositions.

Contents First Last Prev Next J

2. Remind: Propositional Logic: Basic Ideas

Statements:

The elementary building blocks of propositional logic are atomic statements thatcannot be decomposed any further: propositions.

E.g.,

• “The box is red”

• “The proof of the pudding is in the eating”

• “It is raining”

Contents First Last Prev Next J

2. Remind: Propositional Logic: Basic Ideas

Statements:

The elementary building blocks of propositional logic are atomic statements thatcannot be decomposed any further: propositions.

E.g.,

• “The box is red”

• “The proof of the pudding is in the eating”

• “It is raining”

and logical connectives “and”, “or”, “not”, by which we can build propositionalformulas.

Contents First Last Prev Next J

3. Remind: Language of Propositional Logic

Alphabet The alphabet of PL consists of:

• A countable set of propositional symbols: p, q, r, . . .

• The logical connectives : ¬ (NOT), ∧ (AND), ∨ (OR), → (implication), ↔(double implication).

• Parenthesis: (,) (they are used to disambiguate the language)

Contents First Last Prev Next J

3. Remind: Language of Propositional Logic

Alphabet The alphabet of PL consists of:

• A countable set of propositional symbols: p, q, r, . . .

• The logical connectives : ¬ (NOT), ∧ (AND), ∨ (OR), → (implication), ↔(double implication).

• Parenthesis: (,) (they are used to disambiguate the language)

Well formed formulas (wff) They are defined recursively

1. a propositional symbol is a wff:

2. if A is a wff then also ¬A is a wff

3. if A and B are wff then also (A ∧B), (A ∨B), (A→ B) and (A→ B) are wff

4. nothing else is a wff.

Contents First Last Prev Next J

4. Reminder: From English to Propositional Logic

Eg. If you don’t sleep then you will be tired.

Contents First Last Prev Next J

4. Reminder: From English to Propositional Logic

Eg. If you don’t sleep then you will be tired.

Keys: p = you sleep, q= you will be tired. Formula: ¬p→ q.

Contents First Last Prev Next J

4. Reminder: From English to Propositional Logic

Eg. If you don’t sleep then you will be tired.

Keys: p = you sleep, q= you will be tired. Formula: ¬p→ q.

Exercise I:

1. If it rains while the sun shines, a rainbow will appear

2. Charles comes if Elsa does and the other way around

3. If I have lost if I cannot make a move, then I have lost.

Contents First Last Prev Next J

4. Reminder: From English to Propositional Logic

Eg. If you don’t sleep then you will be tired.

Keys: p = you sleep, q= you will be tired. Formula: ¬p→ q.

Exercise I:

1. If it rains while the sun shines, a rainbow will appear

2. Charles comes if Elsa does and the other way around

3. If I have lost if I cannot make a move, then I have lost.

1. (rain ∧ sun)→ rainbow

2. elsa↔ charles

3. (¬move→ lost)→ lost

Contents First Last Prev Next J

4. Reminder: From English to Propositional Logic

Eg. If you don’t sleep then you will be tired.

Keys: p = you sleep, q= you will be tired. Formula: ¬p→ q.

Exercise I:

1. If it rains while the sun shines, a rainbow will appear

2. Charles comes if Elsa does and the other way around

3. If I have lost if I cannot make a move, then I have lost.

1. (rain ∧ sun)→ rainbow

2. elsa↔ charles

3. (¬move→ lost)→ lost

Use: http://www.earlham.edu/~peters/courses/log/transtip.htm

Contents First Last Prev Next J

5. Reminder: Semantics: Intuition

• Atomic propositions can be true T or false F.

Contents First Last Prev Next J

5. Reminder: Semantics: Intuition

• Atomic propositions can be true T or false F.

• The truth value of formulas is determined by the truth values of the atoms(truth value assignment or interpretation).

Contents First Last Prev Next J

5. Reminder: Semantics: Intuition

• Atomic propositions can be true T or false F.

• The truth value of formulas is determined by the truth values of the atoms(truth value assignment or interpretation).

Example: (a∨ b)∧ c: If a and b are false and c is true, then the formula is not true.

Contents First Last Prev Next J

5. Reminder: Semantics: Intuition

• Atomic propositions can be true T or false F.

• The truth value of formulas is determined by the truth values of the atoms(truth value assignment or interpretation).

Example: (a∨ b)∧ c: If a and b are false and c is true, then the formula is not true.

Contents First Last Prev Next J

6. Reminder: Interpretation Function

The interpretation function, denoted by I, can assign true (T) or false (F) to theatomic formulas; for the complex formula they obey the following conditions. Giventhe formulas P,Q of L:

a. I(¬P ) = T iff I(P ) = F

Contents First Last Prev Next J

6. Reminder: Interpretation Function

The interpretation function, denoted by I, can assign true (T) or false (F) to theatomic formulas; for the complex formula they obey the following conditions. Giventhe formulas P,Q of L:

a. I(¬P ) = T iff I(P ) = F

b. I(P ∧Q) = T iff I(P ) = T e I(Q) = T

Contents First Last Prev Next J

6. Reminder: Interpretation Function

The interpretation function, denoted by I, can assign true (T) or false (F) to theatomic formulas; for the complex formula they obey the following conditions. Giventhe formulas P,Q of L:

a. I(¬P ) = T iff I(P ) = F

b. I(P ∧Q) = T iff I(P ) = T e I(Q) = T

c. I(P ∨Q) = F iff I(P ) = F e I(Q) = F

Contents First Last Prev Next J

6. Reminder: Interpretation Function

The interpretation function, denoted by I, can assign true (T) or false (F) to theatomic formulas; for the complex formula they obey the following conditions. Giventhe formulas P,Q of L:

a. I(¬P ) = T iff I(P ) = F

b. I(P ∧Q) = T iff I(P ) = T e I(Q) = T

c. I(P ∨Q) = F iff I(P ) = F e I(Q) = F

d. I(P → Q) = F iff I(P ) = T e I(Q) = F

Contents First Last Prev Next J

6. Reminder: Interpretation Function

The interpretation function, denoted by I, can assign true (T) or false (F) to theatomic formulas; for the complex formula they obey the following conditions. Giventhe formulas P,Q of L:

a. I(¬P ) = T iff I(P ) = F

b. I(P ∧Q) = T iff I(P ) = T e I(Q) = T

c. I(P ∨Q) = F iff I(P ) = F e I(Q) = F

d. I(P → Q) = F iff I(P ) = T e I(Q) = F

e. I(P ↔ Q) = F iff I(P ) = I(Q)

Contents First Last Prev Next J

7. Reminder: Truth Tables

Contents First Last Prev Next J

7. Reminder: Truth Tables

φ ¬φI1 T FI2 F T

(1)

Contents First Last Prev Next J

7. Reminder: Truth Tables

φ ¬φI1 T FI2 F T

(1)

φ ψ φ ∧ ψI1 T T TI2 T F FI3 F T FI4 F F F

(1)

Contents First Last Prev Next J

7. Reminder: Truth Tables

φ ¬φI1 T FI2 F T

(1)

φ ψ φ ∧ ψI1 T T TI2 T F FI3 F T FI4 F F F

(1)

φ ψ φ ∨ ψI1 T T TI2 T F TI3 F T TI4 F F F

(1)

Contents First Last Prev Next J

7. Reminder: Truth Tables

φ ¬φI1 T FI2 F T

(1)

φ ψ φ ∧ ψI1 T T TI2 T F FI3 F T FI4 F F F

(1)

φ ψ φ ∨ ψI1 T T TI2 T F TI3 F T TI4 F F F

(1)

φ ψ φ→ ψI1 T T TI2 T F FI3 F T TI4 F F T

(1)

Contents First Last Prev Next J

8. Reminder: Model

A model consists of two pieces of information:

Contents First Last Prev Next J

8. Reminder: Model

A model consists of two pieces of information:

• which collection of atomic propositions we are talking about (domain, D),

Contents First Last Prev Next J

8. Reminder: Model

A model consists of two pieces of information:

• which collection of atomic propositions we are talking about (domain, D),

• and for each formula which is the appropriate semantic value, this is done bymeans of a function called interpretation function (I).

Contents First Last Prev Next J

8. Reminder: Model

A model consists of two pieces of information:

• which collection of atomic propositions we are talking about (domain, D),

• and for each formula which is the appropriate semantic value, this is done bymeans of a function called interpretation function (I).

Thus a model M is a pair: (D, I).

Contents First Last Prev Next J

8. Reminder: Model

A model consists of two pieces of information:

• which collection of atomic propositions we are talking about (domain, D),

• and for each formula which is the appropriate semantic value, this is done bymeans of a function called interpretation function (I).

Thus a model M is a pair: (D, I).

Contents First Last Prev Next J

9. Tautologies and Contradictions

Build the truth table of p ∧ ¬p.

Contents First Last Prev Next J

9. Tautologies and Contradictions

Build the truth table of p ∧ ¬p.It’s a contradiction: always false.

Contents First Last Prev Next J

9. Tautologies and Contradictions

Build the truth table of p ∧ ¬p.It’s a contradiction: always false.

Build the truth table of (p→ q) ∨ (q → p).

Contents First Last Prev Next J

9. Tautologies and Contradictions

Build the truth table of p ∧ ¬p.It’s a contradiction: always false.

Build the truth table of (p→ q) ∨ (q → p).

It’s a tautology : always true.

A formula P is:

• satisfiabiliy if there is at least an interpretation I such that I(P ) = True

Contents First Last Prev Next J

10. Reasoning

P1, . . . , Pn |= C

a valid deductive argumentation is such that its conclusion cannot be false whenthe premises are true.

In other words, there is no interpretation for which the conclusion is false and thepremises are true.

W (Premise), the set of interpretations for which the premises are all true, andW (C) the set of interpretations for which the conclusion is true:

W (Premises) ⊆ W (C)

The premises entail α iff α is true for all the interpretations for which all the premisesare true.

Contents First Last Prev Next J

10. Reasoning

P1, . . . , Pn |= C

a valid deductive argumentation is such that its conclusion cannot be false whenthe premises are true.

In other words, there is no interpretation for which the conclusion is false and thepremises are true.

W (Premise), the set of interpretations for which the premises are all true, andW (C) the set of interpretations for which the conclusion is true:

W (Premises) ⊆ W (C)

The premises entail α iff α is true for all the interpretations for which all the premisesare true.

Contents First Last Prev Next J

11. Example of argumentations

Today is Monday or today is Thursday P v Q

Today is not Monday not P

================= =====

Today is Thursday Q

Contents First Last Prev Next J

11. Example of argumentations

Today is Monday or today is Thursday P v Q

Today is not Monday not P

================= =====

Today is Thursday Q

If today is Thursday, then today I’ve a lecture Q --> R

Today is Thursday Q

=============== =======

Today I’ve a lecture R

Contents First Last Prev Next J

11. Example of argumentations

Today is Monday or today is Thursday P v Q

Today is not Monday not P

================= =====

Today is Thursday Q

If today is Thursday, then today I’ve a lecture Q --> R

Today is Thursday Q

=============== =======

Today I’ve a lecture R

P ∨Q,¬P |= Q Q→ R,Q |= R

Contents First Last Prev Next J

11. Example of argumentations

Today is Monday or today is Thursday P v Q

Today is not Monday not P

================= =====

Today is Thursday Q

If today is Thursday, then today I’ve a lecture Q --> R

Today is Thursday Q

=============== =======

Today I’ve a lecture R

P ∨Q,¬P |= Q Q→ R,Q |= R

Contents First Last Prev Next J

Try to build truth tables to verify: P ∨Q,¬P |= Q

P Q P ∨Q ¬P QI1 T T T F TI2 T F T F FI3 F T T T TI4 F F F T F

W (Premesse) ⊆ W (Q)

Contents First Last Prev Next J

Try to build truth tables to verify: P ∨Q,¬P |= Q

P Q P ∨Q ¬P QI1 T T T F TI2 T F T F FI3 F T T T TI4 F F F T F

W (Premesse) ⊆ W (Q)

{I3} ⊆ {I1, I3}

Contents First Last Prev Next J

12. Reminder: exercises

Build the truth tables for the following formulas and decide whether they are satis-fiable, or a tautology or a contradiction.

• (¬A→ B) ∧ (¬A ∨B)

• P → (Q ∨ ¬R)

Contents First Last Prev Next J

Build the truth tables for the following entailments and decide whether they arevalid

1. P ∨Q |= Q

2. P → Q,Q→ R |= P → R

3. P → Q,Q |= P

4. P → Q |= ¬(Q→ P )

Contents First Last Prev Next J

13. Summary of key points.

• Tomorrow bring the solutions for the exercises.

• Today key concepts

– Syntax of PL: atomic vs. complex formulas

– Semantics of PL: truth tables

– Formalization of simple arguments

– Interpretation function

– Domain

– Model

– Entailment

– Satisfiability

Contents First Last Prev Next J

14. A formula: Tautology, Contradiction, Satisfi-

able, Falsifiable

Recall, a formula P is:

Contents First Last Prev Next J

14. A formula: Tautology, Contradiction, Satisfi-

able, Falsifiable

Recall, a formula P is:

• tautology if for all the interpretations I, I(P ) = True (it’s always true)

• contradiction if for all the interpretations I, I(P ) = False (is always false)

Contents First Last Prev Next J

14. A formula: Tautology, Contradiction, Satisfi-

able, Falsifiable

Recall, a formula P is:

• tautology if for all the interpretations I, I(P ) = True (it’s always true)

• contradiction if for all the interpretations I, I(P ) = False (is always false)

A formula P is:

• satisfiabiliy if there is at least an interpretation I such that I(P ) = True

• falsifiable if there is at least an interpretation I such that I(P ) = False

A formula that is false in all interpretation is also called unsatisfiable.

Contents First Last Prev Next J

14.1. Example

P ¬P ¬P ∨ PI1 T F TI2 F T T

¬P ∨ P is a tautology.

Contents First Last Prev Next J

15. An argumentation: Validity

{P1, . . . , Pn} |= C

a valid deductive argumentation is such that its conclusion cannot be false whenthe premises are true.

In other words, there is no interpretation for which the conclusion is false and thepremises are true.

W (Premise), the set of interpretations for which the premises are all true, andW (C) the set of interpretations for which the conclusion is true:

W (Premises) ⊆ W (C)

Contents First Last Prev Next J

15.1. Example

P Q P ∨Q ¬P QI1 T T T F TI2 T F T F FI3 F T T T TI4 F F F T F

W (Premesse) ⊆ W (Q)

Contents First Last Prev Next J

15.1. Example

P Q P ∨Q ¬P QI1 T T T F TI2 T F T F FI3 F T T T TI4 F F F T F

W (Premesse) ⊆ W (Q)

{I3} ⊆ {I1, I3}

Contents First Last Prev Next J

15.2. Exercises

Check whether the following arguments are valid:

If the temperature and air pressure remained constant, there was no rain.The temperature did remain constant. Therefore, if there was rain thenthe air pressure did not remain constant.

If Paul lives in Dublin, he lives in Ireland. Paul lives in Ireland. ThereforePaul lives in Dublin.

(i) Give the keys of your formalization using PL; (ii) represent the argument formally,and (iii) Apply the truth table method to prove or disprove the validity of theargument.

Contents First Last Prev Next J

16. Counter-example

Counterexample an interpretation in which the reasoning does not hold. In otherwords, an interpretation such that the premises are true and the conclusion is false.

Exercise: together Take the previous exercise and build a counter-example if theargumentation is not valid

If the temperature and air pressure remained constant, there was no rain.The temperature did remain constant. Therefore, if there was rain thenthe air pressure did not remain constant.

If Paul lives in Dublin, he lives in Ireland. Paul lives in Ireland. ThereforePaul lives in Dublin.

Exercises: alone See printed paper (pl3)

Contents First Last Prev Next J

17. NEW: Tableaux Calculus

• The Tableaux Calculus is a decision procedure solving the problem of satisfia-bility.

Contents First Last Prev Next J

17. NEW: Tableaux Calculus

• The Tableaux Calculus is a decision procedure solving the problem of satisfia-bility.

• If a formula is satisfiable, the procedure will constructively exhibit an interpre-tation in which the formula is true.

Contents First Last Prev Next J

17. NEW: Tableaux Calculus

• The Tableaux Calculus is a decision procedure solving the problem of satisfia-bility.

• If a formula is satisfiable, the procedure will constructively exhibit an interpre-tation in which the formula is true.

Contents First Last Prev Next J

17.1. Tableaux: the calculus

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

A→ B��

¬A B

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

A→ B��

¬A B

A↔ B��

A ∧B ¬A ∧ ¬B

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

A→ B��

¬A B

A↔ B��

A ∧B ¬A ∧ ¬B

¬¬AA

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

A→ B��

¬A B

A↔ B��

A ∧B ¬A ∧ ¬B

¬¬AA

¬(A ∧B)��

¬A ¬B

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

A→ B��

¬A B

A↔ B��

A ∧B ¬A ∧ ¬B

¬¬AA

¬(A ∧B)��

¬A ¬B

¬(A ∨B)¬A¬B

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

A→ B��

¬A B

A↔ B��

A ∧B ¬A ∧ ¬B

¬¬AA

¬(A ∧B)��

¬A ¬B

¬(A ∨B)¬A¬B

¬(A→ B)A¬B

Contents First Last Prev Next J

17.1. Tableaux: the calculus

A ∧BAB

A ∨B��

A B

A→ B��

¬A B

A↔ B��

A ∧B ¬A ∧ ¬B

¬¬AA

¬(A ∧B)��

¬A ¬B

¬(A ∨B)¬A¬B

¬(A→ B)A¬B

¬(A↔ B)��

A ∧ ¬B ¬A ∧B

Contents First Last Prev Next J

18. Heuristics and Exercises

Apply non-branching rules before branching rules.

Contents First Last Prev Next J

18. Heuristics and Exercises

Apply non-branching rules before branching rules.

Exercises Take the exercises done so far using truth tables and prove by means oftableaux whether the formula is satisfiable.

• A ∧ (B ∧ ¬A)

• (A→ B)→ ¬B

• A→ (B → A)

• (B → A)→ A

• (¬A→ B) ∧ (¬A ∨B)

• A→ (B ∨ ¬C)

Contents First Last Prev Next J

18.1. Sets of formulas

Determine whether the following sets of logical forms are satisfiable by means oftruth tables first and then by tableaux method; in other words, you are asked tocheck whether there is at least an interpretation in which all the formulas in the setare true.

{¬B → B,¬(A→ B),¬A ∨ ¬B}

{¬A ∨B,¬(B ∧ ¬C), C → D,¬(¬A ∨D)}

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

ψ is satisfiable.

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

ψ is satisfiable.

Are you sure you cannot give a stronger answer, i.e. are you sure ψ is not atautology?

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

ψ is satisfiable.

Are you sure you cannot give a stronger answer, i.e. are you sure ψ is not atautology?

In order to check whether ψ is a tautology you have to look at ¬ψ.

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

ψ is satisfiable.

Are you sure you cannot give a stronger answer, i.e. are you sure ψ is not atautology?

In order to check whether ψ is a tautology you have to look at ¬ψ.

If ¬ψ is unsatisfiable then ψ is also a tautology.

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

ψ is satisfiable.

Are you sure you cannot give a stronger answer, i.e. are you sure ψ is not atautology?

In order to check whether ψ is a tautology you have to look at ¬ψ.

If ¬ψ is unsatisfiable then ψ is also a tautology.

• If all branches close: ψ is unsatisfiable.

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

ψ is satisfiable.

Are you sure you cannot give a stronger answer, i.e. are you sure ψ is not atautology?

In order to check whether ψ is a tautology you have to look at ¬ψ.

If ¬ψ is unsatisfiable then ψ is also a tautology.

• If all branches close: ψ is unsatisfiable.

Can you make a stronger claim?

Contents First Last Prev Next J

19. Formula

You are asked to prove whether ψ is a tautology by means of tableaux.

• If all branches of your tableaux are open, what do you conclude?

ψ is satisfiable.

Are you sure you cannot give a stronger answer, i.e. are you sure ψ is not atautology?

In order to check whether ψ is a tautology you have to look at ¬ψ.

If ¬ψ is unsatisfiable then ψ is also a tautology.

• If all branches close: ψ is unsatisfiable.

Can you make a stronger claim?

No this is already a strong result, there is no need to look at ¬ψ.

More on this next time.

Contents First Last Prev Next J

20. Done to be done and Home work

Today we have looked at:

• Recalled: Prove whether a formula is satisfiable by means of Truth Tables

• Recalled: Prove whether an entailment is valid by means of Truth Tables.

• Prove whether a formula is satisfiable by means of Tableaux.

Next time we will look at how to prove whether

• a set of formulas is satisfiable by means of Tableaux.

• a formula is a tautology by means of Tableaux

• an entailment is valid by means of Tableaux.

Contents First Last Prev Next J