[Merged by Bors] - feat(CategoryTheory): the left lifting property is stable under transfinite composition#20119
[Merged by Bors] - feat(CategoryTheory): the left lifting property is stable under transfinite composition#20119
Conversation
PR summary 3a62eef02cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| /-- Given a colimit cocone `c` for a functor `F : J ⥤ C` from a well-ordered type, | ||
| and maps `p : X ⟶ Y`, `f : F.obj ⊥ ⟶ X`, `g : c.pt ⟶ Y`, this structure | ||
| contains the data of a map `F.obj j ⟶ X` such that `F.map (homOfLE bot_le) ≫ f' = f` | ||
| and `f' ≫ p = c.ι.app j ≫ g`. -/ | ||
| @[ext] | ||
| structure SqStruct (j : J) where |
There was a problem hiding this comment.
Could you please motivate the name, maybe by drawing an ascii-art diagram in the docstring?
There was a problem hiding this comment.
Thanks for the suggestion! I have added a comment about the general strategy of the proof and some asciiart.
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! bors merge |
|
Pull request successfully merged into master. Build succeeded: |
After #19135 is merged, it will be possible to phrase this in terms of
MorphismProperty.llpand get better looking statements.