File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -425,8 +425,6 @@ Let TY' : preShv D := Ty (pr1 T').
425425Let pp : _ ⟦ TM , TY ⟧ := pr1 T.
426426Let pp' : _ ⟦ TM' , TY' ⟧ := pr1 T'.
427427
428- Let hsDop : has_homsets (opp_precat D) := has_homsets_opp (homset_property _).
429-
430428Let ηη : functor (preShv D) (preShv C) :=
431429 pre_composition_functor C^op D^op _ (functor_opp F).
432430
@@ -520,8 +518,6 @@ Let TY' : preShv RC := Ty (pr1 T').
520518Let pp : _ ⟦ TM , TY ⟧ := pr1 T.
521519Let pp' : _ ⟦ TM' , TY' ⟧ := pr1 T'.
522520
523- Let hsRCop : has_homsets (opp_precat RC) := has_homsets_opp (homset_property _).
524-
525521Let ηη : functor (preShv RC) (preShv C) :=
526522 pre_composition_functor C^op RC^op _ (functor_opp (Rezk_eta C)).
527523
Original file line number Diff line number Diff line change @@ -188,17 +188,16 @@ Definition is_split_typecat {CC : precategory} (C : typecat_structure CC)
188188 ;; q_typecat (A{{f}}) g
189189 ;; q_typecat A f).
190190
191- Lemma isaprop_is_split_typecat (CC : precategory) (hs : has_homsets CC )
191+ Lemma isaprop_is_split_typecat (CC : category )
192192 (C : typecat_structure CC) : isaprop (is_split_typecat C).
193193Proof .
194194 repeat (apply isofhleveltotal2; intros).
195195 - apply impred; intro; apply isapropisaset.
196196 - repeat (apply impred; intro). apply x.
197- - repeat (apply impred; intro). apply hs .
197+ - repeat (apply impred; intro). apply homset_property .
198198 - repeat (apply impred; intro). apply x.
199- - intros.
200- repeat (apply impred; intro).
201- apply hs.
199+ - intros.
200+ repeat (apply impred; intro). apply homset_property.
202201Qed .
203202
204203Definition typecat := ∑ (C : category), (typecat_structure C).
Original file line number Diff line number Diff line change @@ -901,8 +901,6 @@ Section SplitTypeCat_DiscreteComprehensionCat_Equiv.
901901 apply funextsec. intros ?.
902902 apply isaprop_isPullback.
903903 + apply isaprop_is_split_typecat.
904- apply homset_property.
905-
906904 - intros DC.
907905 use total2_paths_f.
908906 2: use total2_paths_f.
You can’t perform that action at this time.
0 commit comments