reducibility method: an overview - university of novi...

36
Reducibility method: an overview Silvia Ghilezan University of Novi Sad, Serbia LAP 2013, Dubrovnik, September 16-21, 2013 S. Ghilezan Reducibility method LAP 2013 1 / 35

Upload: others

Post on 29-Mar-2021

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility method: an overview

Silvia GhilezanUniversity of Novi Sad, Serbia

LAP 2013, Dubrovnik, September 16-21, 2013

S. Ghilezan Reducibility method LAP 2013 1 / 35

Page 2: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

In collaboration with (alphabetic order):, , ,

Henk Barendregt,

Mariangiola Dezani-Ciancaglini

Daniel Dougherty

Jelena Ivetic

Pierre Lescanne

Silvia Likavec

Viktor Kuncak

S. Ghilezan Reducibility method LAP 2013 2 / 35

Page 3: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Working group at University of Novi Sad

University of Novi Sad, Faculty of Technical Sciences, SerbiaComputation, Concurrency, Logic and Reasoning - Co2LoR

Silvia Ghilezan, Professor,

Jovanka Pantovic, Professor

Jelena Ivetic, Teaching Assistant, PhD candidate

Svetlana Jaksic, Teaching Assistant, PhD student

Jelena Colic, Teaching Assistant, PhD student

Jovana Obradovic, Teaching Assistant, PhD student

Jovana Radenovic, Teaching Assistant, PhD student

Andrijana Stamenkovic, PhD student

Group members abroad (Italy, Switzerland, France, USA)

Silvia Likavec, U. Torino, (PhD, U. Torino, ENS-Lyon)

Viktor Kuncak, EPFL Lausanne, (PhD MIT)

Dragisa Zunic, FIMEK, (PhD, ENS-Lyon)

S. Ghilezan Reducibility method LAP 2013 3 / 35

Page 4: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Key notions

λ-calculus vs Intuitionistic logic

Curry–Howard correspondencecomputational content of logic

Reducibility method

simple and intersection typespolymorphic types

Logical relations

λ-calculusprogramming languages

S. Ghilezan Reducibility method LAP 2013 4 / 35

Page 5: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

1 λ-calculus vs Intuitionistic logicIntuitionistic logicλ-calculus

2 Types in λ-calculusSimple typesCurry–Howard paradigmIntersection types

3 ReducibilitySimple and Intersection typesPolymorphic typesClassical logic

4 Logical relationsTheoryApplication

S. Ghilezan Reducibility method LAP 2013 5 / 35

Page 6: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic

1 λ-calculus vs Intuitionistic logicIntuitionistic logicλ-calculus

2 Types in λ-calculusSimple typesCurry–Howard paradigmIntersection types

3 ReducibilitySimple and Intersection typesPolymorphic typesClassical logic

4 Logical relationsTheoryApplication

S. Ghilezan Reducibility method LAP 2013 6 / 35

Page 7: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic Intuitionistic logic

Logical systems: Axiomatic, Natural Deduction, Sequent

Three most well-known kinds of proof calculi are:

Axiomatic (Hilbert) system:

axioms (e.g. A→ A)Modus Ponens

A→ B A

B

Natural Deduction:

axiomselimination rules (MP)introduction rules

Sequent Calculus:

axiomsleft introduction rules correspond to elimination rules

right introduction rules correspond to introduction rules

cut rule

S. Ghilezan Reducibility method LAP 2013 7 / 35

Page 8: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic Intuitionistic logic

Paradise of logical systems

From theory

classical logic: propositional and predicate

intuitionistic logic: propositional and predicate

intermediate logic

substructural logics: relevance, affine, linear logic

modal logics: possibility and necessity

probabilistic logics

temporal logic:

fuzzy logic

paraconsistent logic

to practice and application

programming languages

model checking

interactive proof assistance, theorem proving

hardware and software verificationS. Ghilezan Reducibility method LAP 2013 8 / 35

Page 9: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic Intuitionistic logic

Axiomatic (Hilbert style) systemIntuitionistic Logic

Brouwer, Heyting, Kolomgorov - algorithmic interpretation of connectives

Axioms (implicational fragment)

(Ax1) A→ A(Ax2) A→ (B → A)(Ax3) (A→ (B → C ))→ ((A→ B)→ (A→ C ))

Rule

(MP)A→ B A

B

Not provable

A ∨ ¬A, law of excluded middle (tertium non datur)

((A→ B)→ A)→ A, Peirce’s law

¬¬A→ A, double negation elimination

S. Ghilezan Reducibility method LAP 2013 9 / 35

Page 10: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic Intuitionistic logic

Natural DeductionIntuitionistic Logic

Gentzen, Prawitz 1960s

Axiom

(Ax)Γ,A ` A

Rules

(→elim)Γ ` A→ B Γ ` A

Γ ` B

(→intr )Γ,A ` B

Γ ` A→ B

S. Ghilezan Reducibility method LAP 2013 10 / 35

Page 11: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic λ-calculus

The syntax

λ-terms are expressions divided into three categories:

1. variables: x , y , z , z1, ...

free or bound

2. application: MN

function application, “apply M to N”

3. abstraction: λx .M

function generation by binding a variable thus creating the parameterof the function, like integrals, universal quantification.

Definition

Λ is built up from an infinite set of variables V = x , y , z, x1...:x ∈ V ⇒ x ∈ Λ

M,N ∈ Λ ⇒ (MN) ∈ Λ

M ∈ Λ, x ∈ V ⇒ (λx .M) ∈ Λ

Λ : M ::= x | MM | λx .M

S. Ghilezan Reducibility method LAP 2013 11 / 35

Page 12: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic λ-calculus

Reduction rules

Reduction rules are used for term simplifying (or executing):

(λxy .addxy)3 4 −→ 7

There are three reductions (redex and contractum):1 α-reduction (renaming)

λx .M −→α λy .M[x := y ], y /∈ FV (M)

2 β-reduction (computation)

(λx .M)N −→β M[x := N]

provided that M,N ∈ Λ and M[x := N] is valid substitution.

3 η-reduction (extensionality)

λx .(Mx) −→η M, x /∈ FV (M)

This rule identifies two functions that always produce equal results if taking equal

arguments.

Generalized reductions enable application of rules on the sub-terms.

S. Ghilezan Reducibility method LAP 2013 12 / 35

Page 13: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic λ-calculus

Important properties - normalisation

Normal form, NF, is a completely evaluated λ-term

λx .x ≡ I , λxy .x ≡ K , λxyz .xz(yz) ≡ Sλx .xx ≡ ∆

Terms without NF:

Ω ≡ (λx .xx)(λx .xx)→ Ω→ . . .Y ≡ λf .(λx .f (xx))(λx .f (xx))

A term is strongly normalising, SN, if all reduction sequences startingfrom it are finite

The characterisation of the SN set is an important problem forprogramming languages (the way to avoid Halting problem), and itssolution has been found in the typed λ-calculus.

S. Ghilezan Reducibility method LAP 2013 13 / 35

Page 14: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

λ-calculus vs Intuitionistic logic λ-calculus

Important properties - expressiveness

Theorem

(Kleene, 1936.) All computable (recursive) functions can be representedby λ-calculus.

Representation of significant number of objects and data structures

inefficiency in the representation of all objects and data structures.

Simplicity, expressive power, universality!

S. Ghilezan Reducibility method LAP 2013 14 / 35

Page 15: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus

1 λ-calculus vs Intuitionistic logicIntuitionistic logicλ-calculus

2 Types in λ-calculusSimple typesCurry–Howard paradigmIntersection types

3 ReducibilitySimple and Intersection typesPolymorphic typesClassical logic

4 Logical relationsTheoryApplication

S. Ghilezan Reducibility method LAP 2013 15 / 35

Page 16: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Simple types

Types

Disadvantages of the untyped λ-calculus:

there exist λ-terms without a normal form;it is allowed to create meaningless applications, like sin log

Types are syntactical objects that can be assigned to λ-terms.

Intuitively, a type denotes the domain of a function

Two typing approaches:

a la Curry - implicit type assignment (lambda calculus with typeassignment)a la Church - explicit type assignment (typed lambda calculus)

S. Ghilezan Reducibility method LAP 2013 16 / 35

Page 17: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Simple types

Simple types

T : A ::= p | A→ A | A ∩ A

Type assignment Λ : T

t : A is a type assignment, where t ∈ Λ and A ∈ T.

x : A is a basic type assignment (declaration)

Γ = x1 : A1, , xn : An, a basis is a set of basic type assignmentswith different term variables.

Γ ` t : A

S. Ghilezan Reducibility method LAP 2013 17 / 35

Page 18: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Simple types

λ-calculus with simple types

(axiom)Γ, x : A ` x : A

(→elim) (app)Γ ` t : A→ B Γ ` s : A

Γ ` ts : B

(→intr ) (abs)Γ, x : A ` t : B

Γ ` λx .t : A→ B

Theorem

If M is typeable in λ→, then M ∈ SN.

λx .x : A→ Aλxy .x : A→ B → ANot typeable NF: λx .xx!!!

S. Ghilezan Reducibility method LAP 2013 18 / 35

Page 19: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Curry–Howard paradigm

Natural Deduction NJ - λ-calculus

(axiom)Γ,

x :

A `

x :

A

(→elim)

(app)

Γ `

t :

A→ B Γ `

s :

A

Γ `

ts :

B

(→intr )

(abs)

Γ,

x :

A `

t :

B

Γ `

λx .t :

A→ B

` A ⇔ ` t : A

Core of computation

computation over terms

normalisation over proofs

S. Ghilezan Reducibility method LAP 2013 19 / 35

Page 20: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Curry–Howard paradigm

Natural Deduction NJ - λ-calculus

(axiom)Γ, x :A ` x :A

(→elim) (app)Γ ` t :A→ B Γ ` s :A

Γ ` ts :B

(→intr ) (abs)Γ, x :A ` t :B

Γ ` λx .t :A→ B

` A ⇔ ` t : A

Core of computation

computation over terms

normalisation over proofs

S. Ghilezan Reducibility method LAP 2013 19 / 35

Page 21: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Curry–Howard paradigm

Computational interpretations of intuitionistic logic

1950s Curry

1968 (1980) Howard formulae-as-types

1970s Lambek - CCC Cartesian Closed Categories

1970s de Bruijn AUTOMATH

logic vs term calculus

` A ⇔ ` t : A

Curry - Howard - Lambek - de Bruijn correspondenceCurry-Howard paradigm:

formulae – as – typesproofs – as – terms

proofs – as – programs

S. Ghilezan Reducibility method LAP 2013 20 / 35

Page 22: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Intersection types

λ-calculus with intersection types

Coppo and Dezani, Pottinger, Salle in the 1970s

(∩intr )Γ ` t : A Γ ` t : B

Γ ` t : A ∩ B

(∩elim)Γ ` t : A ∩ B

Γ ` t : A

Theorem

M is typeable in λ∩ iff M ∈ SN.

λx .xx : (A→ B) ∩ A→ B

S. Ghilezan Reducibility method LAP 2013 21 / 35

Page 23: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Types in λ-calculus Intersection types

More types

Barendregt’s cube consists of 8 calculi:λ→, λ2, λω, λω,λP, λP2, λPω, λPω.

recursive types

intersection types

variants of λ-calculus: λLJ, λ, λGtz, λr...

References:

H.P. Barendregt.Lambda Calculus: Its syntax and Semantics.North Holland 1984.

H.P. Barendregt, W. Dekkers, R. Statman.Lambda Calculus with Types.contributors F. Alessi, H, Barendregt, M. Bezem, F. Cardone, M. Coppo, W. Dekkers, M.Dezani-Ciancaglini, G Dowek, S. Ghilezan, F. Honsell, M. Moortgat, P. Severi, R.Statman, P. Urzyczyn.Cambridge University Press 2013.

S. Ghilezan Reducibility method LAP 2013 22 / 35

Page 24: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility

1 λ-calculus vs Intuitionistic logicIntuitionistic logicλ-calculus

2 Types in λ-calculusSimple typesCurry–Howard paradigmIntersection types

3 ReducibilitySimple and Intersection typesPolymorphic typesClassical logic

4 Logical relationsTheoryApplication

S. Ghilezan Reducibility method LAP 2013 23 / 35

Page 25: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility

Reducibility method - History

Reducibility: a technique for proving SN of systems with simple types,intersection types...Properties:

Terms typeable in simply typed λ-calculus ( λ→) are SN

1967 Tait

Terms typeable in polymorphic λ-calculus (system F or λ2) are SN

1971 J.-Y. Girard - candidats de reductibilite1971 J. Reynolds - Forsythe

Terms typeable in λ-calculus with intersection types ( λ∩ or systemD) are SN

1990 Krivine1990s S. van Bakel, S.G., Amadio and Curien, among others

S. Ghilezan Reducibility method LAP 2013 24 / 35

Page 26: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility Simple and Intersection types

Reducibility method for simple and intersection types

Theorem

Terms typeable in λ→ and λ∩ are SN

Reducibility based on:type interpretation

[[ p ]] = SN ⊂ Λ,

[[ A→ B ]] = [[ A ]] −→ [[ B ]] = t|s ∈ [[ A ]] implies ts ∈ [[ B ]][[ A ∩ B ]] = [[ A ]] ∩ [[ B ]]

term valuationSρ(x) ∈ Λ,

[[ t ]]ρ = t[ρ(x1)/x1, . . . , ρ(xn)/xn]

[[ A ]] ⊆ SN

(Soundness) ` t : A then [[ t ]]ρ ∈ [[ A ]]

(SN) By taking ρ(x) = x , we get ` t : A implies t ∈ [[ A ]] ⊆ SN

S. Ghilezan Reducibility method LAP 2013 25 / 35

Page 27: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility Simple and Intersection types

Reducibility method for simple and intersection types

Suitable modifications of the reducibility method lead to uniform proofs ofother fundamental reduction properties

Normalisation, head normalisation, weak normalisation,...

Standardisation theorem

Confluence (Church–Rosser)

1985 R. Statman

1990s G. Koletsos, Y. Stavrinos

2000s S.G., S. Likavec, V.Kuncak

2000s M. Dezani, S.G., S. Likavec

2010s F. Kamareddine, V. Rahli, J. B. Wells

S. Ghilezan Reducibility method LAP 2013 26 / 35

Page 28: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility Polymorphic types

Reducibility method for polymorphic types

Theorem

Terms typeable in polymorphic λ calculus (λ2, system F ) are SN

Reducibility based ontype interpretationS

[[ p ]]ξ = Ξ ∈ SAT (Ξ ⊆ SN),

[[ A→ B ]]ξ = [[ A ]]ξ −→ [[ B ]]ξ == t|s ∈ [[ A ]]ξ implies ts ∈ [[ B ]]ξ

term valuationSρ(x) ∈ Λ,

[[ t ]]ρ = t[ρ(x1)/x1, . . . , ρ(xn)/xn]

(Soundness) ` t : A then [[ t ]]ρ ∈ [[ A ]]ξ

(SN) By taking ρ(x) = x and ξ(p) = SN we get ` t : A impliest ∈ SN

S. Ghilezan Reducibility method LAP 2013 27 / 35

Page 29: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility Polymorphic types

Reducibility method for polymorphic types

Importance

the statement can be formulated in first order Peano arithmetic

the proof cannot be formulated in first order Peano arithmetic

Meaningful Godel sentence, 1970s J.-Y. Girard, J. Reynolds

Importance in computer science

Tait’s method is a powerful proof technique frequently used forshowing foundational properties of languages based on typed λ-calculi

these proofs have been extremely difficult to formalize in proofassistants with weak meta-logics

S. Ghilezan Reducibility method LAP 2013 28 / 35

Page 30: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Reducibility Classical logic

Reducibility method and classical logic

The reducibility method is not well suited to prove strong normalizationfor λµ-calculus, the simply typed classical term calculusR. David, K. Nour (2005)

The algorithmic interpretation of classical logic changes the focus ofcomputation

The “symmetric candidates” technique used to prove strongnormalisation employs a fixed-point technique

S. Ghilezan Reducibility method LAP 2013 29 / 35

Page 31: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Logical relations

1 λ-calculus vs Intuitionistic logicIntuitionistic logicλ-calculus

2 Types in λ-calculusSimple typesCurry–Howard paradigmIntersection types

3 ReducibilitySimple and Intersection typesPolymorphic typesClassical logic

4 Logical relationsTheoryApplication

S. Ghilezan Reducibility method LAP 2013 30 / 35

Page 32: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Logical relations Theory

Logical relations - theory

Reducibility relates terms typeable in a certain type system (simple,intersection, polymorphic...) and terms satisfying certain reductionproperties (strong normalisation, head normalisation ...).

It can be represented by a unary predicate Pα(t), which means that aterm t typeable by α satisfies the property P.

Types are interpreted as suitable sets of terms called saturated orstable sets.

Soundness of the type assignment is obtained with respect to theseinterpretations.

A consequence of soundness: every term typeable in the type systembelongs to the interpretation of its type.

This is an intermediate step between the terms typeable in the giventype system and terms satisfying the considered property P.

S. Ghilezan Reducibility method LAP 2013 31 / 35

Page 33: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Logical relations Theory

Logical relations - theory

Logical relations

Method based on binary relations Rα(t, t ′), which relate terms t andt ′ typeable by the type α that satisfy the relation R.

Types are then interpreted as admissible relations.

1985 R. Statman1985 G. Koletsosconfluence (the Church-Rosser property) of βη-reduction of the simplytyped λ-calculus.

S. Ghilezan Reducibility method LAP 2013 32 / 35

Page 34: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Logical relations Application

Logical relations - application

Powerful tool in programming languages.1996 J. Mitchell2002 B. PierceImportant applications:

Observational equivalence: logical relations prove that terms obtainedby optimisation are equivalent.

Compiler correctness: logical relations are employed to relate thesource and target language.

Security information flow: logical relations prove that the systemprevents high security data to leak in low security output.

S. Ghilezan Reducibility method LAP 2013 33 / 35

Page 35: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Logical relations Application

Publications

S. Ghilezan, J. Ivetic, P. Lescanne, and S. Likavec.Intersection types for the resource control lambda calculi.ICTAC 2011, LNCS 6916: 116-134 (2011)

D. Dougherty, S. Ghilezan and P. Lescanne.Characterizing strong normalization in the Curien-Herbelin symmetriclambda calculus: extending the Coppo-Dezani heritage.Theoretical Computer Science 398: 114-128 (2008)

J. Espırito Santo, S. Ghilezan, J. Ivetic.Characterizing strongly normalising intuitionistic sequent terms.TYPES 2007, Lecture Notes in Computer Science 4941: 85-99 (2007)

M. Dezani-Ciancaglini, S. Ghilezan, and S. Likavec.Behavioural inverse limit lambda models.Theoretical Computer Science 316:49-74, (2004)

S. Ghilezan Reducibility method LAP 2013 34 / 35

Page 36: Reducibility method: an overview - University of Novi Sadimft.ftn.uns.ac.rs/~silvia/uploads/Main/LAP_Ghilezan.pdfViktor Kun cak S. Ghilezan Reducibility method LAP 2013 2 / 35. Working

Logical relations Application

S. Ghilezan, S. Likavec.Reducibility: a ubiquitous method in lambda calculus with intersectiontypes.ITRS 2002, ENTCS 70 (2003)

S. Ghilezan, V. Kuncak.Confluence of Untyped Lambda Calculus via Simple Types.ICTCS 2000, LNCS 2202: 38-49 (2001)

H. P. Barendregt, S. Ghilezan.Lambda terms for natural deduction, sequent calculus andcut-elimination.Journal of Functional Programming 10(1): 121-134 (2000)

S. Ghilezan.Strong normalization and typability with intersection types.Notre Dame Journal of Formal Logic 37: 44-53 (1996).

S. Ghilezan Reducibility method LAP 2013 35 / 35