]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/inversion.ma
"Coq's " prefix added to every interpretation.
[helm.git] / helm / matita / tests / inversion.ma
index c76851f59fa8dd1240d87fdb04d8072a5544ba5f..99e18012d79bdc43ac445116627aefcf26eef832 100644 (file)
@@ -8,7 +8,7 @@ inductive le (n:nat) : nat \to Prop \def
    leO : le n n
  | leS : \forall m. le n m \to le n (S m).
 
-alias symbol "eq" (instance 0) = "leibnitz's equality".
+alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 
 theorem test_inversion: \forall n. le n O \to n=O.
  intros.