Import of AFP for Isabelle 2021.

This commit is contained in:
Achim D. Brucker 2021-02-25 08:48:04 +00:00
parent 900970a4ed
commit 140ae6d623
3 changed files with 4 additions and 6 deletions

View File

@ -3289,7 +3289,7 @@ proof -
thus ?thesis by simp thus ?thesis by simp
qed (use 2(3) in simp) qed (use 2(3) in simp)
moreover have "\<exists>u u'. T = [u,u']" moreover have "\<exists>u u'. T = [u,u']"
using 2(2) by (metis (no_types) length_0_conv length_Suc_conv) using 2(2) by (metis (no_types, lifting) Suc_length_conv length_0_conv)
ultimately show ?thesis using Fun 2(1,2) by force ultimately show ?thesis using Fun 2(1,2) by force
qed qed
qed qed

View File

@ -1,6 +1,6 @@
\documentclass[10pt,DIV16,a4paper,abstract=true,twoside=semi,openright] \documentclass[10pt,DIV16,a4paper,abstract=true,twoside=semi,openright]
{scrreprt} {scrreprt}
\usepackage[USenglish]{babel} \usepackage[english]{babel}
\usepackage[numbers, sort&compress]{natbib} \usepackage[numbers, sort&compress]{natbib}
\usepackage{isabelle,isabellesym} \usepackage{isabelle,isabellesym}
\usepackage{booktabs} \usepackage{booktabs}
@ -22,8 +22,6 @@
\begingroup% \begingroup%
\def\isacharunderscore{\textunderscore}% \def\isacharunderscore{\textunderscore}%
\section{#1 (\thy)}% \section{#1 (\thy)}%
\def\isacharunderscore{-}%
\expandafter\label{sec:\isabellecontext}%
\endgroup% \endgroup%
} }
@ -119,7 +117,7 @@
present examples (\autoref{cha:examples}). present examples (\autoref{cha:examples}).
\paragraph{Acknowledgments} \paragraph{Acknowledgments}
This work was supported by the Sapere-Aude project ``Composec: Secure Composition of Distributed Systems'', grant 4184-00334B of the Danish Council for Independent Research. This work was supported by the Sapere-Aude project ``Composec: Secure Composition of Distributed Systems'', grant 4184-00334B of the Danish Council for Independent Research, by the EU H2020 project no. 700321 ``LIGHTest: Lightweight Infrastructure for Global Heterogeneous Trust management in support of an open Ecosystem of Trust schemes'' (lightest.eu) and by the ``CyberSec4Europe'' European Union's Horizon 2020 research and innovation programme under grant agreement No 830929.
\clearpage \clearpage

View File

@ -1661,7 +1661,7 @@ structure trac = struct
in in
Path.implode (if (Path.is_absolute filename) Path.implode (if (Path.is_absolute filename)
then filename then filename
else Path.append master_dir filename) else master_dir + filename)
end end
(* fun exec {trac_path, error_detail} filename = let (* fun exec {trac_path, error_detail} filename = let