1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-12-16 07:03:51 +01:00

Correspondence between enumerated subobjects and k-finite subobjects

This commit is contained in:
2017-08-03 23:21:43 +02:00
parent f106be08de
commit 90d795b708
3 changed files with 75 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ Section k_finite.
Definition map (X : FSet A) : Sub A := fun a => isIn a X.
Instance map_injective : IsEmbedding map.
Global Instance map_injective : IsEmbedding map.
Proof.
apply isembedding_isinj_hset. (* We use the fact that both [FSet A] and [Sub A] are hSets *)
intros X Y HXY.