Jump to main content
Automatic Control and System Dynamics
Automatic Control and System Dynamics
Automatic Control and System Dynamics 

conformlog

Overview

conformlog is a library for certification and reasoning about important inequalities, theorems and programs which arise in control theory. This framework was written in Minlog, an interactive proof system developed by Helmut Schwichtenberg and uses the Minlog's theory of constructive real analysis which aims for the certified program extraction. conformlog adds aditional theorems and extends the functionality of the base system. At the current stage we support:

  • Coninuous multivariate and vector-valued functions and their correct approximations
  • Certification of positive definite functions
  • Lyapunov stability theorem for discrete-time systems

System Requirements

Links

Installation Instruction

  • git clone https://github.com/acsd-tu-chemnitz/conformlog.git && cd conformlog
  • "./install.sh"
  • Run Minlog: "scheme init.scm"
  • Load (minlog-load "./" "sys_as.scm")