[Merged by Bors] - feat(CategoryTheory/Bicategory): Spans with left and right legs satisfying given morphism properties#39536
Conversation
PR summary 4c9b125de5Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This PR/issue depends on: |
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
dagurtomas
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
|
Thanks! bors d+ |
|
✌️ robin-carlier can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
|
Thanks! bors r+ |
…fying given morphism properties (#39536) In this PR, we define a structure `Span Wₗ Wᵣ c c'` which bundles the data of spans in `C` from `c` to `c'` where the left map satisfies `Wₗ` and the right map satisfies `Wᵣ`. When `Wₗ` and `Wᵣ` are adequate, we define the identity span and the composition of compatible spans. In a later pull request, this will be extended to be the 1-morphisms of a bicategory structure on a type alias of `C`. From [SymmMonCoherence](https://github.com/robin-carlier/SymmMonCoherence)
|
Pull request successfully merged into master. Build succeeded: |
…fying given morphism properties (leanprover-community#39536) In this PR, we define a structure `Span Wₗ Wᵣ c c'` which bundles the data of spans in `C` from `c` to `c'` where the left map satisfies `Wₗ` and the right map satisfies `Wᵣ`. When `Wₗ` and `Wᵣ` are adequate, we define the identity span and the composition of compatible spans. In a later pull request, this will be extended to be the 1-morphisms of a bicategory structure on a type alias of `C`. From [SymmMonCoherence](https://github.com/robin-carlier/SymmMonCoherence)
…fying given morphism properties (leanprover-community#39536) In this PR, we define a structure `Span Wₗ Wᵣ c c'` which bundles the data of spans in `C` from `c` to `c'` where the left map satisfies `Wₗ` and the right map satisfies `Wᵣ`. When `Wₗ` and `Wᵣ` are adequate, we define the identity span and the composition of compatible spans. In a later pull request, this will be extended to be the 1-morphisms of a bicategory structure on a type alias of `C`. From [SymmMonCoherence](https://github.com/robin-carlier/SymmMonCoherence)
…fying given morphism properties (leanprover-community#39536) In this PR, we define a structure `Span Wₗ Wᵣ c c'` which bundles the data of spans in `C` from `c` to `c'` where the left map satisfies `Wₗ` and the right map satisfies `Wᵣ`. When `Wₗ` and `Wᵣ` are adequate, we define the identity span and the composition of compatible spans. In a later pull request, this will be extended to be the 1-morphisms of a bicategory structure on a type alias of `C`. From [SymmMonCoherence](https://github.com/robin-carlier/SymmMonCoherence)
In this PR, we define a structure
Span Wₗ Wᵣ c c'which bundles the data of spans inCfromctoc'where the left map satisfiesWₗand the right map satisfiesWᵣ. WhenWₗandWᵣare adequate, we define the identity span and the composition of compatible spans.In a later pull request, this will be extended to be the 1-morphisms of a bicategory structure on a type alias of
C.From SymmMonCoherence
HasPullbacksAgainst#39534