
Dipl.-Inform. André Platzer
On this page:
back to the mainpage.
1
Publications (with abstracts)
-
[Pla08a]
-
André Platzer.
Differential-algebraic dynamic logic for differential-algebraic
programs.
Journal of Logic and Computation, 2008.
Accepted for publication.
[ bib |
.pdf ]
We generalise dynamic logic to a logic for
differential-algebraic programs, i.e., discrete programs
augmented with first-order differential-algebraic formulas as
continuous evolution constraints in addition to first-order
discrete jump formulas. These programs characterise interacting
discrete and continuous dynamics of hybrid systems elegantly and
uniformly. For our logic, we introduce a calculus over real
arithmetic with discrete induction and a new differential
induction with which differential-algebraic programs can be
verified by exploiting their differential constraints
algebraically without having to solve them. We develop the
theory of differential induction and differential refinement and
analyse their deductive power. As a case study, we present
parametric tangential roundabout maneuvers in air traffic
control and prove collision avoidance in our calculus.
Keywords: dynamic logic, differential constraints, sequent calculus, verification of hybrid systems, differential induction, theorem proving
-
[Pla08b]
-
André Platzer.
Differential dynamic logic for hybrid systems.
Journal of Automated Reasoning, 41(2):143-189, 2008.
(c)
Springer-Verlag.
[ bib |
.pdf ]
Hybrid systems are models for complex physical systems and are
defined as dynamical systems with interacting discrete
transitions and continuous evolutions along differential
equations. With the goal of developing a theoretical and
practical foundation for deductive verification of hybrid
systems, we introduce a dynamic logic for hybrid programs, which
is a program notation for hybrid systems. As a verification
technique that is suitable for automation, we introduce a free
variable proof calculus with a novel combination of real-valued
free variables and Skolemisation for lifting quantifier
elimination for real arithmetic to dynamic logic. The calculus
is compositional, i.e., it reduces properties of hybrid programs
to properties of their parts. Our main result proves that this
calculus axiomatises the transition behaviour of hybrid systems
completely relative to differential equations. In a case study
with cooperating traffic agents of the European Train Control
System, we further show that our calculus is well-suited for
verifying realistic hybrid systems with parametric system
dynamics.
Keywords: dynamic logic, differential equations, sequent calculus, axiomatisation, automated theorem proving, verification of hybrid systems
-
[PQ08a]
-
André Platzer and Jan-David Quesel.
KeYmaera: A hybrid theorem prover for hybrid systems.
In Alessandro Armando, Peter Baumgartner, and Gilles Dowek, editors,
Automated Reasoning, Third International Joint Conference, IJCAR 2008,
Sydney, Australia, Proceedings, volume 5195 of LNCS, pages 171-178.
Springer, 2008.
(c)
Springer-Verlag.
[ bib |
.pdf ]
KeYmaera is a hybrid verification tool for hybrid systems that
combines deductive, real algebraic, and computer algebraic
prover technologies. It is an automated and interactive theorem
prover for a natural specification and verification logic for
hybrid systems. KeYmaera supports differential dynamic logic,
which is a real-valued first-order dynamic logic for hybrid
programs, a program notation for hybrid automata. For
automating the verification process, KeYmaera implements a
generalized free-variable sequent calculus and automatic proof
strategies that decompose the hybrid system specification
symbolically. To overcome the complexity of real arithmetic, we
integrate real quantifier elimination following an iterative
background closure strategy. Our tool is particularly suitable
for verifying parametric hybrid systems and has been used
successfully for verifying collision avoidance in case studies
from train control and air traffic management.
Keywords: dynamic logic, automated theorem proving, decision procedures, computer algebra, verification of hybrid systems
-
[PC08a]
-
André Platzer and Edmund M. Clarke.
Computing differential invariants of hybrid systems as fixedpoints.
In Aarti Gupta and Sharad Malik, editors, Computer-Aided
Verification, CAV 2008, Princeton, USA, Proceedings, volume 5123 of
LNCS, pages 176-189. Springer, 2008.
(c)
Springer-Verlag.
[ bib |
.pdf ]
We introduce a fixedpoint algorithm for verifying safety
properties of hybrid systems with differential equations whose
right-hand sides are polynomials in the state variables. In
order to verify nontrivial systems without solving their
differential equations and without numerical errors, we use a
continuous generalization of induction, for which our algorithm
computes the required differential invariants. As a means for
combining local differential invariants into global system
invariants in a sound way, our fixedpoint algorithm works with a
compositional verification logic for hybrid systems. To improve
the verification power, we further introduce a saturation
procedure that refines the system dynamics successively with
differential invariants until safety becomes provable. By
complementing our symbolic verification algorithm with a robust
version of numerical falsification, we obtain a fast and sound
verification procedure. We verify roundabout maneuvers in air
traffic management and collision avoidance in train control.
Keywords: verification of hybrid systems, differential invariants, verification logic, fixedpoint engine
-
[PQ08b]
-
André Platzer and Jan-David Quesel.
Logical verification and systematic parametric analysis in train
control.
In Magnus Egerstedt and Bud Mishra, editors, Hybrid Systems:
Computation and Control, 10th International Conference, HSCC 2008, St. Louis,
USA, Proceedings, volume 4981 of LNCS, pages 646-649. Springer, 2008.
(c)
Springer-Verlag.
[ bib |
.pdf ]
We formally verify hybrid safety properties of cooperation
protocols in a fully parametric version of the European Train
Control System (ETCS). We present a formal model using hybrid
programs and verify correctness using our logic-based
decomposition procedure. This procedure supports free parameters
and parameter discovery, which is required to determine correct
design choices for free parameters of ETCS.
Keywords: parametric verification, logic for hybrid systems, symbolic
decomposition
-
[PC08b]
-
André Platzer and Edmund M. Clarke.
Computing differential invariants of hybrid systems as fixedpoints.
Technical Report CMU-CS-08-103, School of Computer Science, Carnegie
Mellon University, Pittsburgh, PA, 2008.
[ bib |
.pdf ]
We introduce a fixedpoint algorithm for verifying safety
properties of hybrid systems with differential equations that
have right-hand sides that are polynomials in the state
variables. In order to verify non-trivial systems without
solving their differential equations and without numerical
errors, we use a continuous generalization of induction, for
which our algorithm computes the required differential
invariants. As a means for combining local differential
invariants into global system invariants in a sound way, our
fixedpoint algorithm works with a compositional verification
logic for hybrid systems. To improve the verification power, we
further introduce a saturation procedure that refines the system
dynamics successively with differential invariants until safety
becomes provable. By complementing our symbolic verification
algorithm with a robust version of numerical falsification, we
obtain a fast and sound verification procedure. We verify
roundabout maneuvers in air traffic management and collision
avoidance in train control.
Keywords: verification of hybrid systems, differential invariants, verification logic, fixedpoint engine
-
[Pla07a]
-
André Platzer.
Combining deduction and algebraic constraints for hybrid system
analysis.
In Bernhard Beckert, editor, 4th International Verification
Workshop, VERIFY'07, Workshop at Conference on Automated Deduction (CADE),
Bremen, Germany, volume 259, pages 164-178. CEUR-WS.org, 2007.
CEUR Workshop Proceedings.
[ bib |
.pdf ]
We show how theorem proving and methods for handling real
algebraic constraints can be combined for hybrid system
verification. In particular, we highlight the interaction of
deductive and algebraic reasoning that is used for handling the
joint discrete and continuous behaviour of hybrid systems. We
illustrate proof tasks that occur when verifying scenarios with
cooperative traffic agents. From the experience with these
examples, we analyse proof strategies for dealing with the
practical challenges for integrated algebraic and deductive
verification of hybrid systems, and we propose an iterative
background closure strategy.
Keywords: modular prover combination, analytic tableaux, verification of
hybrid systems, dynamic logic
-
[DMO+07]
-
Werner Damm, Alfred Mikschl, Jens Oehlerking, Ernst-Rüdiger Olderog, Jun
Pang, André Platzer, Marc Segelken, and Boris Wirtz.
Automating verification of cooperation, control, and design in
traffic applications.
In Cliff Jones, Zhiming Liu, and Jim Woodcock, editors, Formal
Methods and Hybrid Real-Time Systems, volume 4700 of LNCS, pages
115-169. Springer-Verlag, 2007.
(c)
Springer-Verlag.
[ bib ]
We present a verification methodology for cooperating traffic
agents covering analysis of cooperation strategies, realization
of strategies through control, and implementation of control.
For each layer, we provide dedicated approaches to formal
verification of safety and stability properties of the design.
The range of employed verification techniques invoked to span
this verification space includes application of pre-verified
design patterns, automatic synthesis of Lyapunov functions,
constraint generation for parameterized designs, model-checking
in rich theories, and abstraction refinement. We illustrate
this approach with a variant of the European Train Control
System (ETCS), employing layer specific verification techniques
to layer specific views of an ETCS design.
Keywords:
-
[Pla07b]
-
André Platzer.
Differential dynamic logic for verifying parametric hybrid systems.
In Nicola Olivetti, editor, Automated Reasoning with Analytic
Tableaux and Related Methods, International Conference, TABLEAUX 2007, Aix en
Provence, France, July 3-6, 2007, Proceedings, volume 4548 of LNCS,
pages 216-232. Springer-Verlag, 2007.
(c)
Springer-Verlag.
[ bib |
.pdf ]
We introduce a first-order dynamic logic for reasoning about
systems with discrete and continuous state transitions, and we
present a sequent calculus for this logic. As a uniform model,
our logic supports hybrid programs with discrete and
differential actions. For handling real arithmetic during
proofs, we lift quantifier elimination to dynamic logic. To
obtain a modular combination, we use side deductions for
verifying interacting dynamics. With this, our logic supports
deductive verification of hybrid systems with symbolic
parameters and first-order definable flows. Using our calculus,
we prove a parametric inductive safety constraint for speed
supervision in a train control system.
Keywords: dynamic logic, sequent calculus, verification of parametric
hybrid systems, quantifier elimination
-
[Pla07d]
-
André Platzer.
A temporal dynamic logic for verifying hybrid system invariants.
Reports of SFB/TR 14 AVACS 12, February 2007.
ISSN: 1860-9821, http://www.avacs.org.
[ bib |
.pdf ]
-
[Pla07e]
-
André Platzer.
A temporal dynamic logic for verifying hybrid system invariants.
In S. Artemov and A. Nerode, editors, Logical Foundations of
Computer Science, International Symposium, LFCS 2007, New York, USA,
Proceedings, volume 4514 of LNCS, pages 457-471. Springer, 2007.
(c)
Springer-Verlag.
[ bib |
.pdf ]
We combine first-order dynamic logic for reasoning about possible
behaviour of hybrid systems with temporal logic for reasoning
about the temporal behaviour during their operation. Our logic
supports verification of hybrid programs with first-order
definable flows and provides a uniform treatment of discrete and
continuous evolution. For our combined logic, we generalise the
semantics of dynamic modalities to refer to hybrid traces instead
of final states. Further, we prove that this gives a conservative
extension of dynamic logic. On this basis, we provide a modular
verification calculus that reduces correctness of temporal
behaviour of hybrid systems to non-temporal reasoning. Using this
calculus, we analyse safety invariants in a train control system
and symbolically synthesise parametric safety constraints.
Keywords: dynamic logic, sequent calculus, logic for hybrid systems,
temporal logic, deductive verification of embedded systems
-
[Pla07c]
-
André Platzer.
Differential logic for reasoning about hybrid systems.
In A. Bemporad, A. Bicchi, and G. Buttazzo, editors, Hybrid
Systems: Computation and Control, 10th International Conference, HSCC 2007,
Pisa, Italy, Proceedings, volume 4416 of LNCS, pages 746-749.
Springer-Verlag, 2007.
(c)
Springer-Verlag.
[ bib |
.pdf ]
We propose a first-order dynamic logic for reasoning about hybrid
systems. As a uniform model for discrete and continuous evolutions
in hybrid systems, we introduce hybrid programs with differential
actions. Our logic can be used to specify and verify correctness
statements about hybrid programs, which are suitable for symbolic
processing by calculus rules. Using first-order variables, our
logic supports systems with symbolic parameters. With dynamic
modalities, it is prepared to handle multiple system components.
Keywords: dynamic logic, hybrid systems, parametric verification
-
[PC07]
-
André Platzer and Edmund M. Clarke.
The image computation problem in hybrid systems model checking.
In A. Bemporad, A. Bicchi, and G. Buttazzo, editors, Hybrid
Systems: Computation and Control, 10th International Conference, HSCC 2007,
Pisa, Italy, Proceedings, volume 4416 of LNCS, pages 473-486.
Springer-Verlag, 2007.
(c)
Springer-Verlag.
[ bib |
.pdf ]
In this paper, we analyze limits of approximation techniques for
(non-linear) continuous image computation in model checking hybrid
systems. In particular, we show that even a single step of
continuous image computation is not semidecidable numerically even
for a very restricted class of functions. Moreover, we show that
symbolic insight about derivative bounds provides sufficient
additional information for approximation refinement model
checking. Finally, we prove that purely numerical algorithms can
perform continuous image computation with arbitrarily high
probability. Using these results, we analyze the prerequisites for
a safe operation of the roundabout maneuver in air traffic
collision avoidance.
Keywords: model checking, hybrid systems, image computation
-
[KP07]
-
Stephanie Kemper and André Platzer.
Sat-based abstraction refinement for real-time systems.
In Frank S. de Boer and Vladimir Mencl, editors, Formal Aspects
of Component Software, Third International Workshop, FACS 2006, Prague, Czech
Republic, Proceedings, volume 182 of ENTCS, pages 107-122, 2007.
[ bib |
.pdf ]
In this paper, we present an abstraction refinement approach for
model checking safety properties of real-time systems using
SAT-solving. With a faithful embedding of bounded model checking
for systems of timed automata into propositional logic and linear
arithmetic, we achieve both, quick abstraction techniques and a
linear-size representation of parallel composition. In this
logical setting, we introduce an abstraction that works uniformly
for clocks, events, and states. When necessary, abstractions are
refined by analysing spurious counterexamples using a promising
extension of counterexample-guided abstraction refinement with
syntactic information about Craig interpolants. To support
generalisations, our overall approach identifies the algebraic and
logical principles required for logic-based abstraction
refinement.
Keywords: abstraction refinement, model checking, real-time systems,
SAT, Craig interpolation
-
[Pla07f]
-
André Platzer.
Towards a hybrid dynamic logic for hybrid dynamic systems.
In Patrick Blackburn, Thomas Bolander, Torben Braüner, Valeria
de Paiva, and Jørgen Villadsen, editors, Proc., LICS International
Workshop on Hybrid Logic, HyLo 2006, Seattle, USA, volume 174 of
ENTCS, pages 63-77, Jun 2007.
[ bib |
.pdf ]
We introduce a hybrid variant of a dynamic logic with continuous
state transitions along differential equations, and we present a
sequent calculus for this extended hybrid dynamic logic. With the
addition of satisfaction operators, this hybrid logic provides
improved system introspection by referring to properties of states
during system evolution. In addition to this, our calculus
introduces state-based reasoning as a paradigm for delaying
expansion of transitions using nominals as symbolic state
labels. With these extensions, our hybrid dynamic logic advances
the capabilities for compositional reasoning about (semialgebraic)
hybrid dynamic systems. Moreover, the constructive reasoning
support for goal-oriented analytic verification of hybrid dynamic
systems carries over from the base calculus to our extended
calculus.
Keywords: hybrid logic, dynamic logic, sequent calculus, compositional
verification, real-time hybrid dynamic systems
-
[BP06]
-
Bernhard Beckert and André Platzer.
Dynamic logic with non-rigid functions: A basis for object-oriented
program verification.
In U. Furbach and N. Shankar, editors, Automated Reasoning,
Third International Joint Conference, IJCAR 2006, Seattle, WA, USA, August
17-20, 2006, Proceedings, volume 4130 of LNCS, pages 266-280.
Springer-Verlag, 2006.
(c) Springer-Verlag.
[ bib |
.pdf ]
We introduce a dynamic logic that is enriched by non-rigid
functions, i.e., functions that may change their value from state
to state (during program execution), and we present a (relatively)
complete sequent calculus for this logic. In conjunction with
dynamically typed object enumerators, non-rigid functions allow to
embed notions of object-orientation in dynamic logic, thereby
forming a basis for verification of object-oriented programs. A
semantical generalisation of substitutions, called state update,
which we add to the logic, constitutes the central technical
device for dealing with object aliasing during function
modification. With these few extensions, our dynamic logic
captures the essential aspects of the complex verification system
KeY and, hence, constitutes a foundation for object-oriented
verification with the principles of reasoning that underly the
successful KeY case studies.
Keywords: dynamic logic, sequent calculus, program logic, software
verification, logical foundations of programming languages,
object-orientation