From 9c21392c7957a0a1a66e5269022d5991649a38b5 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 2 Oct 2016 22:02:52 +0200 Subject: Adding a file providing extensional choice (i.e. choice over setoids). Also integrating suggestions from Théo. --- theories/Logic/ExtensionalFunctionRepresentative.v | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 theories/Logic/ExtensionalFunctionRepresentative.v (limited to 'theories/Logic/ExtensionalFunctionRepresentative.v') diff --git a/theories/Logic/ExtensionalFunctionRepresentative.v b/theories/Logic/ExtensionalFunctionRepresentative.v new file mode 100644 index 0000000000..a9da68e165 --- /dev/null +++ b/theories/Logic/ExtensionalFunctionRepresentative.v @@ -0,0 +1,24 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* B), + (forall x, f x = repr f x) /\ + (forall g, (forall x, f x = g x) -> repr f = repr g). -- cgit v1.2.3