Certified Programming with Dependent Types: A Pragmatic Introduction to the Coq Proof Assistant (MIT Press)
Adam Chlipala
- 出版商: MIT
- 出版日期: 2013-12-06
- 售價: $2,360
- 貴賓價: 9.5 折 $2,242
- 語言: 英文
- 頁數: 440
- 裝訂: Hardcover
- ISBN: 0262026651
- ISBN-13: 9780262026659
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,235$1,170 -
$880$616 -
$680$578 -
$1,050$998 -
$500$450 -
$250機器學習系統設計 (Building Machine Learning Systems with Python)
-
$1,728Time and Relational Theory, 2/e : Temporal Databases in the Relational Model and SQL (Paperback)
-
$350$315 -
$250Scala與Clojure函數式編程模式Java虛擬機高效編程
-
$352自己動手寫Java虛擬機
-
$520$468 -
$250圖數據庫, 2/e (Graph Databases: New Opportunities for Connected Data, 2/e)
-
$420$378 -
$500$395 -
$550$429 -
$261視圖更新與關係數據庫理論 (View Updating and Relational Theory )
-
$580$458 -
$356深度學習算法實踐
-
$332深度學習框架 PyTorch : 入門與實踐
-
$250自然語言處理與深度學習:通過 C語言模擬
-
$300$237 -
$1,260$1,197 -
$680$530 -
$621SQL 與關係數據庫理論, 3/e (SQL and Relational Theory: How to Write Accurate SQL Code, 3/e)
-
$880$695
相關主題
商品描述
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.