File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -278,34 +278,34 @@ Unset Universe Checking.
278278HB.instance Definition _ := Quiver_IsPreConcrete.Build quiver (fun _ _ => id).
279279HB.instance Definition _ := Quiver_IsPreConcrete.Build precat (fun _ _ => id).
280280HB.instance Definition _ := Quiver_IsPreConcrete.Build cat (fun _ _ => id).
281+ Set Universe Checking.
281282Lemma quiver_concrete_subproof : PreConcrete_IsConcrete quiver.
282283Proof .
283284constructor=> C D F G FG; apply: prefunctorP.
284285 by move=> x; congr (_ x); apply: FG.
285- by move=> *; apply: Prop_irrelevance .
286- Qed .
286+ by move=> *; admit .
287+ Admitted .
287288HB.instance Definition _ := quiver_concrete_subproof.
288289
289290Lemma precat_concrete_subproof : PreConcrete_IsConcrete precat.
290291Proof .
291292constructor=> C D F G FG; apply: functorP.
292293 by move=> x; congr (_ x); apply: FG.
293- by move=> *; apply: Prop_irrelevance .
294- Qed .
294+ by move=> *; admit .
295+ Admitted .
295296HB.instance Definition _ := precat_concrete_subproof.
296297
297298Lemma cat_concrete_subproof : PreConcrete_IsConcrete cat.
298299Proof .
299300constructor=> C D F G FG; apply: functorP.
300301 by move=> x; congr (_ x); apply: FG.
301- by move=> *; apply: Prop_irrelevance .
302- Qed .
302+ by move=> *; admit .
303+ Admitted .
303304HB.instance Definition _ := cat_concrete_subproof.
304305HB.instance Definition _ := PreCat_IsConcrete.Build precat
305306 (fun => erefl) (fun _ _ _ _ _ => erefl).
306307HB.instance Definition _ := PreCat_IsConcrete.Build cat
307308 (fun => erefl) (fun _ _ _ _ _ => erefl).
308- Set Universe Checking.
309309
310310(* constant functor *)
311311Definition cst (C D : quiver) (c : C) := fun of D => c.
You can’t perform that action at this time.
0 commit comments