structures informatiques et logiques pour la mod
play

Structures Informatiques et Logiques pour la Mod elisation - PowerPoint PPT Presentation

Structures Informatiques et Logiques pour la Mod elisation Linguistique (MPRI 2.27.1 - second part) Philippe de Groote Inria 2015-2016 Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 1 / 42 Semantic representations Introduction 1


  1. Structures Informatiques et Logiques pour la Mod´ elisation Linguistique (MPRI 2.27.1 - second part) Philippe de Groote Inria 2015-2016 Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 1 / 42

  2. Semantic representations Introduction 1 Modal logic 2 Intension and extension Possibility and necessity Kripke semantics Hybrid Logic Higher-order logic 3 Simply typed λ -calculus Church’s simple theory of types Standard model Inherent incompleteness Henkin Models Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 2 / 42

  3. Introduction Semantic representations Introduction 1 Modal logic 2 Intension and extension Possibility and necessity Kripke semantics Hybrid Logic Higher-order logic 3 Simply typed λ -calculus Church’s simple theory of types Standard model Inherent incompleteness Henkin Models Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 3 / 42

  4. Introduction Semantics Semantics is the study of meaning . In this setting, the logical meaning of a declarative utterance is reduced to its truth conditions (truth conditional semantics). Model-theoretic semantics: the logical meaning of a declarative utterance is captured by the set of models that make valid the interpretation of this utterance. Proof-theoretic semantics: the logical meaning of a declarative utterance is captured by a logical formula. Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 4 / 42

  5. Introduction Example John eats a red apple. ∃ x. apple ( x ) ∧ red ( x ) ∧ eat( j , x ) Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 5 / 42

  6. Modal logic Semantic representations Introduction 1 Modal logic 2 Intension and extension Possibility and necessity Kripke semantics Hybrid Logic Higher-order logic 3 Simply typed λ -calculus Church’s simple theory of types Standard model Inherent incompleteness Henkin Models Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 6 / 42

  7. Modal logic Intension and extension Semantic representations Introduction 1 Modal logic 2 Intension and extension Possibility and necessity Kripke semantics Hybrid Logic Higher-order logic 3 Simply typed λ -calculus Church’s simple theory of types Standard model Inherent incompleteness Henkin Models Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 7 / 42

  8. Modal logic Intension and extension Sinn und bedeutung Sinn (sense)/Bedeutung (reference) — Frege Intension/Extension — Carnap According to Frege, the sense of an expression is its “mode of presentation”, while the reference or deno- tation of an expression is the object it refers to. F.L.G. Frege (1848–1925) For instance, both expressions “ 1 + 1 ” and “2” have the same denotation but not the same sense. Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 8 / 42

  9. Modal logic Intension and extension Intensional proposition An intensional proposition is a proposition whose validity is not invariant under extensional substitution. Frege gives the example of “the morning star” and “the evening star” which both refer to the planet Venus. Compare “the morning star is the evening star” with “John does not know that the morning star is the evening star”. Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 9 / 42

  10. Modal logic Possibility and necessity Semantic representations Introduction 1 Modal logic 2 Intension and extension Possibility and necessity Kripke semantics Hybrid Logic Higher-order logic 3 Simply typed λ -calculus Church’s simple theory of types Standard model Inherent incompleteness Henkin Models Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 10 / 42

  11. Modal logic Possibility and necessity Modals In a strict sense, modal logic is concerned with the study of statements and reasonings that involve the notions of necessity and possiblity In a more general sense, modal logic is concerned with the study of statements and reasonings that involve expressions (modals) that qualify the validity of a judgement: Alethic logic: It is necessary that... It is possible that... Deontic logic: It is mandatory that... It is allowed that... Epistemic logic: Bob knows that... Bob ignores that... Temporal logic: It will always be the case that... It will eventually be the case that... Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 11 / 42

  12. Modal logic Possibility and necessity Leibniz A proposition is necessarily true if it is true in all possible worlds. A proposition is possibly true if it is true in at least one possible world. G.W. von Leibniz (1646–1716) Pangloss enseignait la m´ etaphysico-th´ eologo-cosmolo-nigologie. Il prouvait admirablement qu’il n’y a point d’effet sans cause, et que, dans ce meilleur des mondes possibles, le chˆ ateau de monseigneur le baron ´ etait le plus beau des chˆ ateaux et madame la meilleure des baronnes possibles. Voltaire (Candide) Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 12 / 42

  13. Modal logic Possibility and necessity Formalization Syntax : F ::= a | ¬ F | F ∨ F | � F Define the other connectives in the usual way. Define ♦ A as ¬ � ¬ A . � A stands for “necessarily A”. ♦ A stands for “possibly A”. Validity : let M = � W, P � , where W is a set of “possible worlds”, and P is a function that asigns to each atomic proposition a subset of W . M , s | = a iff s ∈ P ( a ) . M , s | = ¬ A iff not M , s | = A. M , s | = A ∨ B iff either M , s | = A or M , s | = B, or both . M , s | = � A iff for every t ∈ W, M , t | = A. Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 13 / 42

  14. Modal logic Possibility and necessity System S5 (P) all propositional tautologies (K) � ( A ⊃ B ) ⊃ ( � A ⊃ � B ) (T) � A ⊃ A (5) ♦ A ⊃ �♦ A Modus ponens: A ⊃ B A B Rule of necessitation: A � A Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 14 / 42

  15. Modal logic Kripke semantics Semantic representations Introduction 1 Modal logic 2 Intension and extension Possibility and necessity Kripke semantics Hybrid Logic Higher-order logic 3 Simply typed λ -calculus Church’s simple theory of types Standard model Inherent incompleteness Henkin Models Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 15 / 42

  16. Modal logic Kripke semantics Kripke Semantics let M = � W, R, P � , where W is a set of “possible worlds”, R is a binary relation over W , and P is a function that asigns to each atomic proposition a subset of W . M , s | = � A iff for every t ∈ W such that sRt, M , t | = A. M , s | = ♦ A iff for some t ∈ W such that sRt, M , t | = A. Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 16 / 42

  17. Modal logic Kripke semantics System K (P) all propositional tautologies (K) � ( A ⊃ B ) ⊃ ( � A ⊃ � B ) Modus ponens: A ⊃ B A B Rule of necessitation: A � A Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 17 / 42

  18. Modal logic Kripke semantics The following theorems of S5 are not valid in the class of all Kripke models: (D) � A ⊃ ♦ A (T) � A ⊃ A (B) A ⊃ �♦ A (4) � A ⊃ �� A (5) ♦ A ⊃ �♦ A A binary relation R ⊂ W × W is serial if and only if for every s ∈ W there exists t ∈ W such that sRt . Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 18 / 42

  19. Modal logic Kripke semantics Some well-known systems KD basic deontic logic serial KT basic alethic logic reflexive KTB Brouwersche system reflexive, symmetric KT4 Lewis’ S4 reflexive, transitive KT5 Lewis’ S5 reflexive, symmetric, transitive Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 19 / 42

  20. Modal logic Hybrid Logic Semantic representations Introduction 1 Modal logic 2 Intension and extension Possibility and necessity Kripke semantics Hybrid Logic Higher-order logic 3 Simply typed λ -calculus Church’s simple theory of types Standard model Inherent incompleteness Henkin Models Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 20 / 42

  21. Modal logic Hybrid Logic Syntax Key idea: provide the formula language with explicit means of speaking about worlds! Two sorts of atoms: usual atomic propositions ( a, b, c, . . . ), and nominals ( i, j, k, . . . ). Nominals will be used for naming worlds. F ::= a | i | ¬ F | F ∨ F | � F | ↓ i. F | @ i F ↓ is a binder: the free occurrences of i in A are bound in ↓ i. F . On the, other hand, @ is simply a binary connectives whose first term must be a nominal. Intuition: ↓ is used for naming the “here-and-now”. It allows a nominal to be bound to the current world. @ i A asserts that proposition A holds at world i . Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 21 / 42

  22. Modal logic Hybrid Logic Semantics Let M = � W, R, P � be a Kripke model, and let η be a valuation that assigns to each nominal an element of W . M , η, s | = a iff s ∈ P ( a ) . M , η, s | = i iff s = η ( i ) . M , η, s | = ¬ A iff not M , η, s | = A. M , η, s | = A ∨ B iff either M , η, s | = A or M , η, s | = B, or both . M , η, s | = � A iff for every t ∈ W such that sRt, M , η, t | = A. M , η, s | = ↓ i. A iff M , η [ i := s ] , s | = A. M , η, s | = @ i A iff M , η, η ( i ) | = A. Philippe de Groote (Inria) MPRI 2.27.1 2015-2016 22 / 42

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