mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-11-03 07:03: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.
|
||||
Defined.
|
||||
|
||||
End Iso.
|
||||
Theorem fset_fsetc : FSet A = FSetC A.
|
||||
Proof.
|
||||
apply (equiv_path _ _)^-1.
|
||||
exact repr_iso.
|
||||
Defined.
|
||||
End Iso.
|
||||
|
||||
Reference in New Issue
Block a user