Keywords

1 Introduction

KeYmaera X [7] is a theorem prover implementing differential dynamic logic dL   [17, 19,20,21] for specifying and verifying properties of hybrid systems mixing discrete dynamics and differential equations. Definitions enable users to express complex theorem statements in concise terms, e.g., by modularizing hybrid system models and their proofs [14]. Prior to this work, KeYmaera X had only one mechanism for definition, namely, non-recursive abbreviations via uniform substitution [14, 20]. This restriction meant that common and useful functions, e.g., the trigonometric and exponential functions, could not be directly used in KeYmaera X, even though they can be uniquely characterized by dL  formulas [17].

This system description introduces a new KeYmaera X definitional mechanism where functions are implicitly defined in dL  as solutions of ordinary differential equations (ODEs). Although definition packages are available in most general-purpose proof assistants, our package is novel in tackling the question of how best to support user-defined functions in the domain-specific setting for hybrid systems. In contrast to tools with builtin support for some fixed subsets of special functions [1, 9, 23]; or higher-order logics that can work with functions via their infinitary series expansions [4], e.g., \(\exp (t) =\sum _{i=0}^\infty \frac{t^i}{i!}\); our package strikes a balance between practicality and generality by allowing users to define and reason about any function characterizable in dL  as the solution of an ODE (Sect. 2), e.g., \(\exp (t)\) solves the ODE \(e^{\prime }=e\) with initial value \(e(0)=1\).

Theoretically, implicit definitions strictly expand the class of ODE invariants amenable to dL’s complete ODE invariance proof principles [22]; such invariants play a key role in ODE safety proofs [21] (see Proposition 3). In practice, arithmetical identities and other specifications involving user-defined functions are proved by automatically unfolding their implicit ODE characterizations and re-using existing KeYmaera X support for ODE reasoning (Sect. 3). The package is designed to provide seamless integration of implicit definitions in KeYmaera X and its usability is demonstrated on several hybrid system verification examples drawn from the literature that involve special functions (Sect. 4).

All proofs are in the supplement [8]. The definitions package is part of KeYmaera X with a usage guide at: http://keymaeraX.org/keymaeraXfunc/.

2 Interpreted Functions in Differential Dynamic Logic

This section briefly recalls differential dynamic logic (dL) [17, 18, 20, 21] and explains how its term language is extended to support implicit function definitions.

Syntax. Terms \(e, \tilde{e}\) and formulas \(\phi ,\psi \) in dL  are generated by the following grammar, with variable x, rational constant c, k-ary function symbols \(h\) (for any \(k \in \mathbb {N} \)), comparison operator \(\sim {\in }~\{=,\ne ,\ge ,>,\le ,<\}\), and hybrid program \(\alpha \):

$$\begin{aligned} e,\tilde{e}&\mathrel {::=}x ~|~c ~|~e+ \tilde{e}~|~e\cdot \tilde{e}~|~h(e_1,\dots ,e_k) \end{aligned}$$
(1)
$$\begin{aligned} \phi ,\psi&\mathrel {::=}e\sim \tilde{e}~|~\phi \wedge \psi ~|~\phi \vee \psi ~|~\lnot {\phi } ~|~\forall {x}{\phi } ~|~\exists {x}{\phi } ~|~\left[ \alpha \right] {\phi } ~|~\left\langle \alpha \right\rangle {\phi } \end{aligned}$$
(2)

The terms and formulas above extend the first-order language of real arithmetic (FOL\(_{\mathbb {R}}\)) with the box (\(\left[ \alpha \right] {\phi }\)) and diamond (\(\left\langle \alpha \right\rangle {\phi }\)) modality formulas which express that all or some runs of hybrid program \(\alpha \) satisfy postcondition \(\phi \), respectively. Table 1 gives an intuitive overview of dL’s hybrid programs language for modeling systems featuring discrete and continuous dynamics and their interactions thereof. In dL’s uniform substitution calculus, function symbols \(h\) are uninterpreted, i.e., they semantically correspond to an arbitrary (smooth) function. Such uninterpreted function symbols (along with uninterpreted predicate and program symbols) are crucially used to give a parsimonious axiomatization of dL  based on uniform substitution [20] which, in turn, enables a trustworthy microkernel implementation of the logic in the theorem prover KeYmaera X  [7, 16].

Table 1. Syntax and informal semantics of hybrid programs
Fig. 1.
figure 1

Running example of a swinging pendulum driven by an external force (left), its hybrid program models and dL  safety specification (right). Program \(\alpha _s\) uses trigonometric functions directly, while program \(\hat{\alpha }_s\) uses variables to implicitly track the values of \(\sin (\theta )\) and \(\cos (\theta )\), respectively (additions in ). The implicit characterizations are defined in (4), (5) and are not repeated here for brevity. (Color figure online)

Running Example. Adequate modeling of hybrid systems often requires the use of interpreted function symbols that denote specific functions of interest. As a running example, consider the swinging pendulum shown in Fig. 1. The ODEs describing its continuous motion are \({\theta ^{\prime } = \omega , \omega ^{\prime } = -\frac{g}{L}\sin (\theta ) - k\omega }\), where \(\theta \) is the swing angle, \(\omega \) is the angular velocity, and gkL are the gravitational constant, coefficient of friction, and length of the rigid rod suspending the pendulum, respectively. The hybrid program \(\alpha _s\) models an external force that repeatedly pushes the pendulum and changes its angular velocity by a nondeterministically chosen value p; the guard \(\texttt {if}(\dots )\,\) condition is designed to ensure that the push does not cause the pendulum to swing above the horizontal as specified by \(\phi _s \). Importantly, the function symbols \(\sin , \cos \) must denote the usual real trigonometric functions in \(\alpha _s\). Program \(\hat{\alpha }_s\) shows the same pendulum modeled in dL  without the use of interpreted symbols, but instead using auxiliary variables . Note that \(\hat{\alpha }_s\) is cumbersome and subtle to get right: the implicit characterizations from (4), (5) are lengthy and the differential equations must be manually calculated and added to ensure that correctly track the trigonometric functions as \(\theta \) evolves continuously [18, 22].

Interpreted Functions. To enable extensible use of interpreted functions in dL, the term grammar (1) is enriched with k-ary function symbols \(h\) that carry an interpretation annotation [5, 27], \({h}_{{\ll }\phi {\gg }}\), where \(\phi \equiv \phi (x_0,y_1,\dots ,y_k)\) is a dL  formula with free variables in \(x_0,y_1,\dots ,y_k\) and no uninterpreted symbols. Intuitively, \(\phi \) is a formula that characterizes the graph of the intended interpretation for \(h\), where \(y_1,\dots ,y_k\) are inputs to the function and \(x_0\) is the output. Since \(\phi \) depends only on the values of its free variables, its formula semantics \([\![{\phi }]\!]\) can be equivalently viewed as a subset of Euclidean space \([\![{\phi }]\!]\subseteq \mathbb {R} \times \mathbb {R} ^k\) [20, 21]. The dL  term semantics \(\nu [\![{e}]\!]\) [20, 21] in a state \(\nu \) is extended with a case for terms \({h}_{{\ll } \phi {\gg }}(e_1,\dots ,e_k)\) by evaluation of the smooth \(C^\infty \) function characterized by \([\![{\phi }]\!]\):

$$\begin{aligned} \nu [\![{h}_{{\ll } \phi {\gg }}(e_1,\dots ,e_k)]\!]= {\left\{ \begin{array}{ll} \hat{h}(\nu [\![{e_1}]\!],\dots ,\nu [\![{e_k}]\!]) &{} \text {if}~[\![{\phi }]\!]~\text {graph of smooth }\hat{h} {:} \mathbb {R} ^k {\rightarrow } \mathbb {R} \\ 0 &{} \text {otherwise} \end{array}\right. } \end{aligned}$$

This semantics says that, if the relation \([\![{\phi }]\!]\subseteq \mathbb {R} \times \mathbb {R} ^k\) is the graph of some smooth \(C^\infty \) function \(\hat{h} : \mathbb {R} ^k \rightarrow \mathbb {R} \), then the annotated syntactic symbol \({h}_{{\ll } \phi {\gg }}\) is interpreted semantically as \(\hat{h}\). Note that the graph relation uniquely defines \(\hat{h}\) (if it exists). Otherwise, \({h}_{{\ll } \phi {\gg }}\) is interpreted as the constant zero function which ensures that the term semantics remain well-defined for all terms. An alternative is to leave the semantics of some terms (possibly) undefined, but this would require more extensive changes to the semantics of dL  and extra case distinctions during proofs [2].

Axiomatics and Differentially-Defined Functions. To support reasoning for implicit definitions, annotated interpretations are reified to characterization axioms for expanding interpreted functions in the following lemma.

Lemma 1

(Function interpretation). The FI axiom (below) for dL  is sound where \(h\) is a k-ary function symbol and the formula semantics \([\![{\phi }]\!]\) is the graph of a smooth \(C^\infty \) function \(\hat{h} : \mathbb {R} ^k \rightarrow \mathbb {R} \).

Axiom FI enables reasoning for terms \({h}_{{\ll }\phi {\gg }}(e_1,\dots ,e_k)\) through their implicit interpretation \(\phi \), but Lemma 1 does not directly yield an implementation because it has a soundness-critical side condition that interpretation \(\phi \) characterizes the graph of a smooth \(C^\infty \) function. It is possible to syntactically characterize this side condition [2], e.g., the formula \(\forall {y_1,\dots ,y_k}{\exists {x_0}{\phi (x_0,y_1,\dots ,y_k)}}\) expresses that the graph represented by \(\phi \) has at least one output value \(x_0\) for each input value \(y_1,\dots ,y_k\), but this burdens users with the task of proving this side condition in dL  before working with their desired function. The KeYmaera X definition package opts for a middle ground between generality and ease-of-use by implementing FI for univariate, differentially-defined functions, i.e., the interpretation \(\phi \) has the following shape, where \(x=(x_0,x_1,\dots ,x_n)\) abbreviates a vector of variables, there is one input \(t = y_1\), and \(X = (X_0,X_1,\dots ,X_n)\), T are dL  terms that do not mention any free variables, e.g., are rational constants, which have constant value in any dL  state:

$$\begin{aligned} \phi (x_0,t) \equiv \left\langle x_1,\dots ,x_n\mathrel {{:}{=}}{*};\left\{ \begin{array}{l} {x^{\prime }=-f(x,t),t^{\prime }=-1}~\cup \\ {x^{\prime }=f(x,t),t^{\prime }=1} \end{array}\right\} \right\rangle {\left( \begin{aligned} x&=X~\wedge \\ t&=T \end{aligned} \right) } \end{aligned}$$
(3)

Formula (3) says from point \(x_0\), there exists a choice of the remaining coordinates \(x_1,\dots ,x_n\) such that it is possible to follow the defining ODE either forward \(x^{\prime }=f(x,t),t^{\prime }=1\) or backward \(x^{\prime }=-f(x,t),t^{\prime }=-1\) in time to reach the initial values \(x=X\) at time \(t=T\). In other words, the implicitly defined function \({h}_{{\ll }\phi (x_0,t){\gg }}\) is the \(x_0\)-coordinate projected solution of the ODE starting from initial values X at initial time T. For example, the trigonometric functions used in Fig. 1 are differentially-definable as respective projections:

$$\begin{aligned} \phi _{\sin }(s,t)&\equiv \left\langle c\mathrel {{:}{=}}{*};\left\{ \begin{array}{l} {s^{\prime }=-c,c^{\prime }=\;\;\;s,t^{\prime }=-1}~\cup \\ {s^{\prime }=\;\;\;c,c^{\prime }=-s,t^{\prime }=\;\,\,\,1} \end{array}\right\} \right\rangle {\left( \begin{aligned} s&=0\wedge c=1~\wedge \\ t&=0 \end{aligned} \right) } \end{aligned}$$
(4)
$$\begin{aligned} \phi _{\cos }(c,t)&\equiv \left\langle s\mathrel {{:}{=}}{*};\left\{ \begin{array}{l} {s^{\prime }=-c,c^{\prime }=\;\;\;s,t^{\prime }=-1}~\cup \\ {s^{\prime }=\;\;\;c,c^{\prime }=-s,t^{\prime }=\;\,\,\,1} \end{array}\right\} \right\rangle {\left( \begin{aligned} s&=0\wedge c=1~\wedge \\ t&=0 \end{aligned} \right) } \end{aligned}$$
(5)

By Picard-Lindelöf [21, Thm. 2.2], the ODE \( x^{\prime }=f(x,t) \) has a unique solution \(\Phi : (a,b) \rightarrow \mathbb {R} ^{n+1}\) on an open interval (ab) for some \(-\infty \le a < b \le \infty \). Moreover, \(\Phi (t)\) is \(C^\infty \) smooth in t because the ODE right-hand sides are dL  terms with smooth interpretations [20]. Therefore, the side condition for Lemma 1 reduces to showing that \(\Phi \) exists globally, i.e., it is defined on \(t \in (-\infty ,\infty )\).

Lemma 2

(Smooth interpretation). If formula \(\exists {x_0}{\phi (x_0,t)}\) is valid, \(\phi (x_0,t)\) from (3) characterizes a smooth \(C^\infty \) function and axiom FI is sound for \(\phi (x_0,t)\).

Lemma 2 enables an implementation of axiom FI in KeYmaera X that combines a syntactic check (the interpretation has the shape of formula (3)) and a side condition check (requiring users to prove existence for their interpretations).

The addition of differentially-defined functions to dL  strictly increases the deductive power of ODE invariants, a key tool in deductive ODE safety reasoning [21]. Intuitively, the added functions allow direct, syntactic descriptions of invariants, e.g., the exponential or trigonometric functions, that have effective invariance proofs using dL’s complete ODE invariance reasoning principles [22].

Proposition 3

(Invariant expressivity). There are valid polynomial dL differential equation safety properties which are provable using differentially-defined function invariants but are not provable using polynomial invariants.

3 KeYmaera X Implementation

The implicit definition package adds interpretation annotations and axiom FI based on Lemma 2 in \({\approx }170\) lines of code extensions to KeYmaera X ’s soundness-critical core [7, 16]. This section focuses on non-soundness-critical usability features provided by the package that build on those core changes.

3.1 Core-Adjacent Changes

KeYmaera X has a browser-based user interface with concrete, ASCII-based dL  syntax [14]. The package extends KeYmaera X ’s parsers and pretty printers with support for interpretation annotations and users can simultaneously define a family of functions as respective coordinate projections of the solution of an n-dimensional ODE (given initial conditions) with sugared syntax:

$$\begin{aligned} \mathtt{implicit~Real~h1(Real~t),~...,~hn(Real~t)~=~{{initcond};{ODE}}} \end{aligned}$$

For example, the implicit definitions (4), (5) can be written with the following sugared syntax; KeYmaera X automatically inserts the associated interpretation annotations for the trigonometric function symbols, see the supplement [8] for a KeYmaera X snippet of formula \({\phi }_{s}\) from Fig. 1 using this sugared definition.

figure c

In fact, the functions \(\sin , \cos , \exp \) are so ubiquitous in hybrid system models that the package builds their definitions in automatically without requiring users to write them explicitly. In addition, although arithmetic involving those functions is undecidable [11, 24], KeYmaera X can export those functions whenever its external arithmetic tools have partial arithmetic support for those functions.

3.2 Intermediate and User-Level Proof Automation

The package automatically proves three important lemmas about user-defined functions that can be transparently re-used in all subsequent proofs:

  1. 1.

    It proves the side condition of axiom FI using KeYmaera X ’s automation for proving sufficient duration existence of solutions for ODEs [26] which automatically shows global existence of solutions for all affine ODEs and some univariate nonlinear ODEs. As an example of the latter, the hyperbolic \(\tanh \) function is differentially-defined as the solution of ODE \(x^{\prime }=1-x^2\) with initial value \(x=0\) at \(t=0\) whose global existence is proved automatically.

  2. 2.

    It proves that the functions have initial values as specified by their interpretation, e.g., \(\sin (0)=0\), \(\cos (0)=1\), and \(\tanh (0)=0\).

  3. 3.

    It proves the differential axiom [20] for each function that is used to enable syntactic derivative calculations in dL, e.g., the differential axioms for \(\sin ,\cos \) are \((\sin (e))^{\prime } = \cos (e)(e)^{\prime }\) and \((\cos (e))^{\prime } = -\sin (e)(e)^{\prime }\), respectively. Briefly, these axioms are automatically derived in a correct-by-construction manner using dL’s syntactic version of the chain rule for differentials [20, Fig. 3], so the rate of change of \(\sin (e)\) is the rate of change of \(\sin (\cdot )\) with respect to its argument e, multiplied by the rate of change of its argument \((e)^{\prime }\).

These lemmas enable the use of differentially-defined functions with all existing ODE automation in KeYmaera X  [22, 26]. In particular, since differentially-defined functions are univariate Noetherian functions, they admit complete ODE invariance reasoning principles in dL [22] as implemented in KeYmaera X.

The package also adds specialized support for arithmetical reasoning over differential definitions to supplement external arithmetic tools in proofs. First, it allows users to manually prove identities and bounds using KeYmaera X ’s ODE reasoning. For example, the bound \(\tanh (\lambda x)^2 < 1\) used in the example \(\alpha _n\) from Sect. 4 is proved by differential unfolding as follows (see supplement [8]):

$$ \begin{aligned} \frac{ \vdash {\tanh (0)^2< 1} \quad {\tanh (\lambda v)^2 {<} 1}\vdash {\left[ {\{{{v^{\prime }=1}}\, \& \,v \le x\}}\cup {\{{{v^{\prime }=-1}}\, \& \,v \ge x\}}\right] {\tanh (\lambda v)^2 {<} 1}} }{\vdash {\tanh (\lambda x)^2 < 1}} \end{aligned}$$

This deduction step says that, to show the conclusion (below rule bar), it suffices to prove the premises (above rule bar), i.e., the bound is true at \(v=0\) (left premise) and it is preserved as v is evolved forward \(v^{\prime }=1\) or backward \(v^{\prime }=-1\) along the real line until it reaches x (right premise). The left premise is proved using the initial value lemma for \(\tanh \) while the right premise is proved by ODE invariance reasoning with the differential axiom for \(\tanh \) [22].

Second, the package uses KeYmaera X ’s uniform substitution mechanism [20] to implement (untrusted) abstraction of functions with fresh variables when solving arithmetic subgoals, e.g., the following arithmetic bound for example \(\alpha _n\) is proved by abstraction after adding the bounds \(\tanh (\lambda x)^2< 1, \tanh (\lambda y)^2 < 1\).

$$\begin{aligned} {\textbf {Bound:}} \quad&x(\tanh (\lambda x)-\tanh (\lambda y)) + y (\tanh (\lambda x)+\tanh (\lambda y)) \le 2\sqrt{x^2+y^2} \\ {\textbf {Abstracted:}} \quad&t_x^2< 1 \wedge t_y^2 <1 \rightarrow x(t_x-t_y) + y (t_x+t_y) \le 2\sqrt{x^2+y^2} \end{aligned}$$

4 Examples

The definition package enables users to work with differentially-defined functions in KeYmaera X, including modeling and expressing their design intuitions in proofs. This section applies the package to verify various continuous and hybrid system examples from the literature featuring such functions.

Discretely Driven Pendulum. The specification \(\phi _s\)  from Fig. 1 contains a discrete loop whose safety property is proved by a loop invariant, i.e., a formula that is preserved by the discrete and continuous dynamics in each loop iteration [21]. The key invariant is \(\textit{Inv}\equiv \frac{g}{L}(1-\cos {\theta })+ \frac{1}{2}\omega ^2 < \frac{g}{L}\), which expresses that the total energy of the system (sum of potential and kinetic energy on the LHS) is less than the energy needed to cross the horizontal (RHS). The main steps are as follows (proofs for these steps are automated by KeYmaera X):

  1. 1.

    \(\textit{Inv}\rightarrow \left[ \texttt {if}\left( \frac{1}{2}(\omega -p)^2 < \frac{g}{L}\cos (\theta )\right) \, \{ \omega \mathrel {{:}{=}}\omega -p \}\right] {\textit{Inv}}\), which shows that the discrete guard only allows push p if it preserves the energy invariant, and

  2. 2.

    \(\textit{Inv}\rightarrow \left[ \{{\theta ^{\prime } = \omega , \omega ^{\prime } = -\frac{g}{L}\sin (\theta ) - k\omega }\}\right] {\textit{Inv}}\), which shows that \(\textit{Inv}\) is an energy invariant of the pendulum’s ODE.

Neuron Interaction. The ODE \(\alpha _n\) models the interaction between a pair of neurons [12]; its specification \(\phi _n \) nests dL’s diamond and box modalities to express that the system norm (\(\sqrt{x^2+y^2}\)) is asymptotically bounded by \(2 \tau \).

$$\begin{aligned} \alpha _n&\equiv x^{\prime }=-\frac{x}{\tau } + \tanh (\lambda x) - \tanh (\lambda y),y^{\prime }=-\frac{y}{\tau } + \tanh (\lambda x) + \tanh (\lambda y)\\ \phi _n&\equiv \tau> 0 \rightarrow \forall {\varepsilon {>} 0}{ \left\langle \alpha _n\right\rangle {\left[ \alpha _n\right] {\,\sqrt{x^2 +y^2} \le 2\tau + \varepsilon }} }{} \end{aligned}$$

The verification of \(\phi _n \) uses differentially-defined functions in concert with KeYmaera X ’s symbolic ODE safety and liveness reasoning [26]. The proof uses a decaying exponential bound \(\sqrt{x^2+y^2} \le \exp (-\frac{t}{\tau })\sqrt{x_0^2+y_0^2} + 2\tau (1-\exp (-\frac{t}{\tau }))\), where the constants \(x_0, y_0\) are symbolic initial values for xy at initial time \(t=0\), respectively. Notably, the arithmetic subgoals from this example are all proved using abstraction and differential unfolding (Sect. 3) without relying on external arithmetic solver support for \(\tanh \).

figure d

Longitudinal Flight Dynamics. The differential equations \(\alpha _a\) below describe the 6th order longitudinal motion of an airplane while climbing or descending [10, 25]. The airplane adjusts its pitch angle \(\theta \) with pitch rate q, which determines its axial velocity u and vertical velocity w, and, in turn, range x and altitude z (illustrated on the right). The physical parameters are: gravity g, mass m, aerodynamic thrust and moment M along the lateral axis, aerodynamic and thrust forces XZ along x and z, respectively, and the moment of inertia \(I_{yy}\), see [10, Sect. 6.2].

$$\begin{aligned} \alpha _a\equiv u^{\prime }&=\frac{X}{m}-g \sin (\theta )-qw,&w^{\prime }&=\frac{Z}{m}+g\cos (\theta )+qu,&q^{\prime }&=\frac{M}{I_{yy}}, \\ x^{\prime }&=\cos (\theta )u+\sin (\theta )w,&z^{\prime }&=-\sin (\theta )u + \cos (\theta )w,&\theta ^{\prime }&=q \end{aligned}$$

The verification of specification \(J \rightarrow [\alpha _a]J\) shows that the safety envelope \(J \equiv J_1 \wedge J_2 \wedge J_3\) is invariant along the flow of \(\alpha _a\) with algebraic invariants \(J_i\):

$$\begin{aligned} J_1&\equiv \frac{Mz}{I_{yy}} + g\theta + \left( \frac{X}{m}-qw\right) \cos (\theta ) + \left( \frac{Z}{m}+qu\right) \sin (\theta )=0 \\ J_2&\equiv \frac{Mz}{I_{yy}} - \left( \frac{Z}{m}+qu\right) \cos (\theta ) + \left( \frac{X}{m}-qw\right) \sin (\theta )=0 \quad J_3 \equiv -q^2 + \frac{2M\theta }{I_{yy}}=0 \end{aligned}$$

Additional examples are available in the supplement [8], including: a bouncing ball on a sinusoidal surface [6, 13] and a robot collision avoidance model [15].

5 Conclusion

This work presents a convenient mechanism for extending the dL  term language with differentially-defined functions, thereby furthering the class of real-world systems amenable to modeling and formalization in KeYmaera X. Minimal soundness-critical changes are made to the KeYmaera X kernel, which maintains its trustworthiness while allowing the use of newly defined functions in concert with all existing dL  hybrid systems reasoning principles implemented in KeYmaera X. Future work could formally verify these kernel changes by extending the existing formalization of dL [3]. Further integration of external arithmetic tools [1, 9, 23] will also help to broaden the classes of arithmetic sub-problems that can be solved effectively in hybrid systems proofs.