]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/preamble.ma
freescale porting
[helm.git] / helm / software / matita / contribs / procedural / Coq / preamble.ma
index 04d88dc07bf12e93dd654841e619709c635caebb..a062d69550aa91878387a13a600862c73b0c8fed 100644 (file)
@@ -32,7 +32,7 @@ default "false"
 default "absurd"
  cic:/Coq/Init/Logic/absurd.con. 
 
-interpretation "Coq's leibnitz's equality" 'eq x y = (cic:/Coq/Init/Logic/eq.ind#xpointer(1/1) _ x y).
+interpretation "Coq's leibnitz's equality" 'eq x y = (cic:/Coq/Init/Logic/eq.ind#xpointer(1/1) ? x y).
 
 theorem f_equal1 : \forall A,B:Type.\forall f:A\to B.\forall x,y:A.
   x = y \to (f y) = (f x).
@@ -41,3 +41,5 @@ theorem f_equal1 : \forall A,B:Type.\forall f:A\to B.\forall x,y:A.
   apply cic:/Coq/Init/Logic/f_equal.con.
   assumption.
 qed.
+
+alias id "land" = "cic:/matita/procedural/Coq/Init/Logic/and.ind#xpointer(1/1)".