mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-02 22:53:51 +01:00
Clarified proof of notIn_ext_union_singleton
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user