X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=src%2FNaturalDeduction.v;h=cd225da363743886131b8c17b073e651c217e015;hp=407948b134bc763b3cad1963a8ce341bc5df117d;hb=5a2f09b19d1cd62dee31e14625e62b32c0a02449;hpb=94d7c55025f5df750ce213172c5d2441b5a210e1 diff --git a/src/NaturalDeduction.v b/src/NaturalDeduction.v index 407948b..cd225da 100644 --- a/src/NaturalDeduction.v +++ b/src/NaturalDeduction.v @@ -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 }. (*