doc-src/IsarRef/basics.tex
author berghofe
Wed, 07 May 2008 10:56:38 +0200
changeset 26796 c554b77061e5
parent 7981 5120a2a15d06
permissions -rw-r--r--
- Now imports Code_Setup, rather than Set and Fun, since the theorems about orderings are already needed in Set - Moved "Dense orders" section to Set, since it requires set notation. - The "Order on sets" section is no longer necessary, since it is subsumed by the order on functions and booleans. - Moved proofs of Least_mono and Least_equality to Set, since they require set notation. - In proof of "instance fun :: (type, order) order", use ext instead of expand_fun_eq, since the latter is not yet available. - predicate1I is no longer declared as introduction rule, since it interferes with subsetI
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7046
9f755ff43cff skeleton only;
wenzelm
parents:
diff changeset
     1
7981
wenzelm
parents: 7895
diff changeset
     2
%FIXME
wenzelm
parents: 7895
diff changeset
     3
%\chapter{Basic Concepts}\label{ch:basics}
wenzelm
parents: 7895
diff changeset
     4
%\section{The Isar proof language}
7046
9f755ff43cff skeleton only;
wenzelm
parents:
diff changeset
     5
9f755ff43cff skeleton only;
wenzelm
parents:
diff changeset
     6
%%% Local Variables: 
9f755ff43cff skeleton only;
wenzelm
parents:
diff changeset
     7
%%% mode: latex
9f755ff43cff skeleton only;
wenzelm
parents:
diff changeset
     8
%%% TeX-master: "isar-ref"
9f755ff43cff skeleton only;
wenzelm
parents:
diff changeset
     9
%%% End: