mirror of https://github.com/nmvdw/HITs-Examples
Circle is Kuratowski-finite
This commit is contained in:
parent
809382ba13
commit
56d6207d07
|
@ -133,4 +133,15 @@ Section k_properties.
|
||||||
apply fmap_isIn.
|
apply fmap_isIn.
|
||||||
apply (HXf x).
|
apply (HXf x).
|
||||||
Defined.
|
Defined.
|
||||||
|
|
||||||
|
Lemma S1_Kfinite : Kf S1.
|
||||||
|
Proof.
|
||||||
|
apply Kf_unfold.
|
||||||
|
exists {|base|}.
|
||||||
|
intro a. simpl.
|
||||||
|
simple refine (S1_ind (fun z => Trunc (-1) (z = base)) _ _ a); simpl.
|
||||||
|
- apply (tr loop).
|
||||||
|
- apply path_ishprop.
|
||||||
|
Defined.
|
||||||
|
|
||||||
End k_properties.
|
End k_properties.
|
||||||
|
|
Loading…
Reference in New Issue