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

Added bounded quantification for lists

This commit is contained in:
Niels van der Weide
2017-10-09 23:41:29 +02:00
parent 97002d119b
commit d0f743432c
4 changed files with 133 additions and 10 deletions

View File

@@ -357,7 +357,7 @@ Section refinement.
Context `{sets T f} `{sets S g}.
Theorem transfer
(A B : Type)
{A B : Type}
`{IsHSet B}
(h : T A -> B)
(hresp : forall x y : T A, set_eq f x y -> h x = h y)
@@ -370,8 +370,8 @@ Section refinement.
apply (quotient_iso (g A) (class_of _ X)).
Defined.
Definition refine
(A B : Type)
Definition refinement
{A B : Type}
`{IsHSet B}
(h : FSet A -> B)
: T A -> B