]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/LAMBDA-TYPES/Legacy-2/preamble.ma
LAMBDA-TYPES: level 2 dependences are now correct, at least :)
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Legacy-2 / preamble.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "Legacy-1/definitions.ma".
16 (*
17 default "equality"
18  cic:/Coq/Init/Logic/eq.ind
19  cic:/Coq/Init/Logic/sym_eq.con
20  cic:/Coq/Init/Logic/trans_eq.con
21  cic:/Coq/Init/Logic/eq_ind.con
22  cic:/Coq/Init/Logic/eq_ind_r.con
23  cic:/Coq/Init/Logic/eq_rec.con
24  cic:/Coq/Init/Logic/eq_rec_r.con
25  cic:/Coq/Init/Logic/eq_rect.con
26  cic:/Coq/Init/Logic/eq_rect_r.con
27  cic:/Coq/Init/Logic/f_equal.con
28  cic:/matita/legacy/coq/f_equal1.con.
29
30 default "true"
31  cic:/Coq/Init/Logic/True.ind. 
32 default "false"
33  cic:/Coq/Init/Logic/False.ind. 
34 default "absurd"
35  cic:/Coq/Init/Logic/absurd.con. 
36
37 (* aritmetic operators *)
38
39 interpretation "Coq's natural plus" 'plus x y = (cic:/Coq/Init/Peano/plus.con x y).
40 *)