Import of AFP for Isabelle 2021.

This commit is contained in:
Achim D. Brucker 2021-02-25 08:48:04 +00:00
부모 900970a4ed
커밋 140ae6d623
3개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@ -3289,7 +3289,7 @@ proof -
thus ?thesis by simp
qed (use 2(3) in simp)
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
qed
qed

파일 보기

@ -1,6 +1,6 @@
\documentclass[10pt,DIV16,a4paper,abstract=true,twoside=semi,openright]
{scrreprt}
\usepackage[USenglish]{babel}
\usepackage[english]{babel}
\usepackage[numbers, sort&compress]{natbib}
\usepackage{isabelle,isabellesym}
\usepackage{booktabs}
@ -22,8 +22,6 @@
\begingroup%
\def\isacharunderscore{\textunderscore}%
\section{#1 (\thy)}%
\def\isacharunderscore{-}%
\expandafter\label{sec:\isabellecontext}%
\endgroup%
}
@ -119,7 +117,7 @@
present examples (\autoref{cha:examples}).
\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

파일 보기

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