We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b2adc commit cd5fe31Copy full SHA for cd5fe31
TypeTheory/Auxiliary/SetsAndPresheaves.v
@@ -262,7 +262,7 @@ Proof.
262
transparent assert
263
(XH : (∏ a : C^op,
264
LimCone
265
- (@Colimits.diagram_pointwise C^op HSET
+ (@Diagrams.diagram_pointwise C^op HSET
266
pullback_graph XT1 a))).
267
{ intro. apply LimConeHSET. }
268
specialize (XR XH).
@@ -278,7 +278,7 @@ Proof.
278
specialize (XR S).
279
simpl in XR.
280
transparent assert (HC
281
- : (cone (@Colimits.diagram_pointwise C^op HSET
+ : (cone (@Diagrams.diagram_pointwise C^op HSET
282
pullback_graph (pullback_diagram (preShv C) f g) c) S)).
283
{ use make_cone.
284
apply three_rec_dep; cbn.
0 commit comments