Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 764 Bytes

lec_24_proofs.md

File metadata and controls

41 lines (19 loc) · 764 Bytes
title filename chapternum
Proofs and algorithms
lec_24_proofs
21

Proofs and algorithms { #chapproofs }

"Let's not try to define knowledge, but try to define zero-knowledge.", Shafi Goldwasser.

Proofs have captured human imagination for thousands of years, ever since the publication of Euclid's Elements, a book second only to the bible in the number of editions printed.

Plan:

  • Proofs and algorithms

  • Interactive proofs

  • Zero knowledge proofs

  • Propositions as types, Coq and other proof assistants.

Lecture summary

Exercises

Bibliographical notes

Further explorations

Some topics related to this chapter that might be accessible to advanced students include: (to be completed)

Acknowledgements