diff options
| author | Théo Zimmermann | 2019-05-24 16:36:46 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-05-24 16:36:46 +0200 |
| commit | 5727443376480be4793757fd5507621ad4f09509 (patch) | |
| tree | 2fff9e86c24d1d6d82c3ed59919d3b3de4112189 /theories/Logic | |
| parent | 5596cf352d1c265fd5627dc19416d2b55c10f2b7 (diff) | |
| parent | be40007de49140d403bb1dad1af9f4f1e3fe5003 (diff) | |
Merge PR #10233: Fixing typos - Part 3
Reviewed-by: Zimmi48
Diffstat (limited to 'theories/Logic')
| -rw-r--r-- | theories/Logic/ClassicalFacts.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/ClassicalFacts.v b/theories/Logic/ClassicalFacts.v index b06384e992..73d7432193 100644 --- a/theories/Logic/ClassicalFacts.v +++ b/theories/Logic/ClassicalFacts.v @@ -385,7 +385,7 @@ End Proof_irrelevance_EM_CC. fragment of [Prop] into [bool], hence weak classical logic, i.e. [forall A, ~A\/~~A], is enough for deriving a weak version of proof-irrelevance. This is enough to derive a contradiction from a - [Set]-bound weak excluded middle wih an impredicative [Set] + [Set]-bound weak excluded middle with an impredicative [Set] universe. *) Section Proof_irrelevance_WEM_CC. |
