Skip to content

Move limit diagrams to their own file #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
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 @@
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
Loading