tableau theorem prover for intuitionistic propositional
play

Tableau Theorem Prover for Intuitionistic Propositional Logic Larry - PowerPoint PPT Presentation

Tableau Theorem Prover for Intuitionistic Propositional Logic Larry Diehl Portland State University CS 510 - Mathematical Logic and Programming Languages Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic Motivation


  1. Tableau Theorem Prover for Intuitionistic Propositional Logic Larry Diehl Portland State University CS 510 - Mathematical Logic and Programming Languages Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  2. Motivation Tableau for Classical Logic If ¬ A is contradictory in all paths, then A ∨ ¬ A lets us conclude A is a tautology . For satisfaction , running tableau on A yield a (classical model) evaluation context σ . Tableau seems awfully tied to classical logic, is intuitionistic tableau doomed!? Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  3. Classical vs Intuitionistic Logic Classical Logic The meaning of a proposition is its truth value. Satisfaction: Does evaluating it yield true? A ∨ ¬ A ¬¬ A ⊃ A A ⊃ ¬¬ A Intuitionistic Logic The meaning of a proposition is its constructive content. Satisfaction: Can you write it as a program? A ⊃ ¬¬ A Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  4. Proof Theory for Intuitionistic Logic Γ , A ⊢ B Γ ⊢ A ⊃ B Γ ⊢ A Γ ⊢ A ⊃ B ⊃ I ⊃ E Γ ⊢ B Γ ⊢ A Γ ⊢ B Γ ⊢ A ∧ B Γ ⊢ A ∧ B ∧ E 1 ∧ E 2 ∧ I Γ ⊢ A ∧ B Γ ⊢ A Γ ⊢ B Γ , A ⊢ C Γ , B ⊢ C Γ ⊢ A Γ ⊢ B Γ ⊢ A ∨ B ∨ I 1 Γ ⊢ A ∨ B ∨ I 2 ∨ E Γ ⊢ C Γ , A ⊢ ⊥ Γ ⊢ A Γ ⊢ ¬ A Γ ⊢ ¬ A ¬ I ¬ E Γ ⊢ ⊥ Γ ⊢ ⊥ Γ ⊢ ⊤ ⊤ I Γ ⊢ A ⊥ E Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  5. Proof Theory for Classical Logic ... intuitionistic rules plus ... Γ ⊢ A Γ ⊢ ¬¬ A Γ ⊢ ¬¬ A ¬¬ I ¬¬ E Γ ⊢ A ...or... Γ ⊢ A ∨ ¬ A Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  6. Model Theory for Classical Logic Boolean Algebra � B , false , true , && , || , ! � Classical truth is a boolean value. Satisfaction σ � A ⇔ σ ⊲ A ≡ true σ � A ⇔ σ ⊲ A ≡ false Evaluation σ ⊲ p ⇔ σ p σ ⊲ A ∧ B ⇔ σ ⊲ A && σ ⊲ B σ ⊲ A ∨ B ⇔ σ ⊲ A || σ ⊲ B σ ⊲ A ⊃ B ⇔ !( σ ⊲ A ) || σ ⊲ B σ ⊲ ¬ A ⇔ !( σ ⊲ A ) Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  7. Model Theory for Intuitionistic Logic Kripke Model � C , ≤ , ∅ , � � Intuitionistic truth is constructive evidence, or a program. Forcing (intuitionistic satisfaction) Γ � p ⇔ Γ � p p Γ � A ∧ B ⇔ Γ � A × Γ � B Γ � A ∨ B ⇔ Γ � A ⊎ Γ � B Γ � A ⊃ B ⇔ Γ ≤ ∆ ⇒ ∆ � A ⇒ ∆ � B Γ � ¬ A ⇔ Γ ≤ ∆ ⇒ ∆ � A ⇒ ⊥ Γ � A ⇔ Γ � ¬ A Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  8. Classical vs Intuitionistic Model Theory Many more intuitionistic models than classical models because intuitionistic implication and negation allow arbitrary intrinsically distinct functions. Much bigger search space for an intuitionistic theorem prover! Evaluation σ ⊲ A ⊃ B ⇔ !( σ ⊲ A ) || σ ⊲ B σ ⊲ ¬ A ⇔ !( σ ⊲ A ) Forcing Γ � A ⊃ B ⇔ Γ ≤ ∆ ⇒ ∆ � A ⇒ ∆ � B Γ � ¬ A ⇔ Γ ≤ ∆ ⇒ ∆ � A ⇒ ⊥ Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  9. Classical Tableau Calculus S, T( A ∧ B ) S, F( A ∧ B ) S, F A | S, F B F ∧ T ∧ S, T A, T B S, T( A ∨ B ) S, F( A ∨ B ) S, T A | S, T B T ∨ F ∨ S, F A, F B S, T( A ⊃ B ) S, F( A ⊃ B ) S, F A | S, T B T ⊃ S T , T A, F B F ⊃ S, T( ¬ A ) S, F( ¬ A ) T ¬ F ¬ S, F A S T , T A Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  10. Intuitionistic Tableau Calculus S T ⇔ { T A | T A ∈ S } S, T( A ∧ B ) S, F( A ∧ B ) T ∧ S, F A | S, F B F ∧ S, T A, T B S, T( A ∨ B ) S, F( A ∨ B ) S, T A | S, T B T ∨ F ∨ S, F A, F B S, T( A ⊃ B ) S, F( A ⊃ B ) S, F A | S, T B T ⊃ S T , T A, F B F ⊃ S, T( ¬ A ) S, F( ¬ A ) T ¬ F ¬ S, F A S T , T A Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  11. Classical Tableau Interpretation Gradually build an evaluation context σ for A (such that σ � A ), until tableau is finished or the model is contradictory. Judgments T A means A is true in the model. F A means A is false in the model. Inference Rules If the premise is true, then the conclusion is true. Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  12. Intuitionistic Tableau Interpretation Gradually build “a proof” of A (an element of Γ � A ), until tableau is finished or the model is contradictory. Judgments T A means we have a proof of A . F A means A we do not (yet) have a proof of A . Inference Rules If the premise is true, then the conclusion may be true. The conclusion is logically consistent with the premise. Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  13. Intuitionistic Tableau Calculus S T ⇔ { T A | T A ∈ S } S, T( A ∧ B ) S, F( A ∧ B ) T ∧ S, F A | S, F B F ∧ S, T A, T B S, T( A ∨ B ) S, F( A ∨ B ) S, T A | S, T B T ∨ F ∨ S, F A, F B S, T( A ⊃ B ) S, F( A ⊃ B ) S, F A | S, T B T ⊃ S T , T A, F B F ⊃ S, T( ¬ A ) S, F( ¬ A ) T ¬ F ¬ S, F A S T , T A Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  14. Classical vs Intuitionistic Tableau Search When looking for a closed tableau: Classical You can prioritize any rule to apply to S to shrink the search space. Intuitionistic You must try applying all rules to S , but can still prioritize some and backtrack if they fail. Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  15. Using Classical vs Intuitionistic Tableau Classical To show that A is true: 1 Assume that A is false. 2 Build a tableau for ¬ A . 3 If some sub-proposition is true and false, A must be true. Intuitionistic To show that A is provable: 1 Assume that A has not been proven. 2 Build a tableau for ¬ A . 3 If some sub-proposition is provable and not yet proven, it must be impossible that A has not been proven. Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  16. Classical vs Intuitionistic Tableau Soundness Classical Have a model σ from tableau, so check that σ � A . Intuitionistic Know that tableau says there must be a proof of A , so construct an element of Γ � A . Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

  17. References Classical is to Intuitionistic as Smullyan is to Heyting Classical Tableau Book First Order Logic - Smullyan’68 Intuitionistic Tableau Book Intuitionistic Logic: Model Theory and Forcing - Fitting’69 Intuitionistic Tableau Optimization Papers An O(n log n)-Space Decision Procedure for Intuitionistic Propositional Logic - Hudelmaier’93 A Tableau Decision Procedure for Propositional Intuitionistic Logic - Avellone et. al.’06 Larry Diehl Tableau Theorem Prover for Intuitionistic Propositional Logic

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend