1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-03 15:13:51 +01:00

Some closure properties for K-finite objects

This commit is contained in:
2017-09-24 23:35:45 +02:00
parent 74eaddee2a
commit 617451da28
2 changed files with 76 additions and 2 deletions

View File

@@ -237,4 +237,4 @@ Section FSet_cons_rec.
Definition FSet_cons_beta_cons (a : A) (X : FSet A)
: FSet_cons_rec ({|a|} X) = Pcons a X (FSet_cons_rec X)
:= ap (fun z => Pcons a z _) (repr_iso_id_l _).
End FSet_cons_rec.
End FSet_cons_rec.