Thomas Tuerk
3c35cc25c3
cleaned-up the sources of the ITP course - remove internal notes - remove exercise solutions - remove KTH logo - add Creative Commons license
38 lines
780 B
TeX
38 lines
780 B
TeX
\input{common.inc}
|
|
|
|
\begin{document}
|
|
|
|
\titleframe
|
|
\begin{frame}{Contents}
|
|
\footnotesize
|
|
\tableofcontents[onlyparts]
|
|
\end{frame}
|
|
|
|
\input{01_introduction.tex}
|
|
\input{02_organisational_matters.tex}
|
|
\input{03_hol_overview.tex}
|
|
\input{04_hol_logic.tex}
|
|
\input{05_usage.tex}
|
|
\input{06_forward_proofs.tex}
|
|
\input{07_backward_proofs.tex}
|
|
\input{08_basic_tactics.tex}
|
|
\input{09_induction.tex}
|
|
\input{10_definitions.tex}
|
|
\input{11_good_definitions.tex}
|
|
\input{12_deep_shallow.tex}
|
|
\input{13_rewriting.tex}
|
|
\input{14_advanced_definitions.tex}
|
|
\input{15_maintainable_proofs.tex}
|
|
\input{16_hol_overview.tex}
|
|
\input{17_other_provers.tex}
|
|
|
|
% code extraction / cake ML
|
|
% conformance testing
|
|
% maintainable proofs
|
|
% overview over main tools / libs
|
|
% wordLib
|
|
% decision procedures
|
|
|
|
\end{document}
|
|
|