src/HOL/Quot/README
author paulson
Wed, 03 Dec 1997 10:48:16 +0100
changeset 4349 50403e5a44c0
parent 2910 905aa895136c
permissions -rw-r--r--
Instantiated the one-point-rule quantifier simpprocs for FOL New file fologic.ML holds abstract syntax operations Also, miniscoping provided for intuitionistic logic

This directorty contains the higher order quotients in Isabelle HOL

higher order quotients use partial equivalence relations/classes (PERs) 
instead of euivalence relations/classes
We have two classes er<per

Quotients are a specialization of higher order quotients.
The use the same constructor quot with the subclass er.

An Example for the application of quotients are the fractions.
The example shows how to define an equivalence relation and how to use
the quotients.

For a more detailed description see [Slo97].