• Aucun résultat trouvé

A Faithful Semantic Embedding of the Dyadic Deontic Logic E in HOL

N/A
N/A
Protected

Academic year: 2021

Partager "A Faithful Semantic Embedding of the Dyadic Deontic Logic E in HOL"

Copied!
1
0
0

Texte intégral

(1)

A Faithful Semantic Embedding of the Dyadic Deontic

Logic E in HOL

Christoph Benzm¨

uller, Ali Farjami and Xavier Parent

University of Luxembourg

c.benzmueller@gmail.com, ali.farjami@uni.lu, xavier.parent@uni.lu

Shallow Semantical Embedding

A semantic embedding of a target logical system defines the syntactic elements of the target language in a background logic (HOL) [2].

HOL

Logic

E

Syntax

Logic

E

Semantics

Comprehension axiom: ¬ϕ = {x|¬o→o(ϕx )} = λx.¬o→o(ϕx )

M, s |= ¬ϕ if and only if M, s 6|= ϕ (that is, not M, s |= ϕ)

System E: Syntax

˚

Aqvist defined dyadic deontic logic system E [1] by the following axioms and rules: (2 (S5-schemata for necessity) and (−/−) (for conditional obligation) )

1 → ψ2/ϕ) → ( (ψ1/ϕ) → (ψ2/ϕ)) COK (ψ/ϕ) → 2 (ψ/ϕ) Abs 2ψ → (ϕ/ψ) Nec 2(ϕ1 ↔ ϕ2) → ( (ψ/ϕ1) ↔ (ψ/ϕ2)) Ext (ϕ/ϕ) Id (ψ/ϕ1 ∧ ϕ2) → (ϕ2 → ψ/ϕ1) Sh System E: Semantics

I A preference model is a structure M = hS , , V i where

. S is a non-empty set of items called possible worlds;

. ⊆ S × S (intuitively,  is a betterness or comparative goodness relation);

. V is a function assigning to each atomic sentence a set of worlds (i.e V (q) ⊆ S ). I (Satisfaction) Given opt(V (ϕ)) = {s ∈ V (ϕ)|∀t(t  ϕ → s  t)}

M, s |= (ψ/ϕ) if and only if opt(V (ϕ)) ⊆ V (ψ)

I (Soundness and Completeness) System E is (strongly) sound and complete with respect to the class of all preference models [1].

Contrary-To-Duties

I Chisholm’s CTD-paradox [4]

(a) It ought to be that a certain man go to help his neighbours. (b) It ought to be that if he goes he tell them he is coming.

(c) If he does not go, he ought not to tell them he is coming. (d) He does not go.

best s1 • g t

− − − − − − − − − − − − − − − 2nd best s1 • g s3

− − − − − − − − − − − − − − − worst s4 • t

I For example actual world s3 satisfies : (g ) (t/g ) (¬t/¬g ) ¬g

Formulas E as Certain HOL Terms

We assume a set of basic types BT = {o, i }. The mapping b·c translates E formulas s into HOL terms bsc of type i → o. Type i → o is abbreviated as τ in the remainder.

bpjc = pτj

b¬sc = ¬τ bsc

bs ∨ tc = ∨τ →τ →τ bscbtc b2sc = 2τ →τ bsc

b (t/s)c = τ →τ →τ bscbtc

¬τ →τ , ∨τ →τ →τ, 2τ →τ and τ →τ →τ thereby abbreviate the following HOL terms: ¬τ →τ = λAτλXi¬(A X )

τ →τ →τ = λAτλBτλXi(A X ∨ B X ) 2τ →τ = λAτλXi∀Yi(A Y )

τ →τ →τ = λAτλBτλXi∀Wi( (λVi(A V ∧ (∀Yi(A Y → ri →τV Y )))) W → B W )

Corresponding Henkin Model HM for Preference Model M

Given a preference model M = hS , , V i. Let p1, ..., pm ∈ PV , for m ≥ 1 be propositional symbols and bpjc = pτj for j = 1, ..., m. The Henkin model

HM = h{Dα}α∈T, I i for M is defined as follows:

I Di is chosen as the set of possible worlds S

I Dα→β as (not necessarily full) sets of functions from Dα to Dβ.

I For 1 ≤ i ≤ m, we choose Ipτj ∈ Dτ such that Ipτj (s) = T if s ∈ V (pj) in M and Ipτj (s) = F otherwise.

I We choose Iri →τ ∈ Di →τ such that Iri →τ(u, s) = T if s  u in M and Iri →τ(u, s) = F otherwise.

Corresponding Preference Model MH for Henkin Model H

For every Henkin model H = h{Dα}α∈T, I i there exists a corresponding preference model MH. Corresponding means that for all E formulas δ and for all assignment g and worlds s, kbδcSikH,g [s/Si] = T if and only if M

H, s  δ. We construct the

corresponding preference model MH as follows:

I S = Di.

I s  u for s, u ∈ S iff Iri →τ(u, s) = T .

I s ∈ V (pτj ) iff Ipτj (s) = T .

Result: Soundness and Completeness of the Embedding

Given vldτ →o = λAτ∀Si(A S ) we have: |=E ϕ if and only if |=HOL vld bϕc

Isabelle/HOL: Propositional Connectives

Isabelle/HOL: Modal Operators

Isabelle/HOL: Validity

Isabelle/HOL: Chisholm Scenario

Conclusion

I We have described a faithful semantic embedding of the dyadic deontic logic system E in simple type theory.

I This work complements the one reported in [3] where the focus is on neighborhood semantics for dyadic deontic logic.

I Our work provides the theoretical foundation for the implementation and automation of dyadic deontic logics within theorem provers and proof assistants.

References

[1] Xavier Parent.

Completeness of ˚Aqvist’s systems E and F.

The Review of Symbolic Logic, 8(1):164–177, 2015.

[2] Christoph Benzm¨uller.

Recent successes with a meta-logical approach to universal logical reasoning (extended abstract).

volume 10623 of Lecture Notes in Computer Science, pages 7–11. Springer, 2017.

[3] C. Benzm¨uller, A. Farjami, and X. Parent.

Faithful semantical embedding of a dyadic deontic logic in HOL.

Accepted for presentation at DEON 2018. To appear in IfColog.

[4] Roderick M. Chisholm.

Contrary-to-duty imperatives and deontic logic.

Analysis, 24:3336, 1963. Acknowledgment

This work has been supported by the European Unions Horizon 2020 research and innovation pro-gramme under the Marie Skodowska-Curie grant agreement No 690974.

Références

Documents relatifs

First and foremost, it is shown that a similar determination result holds for optimality; that is, under the optimality rule, F+(CM) is also sound and complete with respect to the

We also prove that the class of generators of L ∞ -type pseudo-resolvents generalizes the class of infinitesimal generators of C o -equicontinuous semi- groups acting on

This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (Project HyperK — grant

Richard Stevens, this edition has been fully updated by two leading network programming experts to address today's most crucial standards, implementations, and techniques.. New

In this context, our work deals with a real problem concerning the reorganization of the collection system of the Italian postal service provider, based on the reduction of

This Project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 870610. Open Pilot

According to the point of view of the French mathematicians who participated to the conference, a number of topics on which Iraqi mathematicians are doing research is not connected