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] - adding Functor.sum', dual to Functor.prod'. #12073

Closed
wants to merge 2 commits into from

Conversation

sinhp
Copy link
Collaborator

@sinhp sinhp commented Apr 11, 2024

We add Functor.sum' a variant of Functor.sum. This situation is dual to docs#CategoryTheory.Functor.prod'.

We also add inl_sum' and inr_sum' which prove that the sum functor F.sum' G precomposed with the left (resp. right) inclusion functor is isomorphic to F (resp. G).


Open in Gitpod

@sinhp sinhp requested a review from mo271 April 11, 2024 21:40
@github-actions github-actions bot added the new-contributor This PR was made by a contributor with fewer than 5 merged PRs. Welcome to the community! label Apr 11, 2024
@sinhp sinhp added t-category-theory Category theory awaiting-review The author would like community review of the PR and removed new-contributor This PR was made by a contributor with fewer than 5 merged PRs. Welcome to the community! labels Apr 11, 2024
@joelriou joelriou added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Apr 13, 2024
@github-actions github-actions bot added the new-contributor This PR was made by a contributor with fewer than 5 merged PRs. Welcome to the community! label Apr 13, 2024
@sinhp sinhp added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Apr 13, 2024
@joelriou
Copy link
Collaborator

Thanks!

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Apr 13, 2024
mathlib-bors bot pushed a commit that referenced this pull request Apr 13, 2024
We add `Functor.sum'` a variant of `Functor.sum`. This situation is dual to [docs#CategoryTheory.Functor.prod'](https://leanprover-community.github.io/mathlib4_docs/find/?pattern=CategoryTheory.Functor.prod%27#doc). 

We also add `inl_sum'` and `inr_sum'` which prove that the sum functor `F.sum' G` precomposed with the left (resp. right) inclusion functor is isomorphic to `F` (resp. `G`).
@mathlib-bors
Copy link

mathlib-bors bot commented Apr 13, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title adding Functor.sum', dual to Functor.prod'. [Merged by Bors] - adding Functor.sum', dual to Functor.prod'. Apr 13, 2024
@mathlib-bors mathlib-bors bot closed this Apr 13, 2024
@mathlib-bors mathlib-bors bot deleted the functor_sum branch April 13, 2024 10:34
Louddy pushed a commit that referenced this pull request Apr 15, 2024
We add `Functor.sum'` a variant of `Functor.sum`. This situation is dual to [docs#CategoryTheory.Functor.prod'](https://leanprover-community.github.io/mathlib4_docs/find/?pattern=CategoryTheory.Functor.prod%27#doc). 

We also add `inl_sum'` and `inr_sum'` which prove that the sum functor `F.sum' G` precomposed with the left (resp. right) inclusion functor is isomorphic to `F` (resp. `G`).
atarnoam pushed a commit that referenced this pull request Apr 16, 2024
We add `Functor.sum'` a variant of `Functor.sum`. This situation is dual to [docs#CategoryTheory.Functor.prod'](https://leanprover-community.github.io/mathlib4_docs/find/?pattern=CategoryTheory.Functor.prod%27#doc). 

We also add `inl_sum'` and `inr_sum'` which prove that the sum functor `F.sum' G` precomposed with the left (resp. right) inclusion functor is isomorphic to `F` (resp. `G`).
uniwuni pushed a commit that referenced this pull request Apr 19, 2024
We add `Functor.sum'` a variant of `Functor.sum`. This situation is dual to [docs#CategoryTheory.Functor.prod'](https://leanprover-community.github.io/mathlib4_docs/find/?pattern=CategoryTheory.Functor.prod%27#doc). 

We also add `inl_sum'` and `inr_sum'` which prove that the sum functor `F.sum' G` precomposed with the left (resp. right) inclusion functor is isomorphic to `F` (resp. `G`).
callesonne pushed a commit that referenced this pull request Apr 22, 2024
We add `Functor.sum'` a variant of `Functor.sum`. This situation is dual to [docs#CategoryTheory.Functor.prod'](https://leanprover-community.github.io/mathlib4_docs/find/?pattern=CategoryTheory.Functor.prod%27#doc). 

We also add `inl_sum'` and `inr_sum'` which prove that the sum functor `F.sum' G` precomposed with the left (resp. right) inclusion functor is isomorphic to `F` (resp. `G`).
Jun2M pushed a commit that referenced this pull request Apr 24, 2024
We add `Functor.sum'` a variant of `Functor.sum`. This situation is dual to [docs#CategoryTheory.Functor.prod'](https://leanprover-community.github.io/mathlib4_docs/find/?pattern=CategoryTheory.Functor.prod%27#doc). 

We also add `inl_sum'` and `inr_sum'` which prove that the sum functor `F.sum' G` precomposed with the left (resp. right) inclusion functor is isomorphic to `F` (resp. `G`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-contributor This PR was made by a contributor with fewer than 5 merged PRs. Welcome to the community! ready-to-merge This PR has been sent to bors. t-category-theory Category theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants