mirror of https://github.com/nmvdw/HITs-Examples
Clarified proof of notIn_ext_union_singleton
This commit is contained in:
parent
91899aef6f
commit
c6f756a856
|
@ -411,7 +411,7 @@ Section kfin_bfin.
|
|||
destruct (dec (a = b)) as [Hb | Hb]; cbn.
|
||||
* refine (Empty_rec _).
|
||||
rewrite Hb in Ha.
|
||||
contradiction.
|
||||
apply (HYb Ha).
|
||||
* reflexivity.
|
||||
* destruct (dec (b = b)) ; [ reflexivity | contradiction ].
|
||||
Defined.
|
||||
|
|
Loading…
Reference in New Issue