Skip to content

Commit 682f2f8

Browse files
Merge pull request #251 from arnoudvanderleer/limit-diagrams
Move limit diagrams to their own file
2 parents 39b2adc + cd5fe31 commit 682f2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TypeTheory/Auxiliary/SetsAndPresheaves.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Proof.
262262
transparent assert
263263
(XH : (∏ a : C^op,
264264
LimCone
265-
(@Colimits.diagram_pointwise C^op HSET
265+
(@Diagrams.diagram_pointwise C^op HSET
266266
pullback_graph XT1 a))).
267267
{ intro. apply LimConeHSET. }
268268
specialize (XR XH).
@@ -278,7 +278,7 @@ Proof.
278278
specialize (XR S).
279279
simpl in XR.
280280
transparent assert (HC
281-
: (cone (@Colimits.diagram_pointwise C^op HSET
281+
: (cone (@Diagrams.diagram_pointwise C^op HSET
282282
pullback_graph (pullback_diagram (preShv C) f g) c) S)).
283283
{ use make_cone.
284284
apply three_rec_dep; cbn.

0 commit comments

Comments
 (0)