add ndr_void_proofs_irrelevant
authorAdam Megacz <megacz@cs.berkeley.edu>
Fri, 25 Mar 2011 18:09:55 +0000 (11:09 -0700)
committerAdam Megacz <megacz@cs.berkeley.edu>
Fri, 25 Mar 2011 18:09:55 +0000 (11:09 -0700)
src/NaturalDeduction.v

index 407948b..cd225da 100644 (file)
@@ -212,6 +212,9 @@ Section Natural_Deduction.
 
   (* any two _structural_ proofs with the same hypotheses/conclusions must be considered equal *)
   ; ndr_structural_indistinguishable : forall `(f:a/⋯⋯/b)(g:a/⋯⋯/b), Structural f -> Structural g -> f===g
+
+  (* any two proofs of nothing are "equally good" *)
+  ; ndr_void_proofs_irrelevant : forall `(f:a/⋯⋯/[])(g:a/⋯⋯/[]), f === g
   }.
 
   (*