]> matita.cs.unibo.it Git - helm.git/blob - helm/EXPORT/exportprove/prove/provastruct4.v
ocaml 3.09 transition
[helm.git] / helm / EXPORT / exportprove / prove / provastruct4.v
1 Section a.
2  Variables N,M:nat.
3  Section b.
4   Variable P:Prop.
5   Local SN := (S N).
6   Axiom A : N = M.
7  End b.
8 End a.