t alk outline
play

T alk outline 1. Higher-Order Modal Logic (HOML) 2. Automating - PowerPoint PPT Presentation

Theorem Provers for Every Normal Modal Logic 1 T obias Gleiner Alexander Steen Christoph Benzmller Freie Universitt Berlin 21st Int. Conf. on Logic for Programming, Artificial Intelligence and Reasoning 1This work has been supported by


  1. Theorem Provers for Every Normal Modal Logic 1 T obias Gleißner Alexander Steen Christoph Benzmüller Freie Universität Berlin 21st Int. Conf. on Logic for Programming, Artificial Intelligence and Reasoning 1This work has been supported by the DFG under grant BE 2501/11-1 (Leo-III).

  2. T alk outline 1. Higher-Order Modal Logic (HOML) 2. Automating HOML 3. Evaluation 4. Example / Demo , Theorem Provers for Every Normal Modal Logic, LPAR-21 2

  3. Introduction Reasoning in Non-Classical Logics ◮ Increasing interest various fields ◮ Artificial Intelligence (e.g. Agents, Knowledge) ◮ Computer Linguistics (e.g. Semantics) ◮ Mathematics (e.g. Geometry, Category theory) ◮ Theoretical Philsophy (e.g. Metaphysics) ◮ Most powerful ATP/ITP: Classical logic only Our focus: Modal logics ◮ Prover for (propositional) modal logics exist ◮ ModLeanTAP, Molle, Bliksem, FaCT++, ◮ MOLTAP, KtSeqC, ST eP, TRP ◮ ... ◮ Only few for quantified variants ◮ MleanTAP, MleanCoP, MleanSeP (J. Otten) ◮ f2p+MSPASS , Theorem Provers for Every Normal Modal Logic, LPAR-21 3

  4. Introduction Reasoning in Non-Classical Logics ◮ Increasing interest various fields ◮ Artificial Intelligence (e.g. Agents, Knowledge) ◮ Computer Linguistics (e.g. Semantics) ◮ Mathematics (e.g. Geometry, Category theory) ◮ Theoretical Philsophy (e.g. Metaphysics) ◮ Most powerful ATP/ITP: Classical logic only Our focus: Modal logics ◮ Prover for (propositional) modal logics exist ◮ ModLeanTAP, Molle, Bliksem, FaCT++, ◮ MOLTAP, KtSeqC, ST eP, TRP ◮ ... ◮ Only few for quantified variants ◮ MleanTAP, MleanCoP, MleanSeP (J. Otten) ◮ f2p+MSPASS , Theorem Provers for Every Normal Modal Logic, LPAR-21 3

  5. Introduction Reasoning in Non-Classical Logics ◮ Increasing interest various fields ◮ Artificial Intelligence (e.g. Agents, Knowledge) ◮ Computer Linguistics (e.g. Semantics) ◮ Mathematics (e.g. Geometry, Category theory) ◮ Theoretical Philsophy (e.g. Metaphysics) ◮ Most powerful ATP/ITP: Classical logic only Our focus: Modal logics ◮ Prover for (propositional) modal logics exist ◮ ModLeanTAP, Molle, Bliksem, FaCT++, ◮ MOLTAP, KtSeqC, ST eP, TRP ◮ ... ◮ Only few for quantified variants ◮ MleanTAP, MleanCoP, MleanSeP (J. Otten) ◮ f2p+MSPASS , Theorem Provers for Every Normal Modal Logic, LPAR-21 3

  6. Automation of Quantified Modal Logic Motivation 1. First-order quantification is (sometimes) not enough 2. Semantic diversity/flexibility needed , Theorem Provers for Every Normal Modal Logic, LPAR-21 4

  7. Automation of Quantified Modal Logic Motivation 1. First-order quantification is (sometimes) not enough 2. Semantic diversity/flexibility needed Studies in Metaphysics (e.g. Ontological Argument), Studies in Computer Ethics , Theorem Provers for Every Normal Modal Logic, LPAR-21 4

  8. Automation of Quantified Modal Logic Motivation 1. First-order quantification is (sometimes) not enough 2. Semantic diversity/flexibility needed , Theorem Provers for Every Normal Modal Logic, LPAR-21 4

  9. Automation of Quantified Modal Logic Motivation 1. First-order quantification is (sometimes) not enough 2. Semantic diversity/flexibility needed Automation approach ◮ Indirect: Via encoding into (classical) HOL ◮ Use existing general purpose HOL reasoners , Theorem Provers for Every Normal Modal Logic, LPAR-21 4

  10. Automation of Quantified Modal Logic Motivation 1. First-order quantification is (sometimes) not enough 2. Semantic diversity/flexibility needed Automation approach ◮ Indirect: Via encoding into (classical) HOL ◮ Use existing general purpose HOL reasoners Advantages ◮ Sophisticated existing systems ◮ ATPs: TPS, agsyHOL, Satallax, LEO-II, Leo-III ◮ Further: Isabelle, Nitpick ◮ Not fixed to a proving system ◮ Semantic variations with minor adjustments ◮ Axiomatization ◮ Quantification semantics ◮ ... , Theorem Provers for Every Normal Modal Logic, LPAR-21 4

  11. Automation of Quantified Modal Logic Motivation 1. First-order quantification is (sometimes) not enough 2. Semantic diversity/flexibility needed Automation approach ◮ Indirect: Via encoding into (classical) HOL ◮ Use existing general purpose HOL reasoners Advantages ◮ Sophisticated existing systems ◮ ATPs: TPS, agsyHOL, Satallax, LEO-II, Leo-III ◮ Further: Isabelle, Nitpick ◮ Not fixed to a proving system ◮ Semantic variations with minor adjustments ◮ Axiomatization ◮ Quantification semantics ◮ ... , Theorem Provers for Every Normal Modal Logic, LPAR-21 4

  12. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  13. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι T ype of truth-values , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  14. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι T ype of individuals , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  15. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι ◮ T erms defined by ( α , β ∈ T , c α ∈ Σ , X α ∈ V , i ∈ I ) s , t ::= c α | X α ◮ Allow infix notation for binary logical connectives ◮ Remaining logical connectives can be defined as usual ◮ Formulae of HOML are those terms with type o , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  16. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι ◮ T erms defined by ( α , β ∈ T , c α ∈ Σ , X α ∈ V , i ∈ I ) s , t ::= c α | X α | ( λ X α . s β ) α → β | ( s α → β t α ) β ◮ Allow infix notation for binary logical connectives ◮ Remaining logical connectives can be defined as usual ◮ Formulae of HOML are those terms with type o , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  17. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι ◮ T erms defined by ( α , β ∈ T , c α ∈ Σ , X α ∈ V , i ∈ I ) s , t ::= c α | X α | ( λ X α . s β ) α → β | ( s α → β t α ) β | ( � i o → o s o ) o ◮ Allow infix notation for binary logical connectives ◮ Remaining logical connectives can be defined as usual ◮ Formulae of HOML are those terms with type o , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  18. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι ◮ T erms defined by ( α , β ∈ T , c α ∈ Σ , X α ∈ V , i ∈ I ) s , t ::= c α | X α | ( λ X α . s β ) α → β | ( s α → β t α ) β | ( � i o → o s o ) o ◮ Allow infix notation for binary logical connectives ◮ Remaining logical connectives can be defined as usual ◮ Formulae of HOML are those terms with type o , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  19. Higher Order Modal Logic – Syntax Based on Simple type theory [Church, J.Symb.L., 1940] augmented with modalities ◮ Simple types T generated by base types and → ◮ T ypically, base types are o and ι ◮ T erms defined by ( α , β ∈ T , c α ∈ Σ , X α ∈ V , i ∈ I ) s , t ::= c α | X α | ( λ X α . s β ) α → β | ( s α → β t α ) β | ( � i o → o s o ) o ◮ Allow infix notation for binary logical connectives ◮ Remaining logical connectives can be defined as usual ◮ Formulae of HOML are those terms with type o , Theorem Provers for Every Normal Modal Logic, LPAR-21 5

  20. Higher Order Modal Logic – Semantics Extend HOL models with Kripke structures W , { R i } i ∈ I , { D w } w ∈ W , { I w } w ∈ W � � M = , Theorem Provers for Every Normal Modal Logic, LPAR-21 6

  21. Higher Order Modal Logic – Semantics Extend HOL models with Kripke structures W , { R i } i ∈ I , { D w } w ∈ W , { I w } w ∈ W � � M = Set of possible worlds , Theorem Provers for Every Normal Modal Logic, LPAR-21 6

  22. Higher Order Modal Logic – Semantics Extend HOL models with Kripke structures W , { R i } i ∈ I , { D w } w ∈ W , { I w } w ∈ W � � M = Family of accessibility relations R i ⊆ W × W , Theorem Provers for Every Normal Modal Logic, LPAR-21 6

  23. Higher Order Modal Logic – Semantics Extend HOL models with Kripke structures W , { R i } i ∈ I , { D w } w ∈ W , { I w } w ∈ W � � M = Family of frames, one for every world Notion of frames D = ( D τ ) τ ∈ T as in HOL: D ι � = ∅ D o = { T , F } D τ → ν = D D τ ν , Theorem Provers for Every Normal Modal Logic, LPAR-21 6

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