next up previous contents
Next: Expressions, parsing and pretty Up: Examples Previous: How to read the   Contents

An example in analysis

The example given below is a typical small standalone proof (using no library).

We prove that two definitions of the continuity of a function are equivalent. We give only one of the directions, the other is similar. We have written it in a rather elaborate way in order to show the possibilities of the system.

Remark. Instead of the command auto +lemme1 one could also say elim lemme1. elim H0. axiom H3. or apply H0 with H3. elim lemme1 with G. where G is an hypothesis produced by the first command. We could also give the value of the existential variable by typing instance ?1 a'.

A good exercise for the reader consists in understanding what these commands do. The appendix A should help you !


next up previous contents
Next: Expressions, parsing and pretty Up: Examples Previous: How to read the   Contents
Christophe Raffalli 2005-03-02