Explore >> Select a destination


You are here

www.allthingsdistributed.com
| | alexdebrie.com
4.0 parsecs away

Travel
| | In this post, understand the different concepts of consistency as applied to distributed databases, as well as some issues with the conversation of consistency.
| | systemdesign.one
3.5 parsecs away

Travel
| | scalable broadcast algorithm in distributed system
| | decomposition.al
2.8 parsecs away

Travel
| | by Natasha Mittal ? edited by Devashish Purandare and Lindsey Kuper
| | adam.chlipala.net
33.8 parsecs away

Travel
| [AI summary] This text provides an in-depth exploration of advanced Coq proof techniques, focusing on manual proofs, recursion, and induction principles for complex data structures. It covers topics like nested inductive types, custom induction principles, and the design philosophy behind Coq's approach to proof automation. The text includes detailed examples of proof scripts, such as manual proofs for discrimination and injectivity of constructors, and discusses the use of tactics like discriminate and injection. It also touches on the implementation of functions like pred and the role of hints in improving proof readability and automation.