From: Claudio Sacerdoti Coen Date: Thu, 9 Jun 2005 16:24:24 +0000 (+0000) Subject: test_instance.ma moved to interactive/ (whose tests are not executed for X-Git-Tag: PRE_INDEX_1~4 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=128bca9fb60def3461ac25b08e17ac841355924a;p=helm.git test_instance.ma moved to interactive/ (whose tests are not executed for regression testing) --- diff --git a/helm/matita/tests/interactive/test_instance.ma b/helm/matita/tests/interactive/test_instance.ma new file mode 100644 index 000000000..4f868039a --- /dev/null +++ b/helm/matita/tests/interactive/test_instance.ma @@ -0,0 +1,14 @@ +whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x:A. P x x. +whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y:A. P x y \to P y x. +whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y,z:A. P x y \to P y z \to P y z. +whelp instance \lambda A:Set.\lambda f:A \to A \to A. \forall x,y:A. f x y = f y x. +whelp instance \lambda A:Set.\lambda r : A \to A \to Prop. \forall x,y,z:A. r x y \to r y z \to r x z. + + +whelp instance \lambda A:Set.\lambda R:A \to A \to Prop.\forall x:A.\forall y:A.(R x y) \to \forall z:A.(R x z) \to \exists u:A.(R y u) \land (R z u). + +whelp instance λA:Set.λR:A→A→Prop.∀x:A.∀y:A.(R x y)→∀z:A.(R x z)→∃u:A.(R y u)∧(R z u). + +whelp instance \lambda A:Set. \lambda R:A\to A\to Prop. confluence A R. + +whelp instance \lambda A:Set. \lambda f:A\to A\to A. \lambda g:A\to A\to A. \forall x,y,z : A . f x (g y z) = g (f x y ) (f x z). diff --git a/helm/matita/tests/test_instance.ma b/helm/matita/tests/test_instance.ma deleted file mode 100644 index 4f868039a..000000000 --- a/helm/matita/tests/test_instance.ma +++ /dev/null @@ -1,14 +0,0 @@ -whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x:A. P x x. -whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y:A. P x y \to P y x. -whelp instance \lambda A:Set.\lambda P:A \to A \to Prop.\forall x,y,z:A. P x y \to P y z \to P y z. -whelp instance \lambda A:Set.\lambda f:A \to A \to A. \forall x,y:A. f x y = f y x. -whelp instance \lambda A:Set.\lambda r : A \to A \to Prop. \forall x,y,z:A. r x y \to r y z \to r x z. - - -whelp instance \lambda A:Set.\lambda R:A \to A \to Prop.\forall x:A.\forall y:A.(R x y) \to \forall z:A.(R x z) \to \exists u:A.(R y u) \land (R z u). - -whelp instance λA:Set.λR:A→A→Prop.∀x:A.∀y:A.(R x y)→∀z:A.(R x z)→∃u:A.(R y u)∧(R z u). - -whelp instance \lambda A:Set. \lambda R:A\to A\to Prop. confluence A R. - -whelp instance \lambda A:Set. \lambda f:A\to A\to A. \lambda g:A\to A\to A. \forall x,y,z : A . f x (g y z) = g (f x y ) (f x z).