diff --git a/thys/Implicational_Logic/document/root.tex b/thys/Implicational_Logic/document/root.tex --- a/thys/Implicational_Logic/document/root.tex +++ b/thys/Implicational_Logic/document/root.tex @@ -1,64 +1,63 @@ \documentclass[11pt,a4paper]{article} -\usepackage[T1]{fontenc} \usepackage{isabelle,isabellesym} % further packages required for unusual symbols (see also % isabellesym.sty), use only when needed \usepackage{amssymb} %for \, \, \, \, \, \, %\, \, \, \, \, %\, \, \ %\usepackage{eurosym} %for \ %\usepackage[only,bigsqcap,bigparallel,fatsemi,interleave,sslash]{stmaryrd} %for \, \, \, \, \ %\usepackage{eufrak} %for \ ... \, \ ... \ (also included in amssymb) %\usepackage{textcomp} %for \, \, \, \, \, %\ % this should be the last package used \usepackage{pdfsetup} % urls in roman style, theory text in math-similar italics \urlstyle{rm} \isabellestyle{it} % for uniform font size %\renewcommand{\isastyle}{\isastyleminor} \begin{document} \title{Soundness and Completeness of Implicational Logic} \author{Asta Halkjær From \and Jørgen Villadsen} \maketitle \tableofcontents % sane default for proof documents \parindent 0pt\parskip 0.5ex \begin{abstract} This work is a formalization of soundness and completeness of the Bernays-Tarski axiom system for classical implicational logic. The completeness proof is constructive following the approach by László Kalmár, Elliott Mendelson and others. The result can be extended to full classical propositional logic by uncommenting a few lines for falsehood. \end{abstract} % generated text of all theories \input{session} % optional bibliography %\bibliographystyle{abbrv} %\bibliography{root} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: