From af841b20c9aed32226a6e977d1ff87435783b574 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 29 Oct 2003 09:01:19 +0000 Subject: Choix sous sa forme relationnelle git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4741 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Logic/RelationalChoice.v | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 theories/Logic/RelationalChoice.v diff --git a/theories/Logic/RelationalChoice.v b/theories/Logic/RelationalChoice.v new file mode 100644 index 0000000000..5addb4d244 --- /dev/null +++ b/theories/Logic/RelationalChoice.v @@ -0,0 +1,17 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* B->Prop) + ((x:A)(EX y:B|(R x y))) + -> (EXT R':A->B->Prop | + ((x:A)(EX y:B|(R x y)/\(R' x y)/\ ((y':B) (R' x y') -> y=y')))). -- cgit v1.2.3