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
|
7046
|
1 |
|
|
7981
|
2 |
%FIXME
|
|
|
3 |
%\chapter{Basic Concepts}\label{ch:basics}
|
|
|
4 |
%\section{The Isar proof language}
|
|
7046
|
5 |
|
|
|
6 |
%%% Local Variables:
|
|
|
7 |
%%% mode: latex
|
|
|
8 |
%%% TeX-master: "isar-ref"
|
|
|
9 |
%%% End:
|