• 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

  

Holonomic Sequences in Program Verification

Holonomic Sequences in Program Verification

Maximilian Jaroschek (ORCID: 0000-0001-6523-9758)
  • Grant DOI 10.55776/P31427
  • Funding program Principal Investigator Projects
  • Status ended
  • Start July 1, 2018
  • End February 28, 2021
  • Funding amount € 228,784
  • Project website

Disciplines

Computer Sciences (40%); Mathematics (60%)

Keywords

    Holonomic Sequences, Static Program Analysis, Loop Invariant Synthesis, Skolem problem, Positivity Of Number Sequences

Abstract Final report

When being dependent on complex software systemson a plane, in a hospital, or in a carone has to be able to trust that they perform their tasks faultlessly. In order to ensure this, automated program analysis and verification utilizes computers to generate formal proofs that confirm the correctness of the underlying algorithms by mathematical means. An integral part of program analysis is the characterization of the possible data that is stored in variables, manipulated, and processed during the program execution. This can be achieved with the help of equations and inequalities which describe the boundaries of the data values that are reachable during the computation. Can a variable in an algorithm have negative values? Is the sum of the values in two given variables ever the number zero? Answers to this kind of questions are necessary to prevent incidents caused by software bugs like the explosion of the unmanned Ariane 5 rocket in the year 1994. Coincidentally, discovering these answers is among the hardest problems in program analysis. Our goal is to develop algorithmic methods for automatically generating suitable equations and inequalities, based on techniques coming from computer algebra and static program analysis. The values of variables do not change randomly but form regular number sequences. In the vast majority of programs, these number sequences belong to the class of holonomic sequences, which, for example, also includes the famous Fibonacci sequence. In the mathematical theory of holonomic sequences, many tools for their study have been developed, but even in some deceptively simple looking cases, these turn out to be insufficient for a full analysis. Additionally, these methods have only found sporadic application in program verification. In this project, we investigate ways to combine methods from program analysis and the mathematics of holonomic sequences in order to advance theory and practice in both disciplines. On the one hand, we work on adapting the methods developed for the analysis of sequences for the systematic use in program verification. Thus, the classification of the possible range of data stored in variables can be performed more precisely and effectively. On the other hand, we investigate how open questions regarding holonomic sequences can be answered by employing new and existing techniques in program verification. This will lead to new insight in the mathematical theory that is at the basis of these sequences and moreover we will give researchers and users of computer-aided mathematics access to powerful techniques for handling number sequences and inequalities.

The main focus of the Project "Holonomic Sequences in Program Verification" was the automated, mathematical analysis of algorithms, like they are used in countless computer programs in all areas of daily life. Such an analysis makes it possible to prove the correct behaviour of the program, which is of utmost importance in security critical application domains. Despite numerous efforts ranging back to the beginning of the 20th century and the first formulation of the modern interpretation of the term "computer", automated program analysis has not lost its status as a fundamental problem which can only be solved efficiently in a very few special cases. With a new, innovative approach, the researchers in the project aimed to explore new ways to solve this problem. To this end, they employed numerous theories from the mathematical toolbox. By combining modern results from different mathematical areas like discrete mathematics, computer algebra, and algorithmic geometry, they were able to gain valuable insight which may prove essential in future endeavours to find new methods for automated program verification and help to elevate future research in that direction. In addition to the theoretical contributions, the project also helped creating a framework for obtaining precise experimental data. This framework comes in the form of a collection of computer programs-referred to as a "library" in computer science-which allow a detailed analysis of systems of differential and difference equations. Such systems of equations form the central objects of interest in the mathematical representation of complex phenomena, including the variations in stored data during the execution of a computer program. The library and its source code are freely available for anyone interested. Despite the severe impact that the Covid-pandemic had during the last twelve months on the academic working environment in general and the project in particular, the researchers have succeeded in supporting the scientific community with important contributions, and in further strengthening the status of fundamental research In Austria.

Research institution(s)
  • Technische Universität Wien - 100%

Research Output

  • 2 Citations
  • 2 Publications
Publications
  • 2021
    Title Removing apparent singularities of linear difference systems
    DOI 10.1016/j.jsc.2019.10.010
    Type Journal Article
    Author Barkatou M
    Journal Journal of Symbolic Computation
    Pages 86-107
    Link Publication
  • 2022
    Title Lonely Points in Simplices
    DOI 10.1007/s00454-022-00428-2
    Type Journal Article
    Author Jaroschek M
    Journal Discrete & Computational Geometry
    Pages 4-25
    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