COMPUTER ARITHMETIC AND FORMAL PROOFS
ebook

COMPUTER ARITHMETIC AND FORMAL PROOFS (ebook)

SYLVIE BOLDO / GUILLAUME MELQUIOND

$1,994.00
IVA incluido
Editorial:
ISTE PRESS - ELSEVIER
Materia
MATEMATICAS
ISBN:
9780081011706
Formato:
Epublication content package
Idioma:
Inglés
DRM
Si

Floating-point arithmetic is ubiquitous in modern computing, as it is the tool of choice to approximate real numbers. Due to its limited range and precision, its use can become quite involved and potentially lead to numerous failures. One way to greatly increase confidence in floating-point software is by computer-assisted verification of its correctness proofs.

This book provides a comprehensive view of how to formally specify and verify tricky floating-point algorithms with the Coq proof assistant. It describes the Flocq formalization of floating-point arithmetic and some methods to automate theorem proofs. It then presents the specification and verification of various algorithms, from error-free transformations to a numerical scheme for a partial differential equation. The examples cover not only mathematical algorithms but also C programs as well as issues related to compilation.  

  • Describes the notions of specification and weakest precondition computation and their practical use
  • Shows how to tackle algorithms that extend beyond the realm of simple floating-point arithmetic
  • Includes real analysis and a case study about numerical analysis