• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol-South Tyrol-Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

On the Computational Interpretation of Intermediate Logics

On the Computational Interpretation of Intermediate Logics

Federico Aschieri (ORCID: 0000-0002-6456-3043)
  • Grant DOI 10.55776/P32080
  • Funding program Principal Investigator Projects
  • Status ended
  • Start January 1, 2019
  • End February 28, 2022
  • Funding amount € 298,158
  • Project website

Disciplines

Computer Sciences (30%); Mathematics (70%)

Keywords

    Natural Deduction, Intermediate Logics, Curry-Howard, Proof Theory, Concurrent Lambda Calculi

Abstract Final report

One of the most remarkable discoveries in the history of logic is that formal proofs can be seen as, and actually are, certified computer programs. Each logical inference corresponds to a natural construct of a functional programming language. This result was first discovered for constructive proofs and then extended to classical ones -- those that may use ineffective principles such as the excluded middle. This correspondence between proofs and programs is known as Curry-Howard isomorphism; it allows logic to become a powerful, bug-free programming language. Nowadays we know how to computationally interpret several expressive logical and mathematical systems, but unfortunately not all of those that matter to us and not as efficiently as possible. In this project we aim to fill an important gap in the theory of the computational interpretation of proofs. Namely, intermediate logics -- logics stronger than intuitionistic logic but weaker than classical -- still do not posses analytic natural deduction systems and Curry-Howard correspondences, but for rare exceptions. They have however a great computational potential. In fact, many intermediate logics include non-constructive axioms, but they have special constructive properties and are more similar to intuitionistic logic than to classical. Moreover, they can model programming mechanisms such as parallelism and message passing between concurrent processes. Since many intermediate logics can be formalized by Avron`s hypersequent calculus, also a full theory of Curry-Howard correspondence can be developed.

The goal of this project was to advance our understanding of parallel computation by means of logic. Parallel programs allow to make several different computations at the same time, and thus solve computational problems faster and more efficiently than sequential programs. Unfortunately, parallel programming is prone to error and there are very few methods that can be used to prove correctness of parallel programs. In this project we used logic as a tool to design and reason about parallel functional programs. We discovered in particular that multiplicative linear logic can be used as a type system for a new, simple, yet expressive parallel extension of simply typed lambda calculus, which is the basis of all functional programming languages. All programs that one can type are correct by construction, that is, they terminate, they don't have deadlocks, they give a result, and always give the same result independently from how they are evaluated. Other results of this project show that intermediate logics, that is, logics that encode constructive reasoning but are contained in classical logical reasoning, can act as type systems for expressive functional programming languages. Namely, one can start from a communication topology that programs should employ for exchanging messages, and automatically obtain a logic that types only processes that communicate according to the topology. This allows complex communication mechanisms, whose correctness and termination is guaranteed by the type system itself.

Research institution(s)
  • Technische Universität Wien - 100%
International project participants
  • Stefano Berardi, Universita di Torino - Italy
  • Jorge A. Perez, University of Groningen - Netherlands

Research Output

  • 8 Citations
  • 11 Publications
Publications
  • 2021
    Title Limits of real numbers in the binary signed digit representation
    DOI 10.48550/arxiv.2103.15702
    Type Preprint
    Author Wiesnet F
  • 2020
    Title Par means Parallel: multiplicative linear logic proofs as concurrent functional programs
    Type Conference Proceeding Abstract
    Author Federico Aschieri
    Conference Principles of Programming Languages (POPL 2020)
    Pages 18:1--18:28
    Link Publication
  • 2020
    Title On the concurrent computational content of intermediate logics
    Type Journal Article
    Author Agata Ciabattoni
    Journal Theoretical Computer Science
    Pages 375--409
    Link Publication
  • 2020
    Title A typed parallel lambda-calculus via 1-depth intermediate proofs
    Type Conference Proceeding Abstract
    Author Agata Ciabattoni
    Conference LPAR 2020
    Pages 68-89
    Link Publication
  • 2019
    Title Natural Deduction and Normalization Proofs for the Intersection Type Discipline
    DOI 10.48550/arxiv.1904.10106
    Type Preprint
    Author Aschieri F
  • 2019
    Title $\unicode{8523}$ means Parallel: Multiplicative Linear Logic Proofs as Concurrent Functional Programs
    DOI 10.48550/arxiv.1907.03631
    Type Preprint
    Author Aschieri F
  • 2019
    Title Natural Deduction and Normalization Proofs for the Intersection Type Discipline
    DOI 10.4204/eptcs.293.3
    Type Journal Article
    Author Aschieri F
    Journal Electronic Proceedings in Theoretical Computer Science
    Pages 29-37
    Link Publication
  • 2020
    Title A typed parallel lambda-calculus via 1-depth intermediate proofs
    DOI 10.29007/g15z
    Type Conference Proceeding Abstract
    Author Aschieri F
    Pages 68-45
    Link Publication
  • 2019
    Title Par means parallel: multiplicative linear logic proofs as concurrent functional programs
    DOI 10.1145/3371086
    Type Journal Article
    Author Aschieri F
    Journal Proceedings of the ACM on Programming Languages
    Pages 1-28
    Link Publication
  • 2022
    Title Limits of real numbers in the binary signed digit representation
    DOI 10.46298/lmcs-18(3:24)2022
    Type Journal Article
    Author Köpp N
    Journal Logical Methods in Computer Science
    Link Publication
  • 2020
    Title On the concurrent computational content of intermediate logics
    DOI 10.1016/j.tcs.2020.01.022
    Type Journal Article
    Author Aschieri F
    Journal Theoretical Computer Science
    Pages 375-409
    Link Publication

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF