Programming with Higher-Order Logic
Title | Programming with Higher-Order Logic PDF eBook |
Author | Dale Miller |
Publisher | Cambridge University Press |
Pages | 321 |
Release | 2012-06-11 |
Genre | Computers |
ISBN | 1139510428 |
Formal systems that describe computations over syntactic structures occur frequently in computer science. Logic programming provides a natural framework for encoding and animating such systems. However, these systems often embody variable binding, a notion that must be treated carefully at a computational level. This book aims to show that a programming language based on a simply typed version of higher-order logic provides an elegant, declarative means for providing such a treatment. Three broad topics are covered in pursuit of this goal. First, a proof-theoretic framework that supports a general view of logic programming is identified. Second, an actual language called λProlog is developed by applying this view to higher-order logic. Finally, a methodology for programming with specifications is exposed by showing how several computations over formal objects such as logical formulas, functional programs, and λ-terms and π-calculus expressions can be encoded in λProlog.
Programming with Higher-Order Logic
Title | Programming with Higher-Order Logic PDF eBook |
Author | Professor Dale Miller, GUI |
Publisher | |
Pages | 322 |
Release | 2014-05-14 |
Genre | Logic programming |
ISBN | 9781139518420 |
"Formal systems that describe computations over syntactic structures occur frequently in computer science. Logic programming provides a natural framework for encoding and animating such systems. However, these systems often embody variable binding, a notion that must be treated carefully at a computational level. This book aims to show that a programming language based on a simply typed version of higher-order logic provides an elegant, declarative means for providing such a treatment. Three broad topics are covered in pursuit of this goal. First, a proof-theoretic framework that supports a general view of logic programming is identified. Second, an actual language called [Lambda]Prolog is developed by applying this view to higher-order logic. Finally, a methodology for programming with specifications is exposed by showing how several computations over formal objects such as logical formulas, functional programs, and [lambda]-terms and [pi]-calculus expressions can be encoded in [Lambda]Prolog"--
Isabelle/HOL
Title | Isabelle/HOL PDF eBook |
Author | Tobias Nipkow |
Publisher | Springer |
Pages | 220 |
Release | 2003-07-31 |
Genre | Mathematics |
ISBN | 3540459499 |
This volume is a self-contained introduction to interactive proof in high- order logic (HOL), using the proof assistant Isabelle 2002. Compared with existing Isabelle documentation, it provides a direct route into higher-order logic, which most people prefer these days. It bypasses ?rst-order logic and minimizes discussion of meta-theory. It is written for potential users rather than for our colleagues in the research world. Another departure from previous documentation is that we describe Markus Wenzel’s proof script notation instead of ML tactic scripts. The l- ter make it easier to introduce new tactics on the ?y, but hardly anybody does that. Wenzel’s dedicated syntax is elegant, replacing for example eight simpli?cation tactics with a single method, namely simp, with associated - tions. The book has three parts. – The ?rst part, Elementary Techniques, shows how to model functional programs in higher-order logic. Early examples involve lists and the natural numbers. Most proofs are two steps long, consisting of induction on a chosen variable followed by the auto tactic. But even this elementary part covers such advanced topics as nested and mutual recursion. – The second part, Logic and Sets, presents a collection of lower-level tactics that you can use to apply rules selectively. It also describes I- belle/HOL’s treatment of sets, functions, and relations and explains how to de?ne sets inductively. One of the examples concerns the theory of model checking, and another is drawn from a classic textbook on formal languages.
Programming with Higher-Order Logic
Title | Programming with Higher-Order Logic PDF eBook |
Author | Dale Miller |
Publisher | Cambridge University Press |
Pages | 321 |
Release | 2012-06-11 |
Genre | Computers |
ISBN | 052187940X |
A programming language based on a higher-order logic provides a declarative approach to capturing computations involving types, proofs and other syntactic structures.
Extensions of First-Order Logic
Title | Extensions of First-Order Logic PDF eBook |
Author | Maria Manzano |
Publisher | Cambridge University Press |
Pages | 414 |
Release | 1996-03-29 |
Genre | Computers |
ISBN | 9780521354356 |
An introduction to many-sorted logic as an extension of first-order logic.
Graph Structure and Monadic Second-Order Logic
Title | Graph Structure and Monadic Second-Order Logic PDF eBook |
Author | Bruno Courcelle |
Publisher | Cambridge University Press |
Pages | 743 |
Release | 2012-06-14 |
Genre | Mathematics |
ISBN | 1139644009 |
The study of graph structure has advanced in recent years with great strides: finite graphs can be described algebraically, enabling them to be constructed out of more basic elements. Separately the properties of graphs can be studied in a logical language called monadic second-order logic. In this book, these two features of graph structure are brought together for the first time in a presentation that unifies and synthesizes research over the last 25 years. The authors not only provide a thorough description of the theory, but also detail its applications, on the one hand to the construction of graph algorithms, and, on the other to the extension of formal language theory to finite graphs. Consequently the book will be of interest to graduate students and researchers in graph theory, finite model theory, formal language theory, and complexity theory.
Program Logics for Certified Compilers
Title | Program Logics for Certified Compilers PDF eBook |
Author | Andrew W. Appel |
Publisher | Cambridge University Press |
Pages | 469 |
Release | 2014-04-21 |
Genre | Computers |
ISBN | 110704801X |
This tutorial for graduate students covers practical and theoretical aspects of separation logic with constructions and proofs in Coq.