Skip to content
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 by Bors] - feat(category_theory/limits): The associativity of pullbacks and pushouts. #10619

Closed
wants to merge 3 commits into from

Conversation

erdOne
Copy link
Member

@erdOne erdOne commented Dec 4, 2021

Also provides the pasting lemma for pullback (pushout) squares


Open in Gitpod

@erdOne erdOne added the awaiting-review The author would like community review of the PR label Dec 4, 2021
Comment on lines +1121 to +1131
/--
Given

X₁ - f₁ -> X₂ - f₂ -> X₃
| | |
i₁ i₂ i₃
∨ ∨ ∨
Y₁ - g₁ -> Y₂ - g₂ -> Y₃

Then the big square is a pullback if both the small squares are.
-/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if we stack the squares vertically? It's math-trivial that a similar statement holds. But it's not Lean defeq, I guess. Can we avoid duplication?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Composing with either pullback_symmetry or pullback_cone.flip_is_pullback works.
I'm not sure if there are better ways to do so.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope that will be good enough in practice.

Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Dec 13, 2021
bors bot pushed a commit that referenced this pull request Dec 13, 2021
…outs. (#10619)

Also provides the pasting lemma for pullback (pushout) squares



Co-authored-by: erd1 <the.erd.one@gmail.com>
@bors
Copy link

bors bot commented Dec 13, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(category_theory/limits): The associativity of pullbacks and pushouts. [Merged by Bors] - feat(category_theory/limits): The associativity of pullbacks and pushouts. Dec 13, 2021
@bors bors bot closed this Dec 13, 2021
@bors bors bot deleted the pullback_assoc branch December 13, 2021 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants