]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/legacy/coq.ma
- Level-1: added some problems
[helm.git] / matita / library / legacy / coq.ma
index 8669d1ef7e0715cbe602ea0465df1701a01bed03..092a11c6ae3e7e38c7c6c083e55dc7a5c554ac56 100644 (file)
@@ -76,6 +76,18 @@ interpretation "Coq's natural 'not less or equal than'"
  'nleq x y = (cic:/Coq/Init/Logic/not.con 
                (cic:/Coq/Init/Peano/le.ind#xpointer(1/1) x y)).
 
+(* aliases *)
+
+alias id "or" = "cic:/Coq/Init/Logic/or.ind#xpointer(1/1)".
+alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
+alias id "eq" = "cic:/Coq/Init/Logic/eq.ind#xpointer(1/1)".
+alias id "plus" = "cic:/Coq/Init/Peano/plus.con".
+alias id "le_trans" = "cic:/Coq/Arith/Le/le_trans.con".
+alias id "le_plus_r" = "cic:/Coq/Arith/Plus/le_plus_r.con".
+alias id "le" = "cic:/Coq/Init/Peano/le.ind#xpointer(1/1)".
+
+(* theorems *)
+
 theorem f_equal1 : 
   \forall A,B:Type. \forall f:A \to B. \forall x,y:A.
   x = y \to f y = f x.