Certified Programming with Dependent Types

Certified Programming with Dependent Types PDF

Author: Adam Chlipala

Publisher: MIT Press

Published: 2013-12-06

Total Pages: 437

ISBN-13: 0262317885

DOWNLOAD EBOOK →

A handbook to the Coq software for writing and checking mathematical proofs, with a practical engineering focus. The technology of mechanized program verification can play a supporting role in many kinds of research projects in computer science, and related tools for formal proof-checking are seeing increasing adoption in mathematics and engineering. This book provides an introduction to the Coq software for writing and checking mathematical proofs. It takes a practical engineering focus throughout, emphasizing techniques that will help users to build, understand, and maintain large Coq developments and minimize the cost of code change over time. Two topics, rarely discussed elsewhere, are covered in detail: effective dependently typed programming (making productive use of a feature at the heart of the Coq system) and construction of domain-specific proof tactics. Almost every subject covered is also relevant to interactive computer theorem proving in general, not just program verification, demonstrated through examples of verified programs applied in many different sorts of formalizations. The book develops a unique automated proof style and applies it throughout; even experienced Coq users may benefit from reading about basic Coq concepts from this novel perspective. The book also offers a library of tactics, or programs that find proofs, designed for use with examples in the book. Readers will acquire the necessary skills to reimplement these tactics in other settings by the end of the book. All of the code appearing in the book is freely available online.

Certified Programs and Proofs

Certified Programs and Proofs PDF

Author: Jean-Pierre Jouannaud

Publisher: Springer

Published: 2011-11-15

Total Pages: 414

ISBN-13: 3642253792

DOWNLOAD EBOOK →

This book constitutes the referred proceedings of the First International Conference on Certified Programs and Proofs, CPP 2011, held in Kenting, Taiwan, in December 2011. The 24 revised regular papers presented together with 4 invited talks were carefully reviewed and selected from 49 submissions. They are organized in topical sections on logic and types, certificates, formalization, proof assistants, teaching, programming languages, hardware certification, miscellaneous, and proof perls.

Certified Programs and Proofs

Certified Programs and Proofs PDF

Author: Chris Hawblitzel

Publisher: Springer

Published: 2012-11-08

Total Pages: 314

ISBN-13: 3642353088

DOWNLOAD EBOOK →

This book constitutes the refereed proceedings of the Second International Conference on Certified Programs and Proofs, CPP 2012, held in Kyoto, Japan, in December 2012. The 18 revised regular papers presented were carefully reviewed and selected from 37 submissions. They deal with those topics in computer science and mathematics in which certification via formal techniques is crucial.

Certified Programs and Proofs

Certified Programs and Proofs PDF

Author: Georges Gonthier

Publisher: Springer

Published: 2013-12-11

Total Pages: 318

ISBN-13: 3319035452

DOWNLOAD EBOOK →

This book constitutes the refereed proceedings of the Third International Conference on Certified Programs and Proofs, CPP 2013, colocated with APLAS 2013 held in Melbourne, Australia, in December 2013. The 18 revised regular papers presented together with 1 invited lecture were carefully reviewed and selected from 39 submissions. The papers are organized in topical sections on code verification, elegant proofs, proof libraries, certified transformations and security.

Certified Programs and Proofs

Certified Programs and Proofs PDF

Author: Jean-Pierre Jouannaud

Publisher: Springer Science & Business Media

Published: 2011-11-18

Total Pages: 414

ISBN-13: 3642253784

DOWNLOAD EBOOK →

This book constitutes the referred proceedings of the First International Conference on Certified Programs and Proofs, CPP 2011, held in Kenting, Taiwan, in December 2011. The 24 revised regular papers presented together with 4 invited talks were carefully reviewed and selected from 49 submissions. They are organized in topical sections on logic and types, certificates, formalization, proof assistants, teaching, programming languages, hardware certification, miscellaneous, and proof perls.

Interactive Theorem Proving and Program Development

Interactive Theorem Proving and Program Development PDF

Author: Yves Bertot

Publisher: Springer Science & Business Media

Published: 2013-03-14

Total Pages: 492

ISBN-13: 366207964X

DOWNLOAD EBOOK →

A practical introduction to the development of proofs and certified programs using Coq. An invaluable tool for researchers, students, and engineers interested in formal methods and the development of zero-fault software.

Types for Proofs and Programs

Types for Proofs and Programs PDF

Author: Herman Geuvers

Publisher: Springer Science & Business Media

Published: 2003-04-28

Total Pages: 340

ISBN-13: 354014031X

DOWNLOAD EBOOK →

This book constitutes the thoroughly refereed post-proceedings of the Second International Workshop of the TYPES Working Group, TYPES 2002, held in Berg en Dal, The Netherlands in April 2002. The 18 revised full papers presented were carefully selected during two rounds of reviewing and improvement. All current issues in type theory and type systems and their applications to programming, systems design, and proof theory are addressed. Among the systems dealt with are Coq and Isar/HOL.

Program Logics for Certified Compilers

Program Logics for Certified Compilers PDF

Author: Andrew W. Appel

Publisher: Cambridge University Press

Published: 2014-04-21

Total Pages: 469

ISBN-13: 110704801X

DOWNLOAD EBOOK →

This tutorial for graduate students covers practical and theoretical aspects of separation logic with constructions and proofs in Coq.

Program = Proof

Program = Proof PDF

Author: Samuel Mimram

Publisher:

Published: 2020-07-03

Total Pages: 539

ISBN-13:

DOWNLOAD EBOOK →

This course provides a first introduction to the Curry-Howard correspondence between programs and proofs, from a theoretical programmer's perspective: we want to understand the theory behind logic and programming languages, but also to write concrete programs (in OCaml) and proofs (in Agda). After an introduction to functional programming languages, we present propositional logic, λ-calculus, the Curry-Howard correspondence, first-order logic, Agda, dependent types and homotopy type theory.