]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/second.ma
first snapshot of separate compilation
[helm.git] / helm / matita / tests / second.ma
diff --git a/helm/matita/tests/second.ma b/helm/matita/tests/second.ma
new file mode 100644 (file)
index 0000000..ef13fc1
--- /dev/null
@@ -0,0 +1,10 @@
+set "baseuri" "cic:/matita/tests/second/".
+alias id "nat" = "cic:/matita/tests/first/nat.ind#xpointer(1/1)".
+alias id "O" = "cic:/matita/tests/first/nat.ind#xpointer(1/1/1)".
+alias id "eq" = "cic:/matita/tests/first/eq.ind#xpointer(1/1)".
+alias id "refl" = "cic:/matita/tests/first/eq.ind#xpointer(1/1/1)".
+
+theorem ultrastupid : eq nat O O.
+apply refl.
+qed.
+