From 4e85cc6e9792da116f1b20e484b2ce629c6f6865 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 2 Oct 2016 20:27:59 +0200 Subject: Adding explicitly a file to work in the context of propositional extensionality. --- theories/Logic/PropExtensionality.v | 22 ++++++++++++++++++++++ theories/Logic/vo.itarget | 1 + 2 files changed, 23 insertions(+) create mode 100644 theories/Logic/PropExtensionality.v (limited to 'theories/Logic') diff --git a/theories/Logic/PropExtensionality.v b/theories/Logic/PropExtensionality.v new file mode 100644 index 000000000..796c60273 --- /dev/null +++ b/theories/Logic/PropExtensionality.v @@ -0,0 +1,22 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* Q) -> P = Q. + +Require Import ClassicalFacts. + +Theorem proof_irrelevance : forall (P:Prop) (p1 p2:P), p1 = p2. +Proof. + apply ext_prop_dep_proof_irrel_cic. + exact propositional_extensionality. +Qed. + diff --git a/theories/Logic/vo.itarget b/theories/Logic/vo.itarget index 71d01c1fb..ef2709b47 100644 --- a/theories/Logic/vo.itarget +++ b/theories/Logic/vo.itarget @@ -26,6 +26,7 @@ IndefiniteDescription.vo JMeq.vo ProofIrrelevanceFacts.vo ProofIrrelevance.vo +PropExtensionality.vo RelationalChoice.vo SetIsType.vo SetoidChoice.vo -- cgit v1.2.3