Research Interests of André Platzer

  1. Home
  2. >>
  3. Research

Overview

Table of Contents
  1. Programming Languages and Logic for Dynamical Systems
  2. KeYmaera X: An aXiomatic Tactical Theorem Prover for Hybrid Systems
  3. Applications

Research

My research develops logics for dynamical systems to characterize the logical foundations of cyber-physical systems and to answer the question how we can trust a computer to control physical processes. The solution to this challenge is the key to enabling computer assistance that we can bet our lives on. I pursue this challenge with the principled design of programming languages with logics that can provide proofs as correctness guarantees.

Textbook: Logical Foundations of Cyber-Physical Systems

Whether in cars, aircraft, or robots, the decisions that their computer programs reach have a crucial impact on all of us and they have the potential to make the world a better place. Computer programs can help us drive cars, help pilots fly aircraft, and enable robots to help the humans that they are interacting with. Along with these exciting prospects comes the responsibility to get the programs correct, though, which is quite a difficult challenge in light of the vagaries and uncertainties of the physical world.

My research group is pursuing this challenge with three related thrusts [IJCAR'16]:

  1. The design of mathematically grounded programming languages for dynamical systems that make it possible to unambiguously describe the behavior of a computer control program and its interaction with a physical model and to reason about its effect in logic.
  2. The design and realization of practical proof systems for those logics that make it possible to efficiently analyze the safety of a dynamical system.
  3. Making use of these capabilities by analyzing challenging applications in our prover KeYmaera X.

Programming Languages and Logic for Dynamical Systems

Logics of dynamical systems study logics and proof principles for properties of dynamical systems. Dynamical systems are mathematical models describing how the state of a system evolves over time. They are important in modeling and understanding many applications, including embedded systems and cyber-physical systems (CPSs). CPSs combine cyber capabilities (computation and/or communication) with physical capabilities (motion or other physical processes) to solve problems that no part could solve alone. Cars, aircraft and robots are prime examples, because they move physically in space in a way that is determined by discrete computerized control algorithms. Designing these algorithms to control CPSs is challenging due to their tight coupling with physical behavior. At the same time, it is vital that these algorithms be correct, since we rely on CPSs for safety-critical tasks like keeping aircraft from colliding.

Logical Foundations of Cyber-Physical Systems
"How can we provide people with cyber-physical systems they can bet their lives on?" [Jeannette Wing]

In our group, we develop the Logical Foundations of Cyber-physical Systems and study the use of logics of dynamical systems and their programming languages in formal verification and validation of CPS. This relatively young area is a promising direction for future research, unique in its manifold connections to other pure and applied sciences, including many areas of mathematics, physics, and control theory. [details]

KeYmaera X: An aXiomatic Tactical Theorem Prover for Hybrid Systems

KeYmaera X is our theorem prover for logics for dynamical systems, especially hybrid systems with mixed discrete and continuous dynamics. Reasoning about complicated hybrid systems requires support for sophisticated proof techniques and efficient computation. KeYmaera X allows users to specify custom proof search techniques as tactics, execute tactics in parallel, and interface with partial proofs via an extensible user interface.

KeYmaera X Software: An aXiomatic Tactical Theorem Prover for Hybrid Systems

KeYmaera X is built up from a small trusted core. The core contains a finite list of locally sound axioms (about 50) that are instantiated using a uniform substitution proof rule. Isolating all soundness-critical reasoning in this axiomatic core obviates the otherwise intractable task of ensuring that proof search algorithms are implemented correctly. This enables advanced proof search features---such as aggressive, speculative proof search and user-defined tactics built using a flexible proof tactic language---without correctness concerns that could undermine the usefulness of automated analysis. [details]

Applications

Practical applications of cyber-physical systems can have a huge impact on society if they are safe, which is what logic and programming language techniques can help ensure. Conversely, applications give rise to many interesting challenges and insights on how reasoning about CPS can be mode more efficient. This gives us a dual interest in applications, for the sake of finding out how to safely design CPS as well as as an inspiration for new reasoning principles.

Case Study: A formally verified hybrid system for safe advisories in the next-generation airborne collision avoidance system (STTT'17)

Logics of dynamical systems have already been instrumental in verifying many applications, including the Federal Administration Aviation (FAA)'s Airborne Collision Avoidance System ACAS X, the European Train Control System ETCS and the Federal Railroad Administration (FRA)'s train control model, automotive systems, mobile ground robot navigation, and a surgical robotic system for skull-base surgery. [details]