mirror of https://github.com/nmvdw/HITs-Examples
A short lemma [FSet A = FSetC A]
This commit is contained in:
parent
9cdfc671dc
commit
31889d4e48
|
@ -66,4 +66,9 @@ Section Iso.
|
|||
unfold Sect. apply repr_iso_id_r.
|
||||
Defined.
|
||||
|
||||
Theorem fset_fsetc : FSet A = FSetC A.
|
||||
Proof.
|
||||
apply (equiv_path _ _)^-1.
|
||||
exact repr_iso.
|
||||
Defined.
|
||||
End Iso.
|
Loading…
Reference in New Issue