mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-03 15:13:51 +01:00
A short lemma [FSet A = FSetC A]
This commit is contained in:
@@ -66,4 +66,9 @@ Section Iso.
|
|||||||
unfold Sect. apply repr_iso_id_r.
|
unfold Sect. apply repr_iso_id_r.
|
||||||
Defined.
|
Defined.
|
||||||
|
|
||||||
|
Theorem fset_fsetc : FSet A = FSetC A.
|
||||||
|
Proof.
|
||||||
|
apply (equiv_path _ _)^-1.
|
||||||
|
exact repr_iso.
|
||||||
|
Defined.
|
||||||
End Iso.
|
End Iso.
|
||||||
Reference in New Issue
Block a user