Skip to content

Commit

Permalink
Move diagrams to a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudvanderleer committed Jan 29, 2025
1 parent 39b2adc commit cd5fe31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TypeTheory/Auxiliary/SetsAndPresheaves.v
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Proof.
transparent assert
(XH : (∏ a : C^op,
LimCone
(@Colimits.diagram_pointwise C^op HSET
(@Diagrams.diagram_pointwise C^op HSET

Check failure on line 265 in TypeTheory/Auxiliary/SetsAndPresheaves.v

View workflow job for this annotation

GitHub Actions / Build with dev

The reference Diagrams.diagram_pointwise was not found in the current

Check failure on line 265 in TypeTheory/Auxiliary/SetsAndPresheaves.v

View workflow job for this annotation

GitHub Actions / Build with dev

The reference Diagrams.diagram_pointwise was not found in the current

Check failure on line 265 in TypeTheory/Auxiliary/SetsAndPresheaves.v

View workflow job for this annotation

GitHub Actions / Build with latest

The reference Diagrams.diagram_pointwise was not found in the current

Check failure on line 265 in TypeTheory/Auxiliary/SetsAndPresheaves.v

View workflow job for this annotation

GitHub Actions / Build with latest

The reference Diagrams.diagram_pointwise was not found in the current
pullback_graph XT1 a))).
{ intro. apply LimConeHSET. }
specialize (XR XH).
Expand All @@ -278,7 +278,7 @@ Proof.
specialize (XR S).
simpl in XR.
transparent assert (HC
: (cone (@Colimits.diagram_pointwise C^op HSET
: (cone (@Diagrams.diagram_pointwise C^op HSET
pullback_graph (pullback_diagram (preShv C) f g) c) S)).
{ use make_cone.
apply three_rec_dep; cbn.
Expand Down

0 comments on commit cd5fe31

Please sign in to comment.