[Merged by Bors] - feat(AlgebraicTopology): application of the retract argument to model categories#26166
[Merged by Bors] - feat(AlgebraicTopology): application of the retract argument to model categories#26166joelriou wants to merge 63 commits intoleanprover-community:masterfrom
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
robin-carlier
left a comment
There was a problem hiding this comment.
Very nice!
I did not individually record them, but basically all my remaining comments are about the tactic mode rw; exact that can be avoided by directly using the mem field or ..._iff _|>.mpr ... pattern.
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
|
Thanks for the reviews!
As tactic mode is unexpensive here, I have kept it in a few situations. |
|
Thanks then! CI is having troubles right now but build and lint pass so I guess it’s safe to maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
… categories (#26166) Basic consequences of the retract argument are obtained for model categories: cofibrations are exactly the morphisms that have the left lifting property with respect to trivial fibrations, etc. We deduce various properties of cofibrations, fibrations and weak equivalences in model categories (e.g. they are stable by composition). Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
… categories (leanprover-community#26166) Basic consequences of the retract argument are obtained for model categories: cofibrations are exactly the morphisms that have the left lifting property with respect to trivial fibrations, etc. We deduce various properties of cofibrations, fibrations and weak equivalences in model categories (e.g. they are stable by composition). Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
… categories (leanprover-community#26166) Basic consequences of the retract argument are obtained for model categories: cofibrations are exactly the morphisms that have the left lifting property with respect to trivial fibrations, etc. We deduce various properties of cofibrations, fibrations and weak equivalences in model categories (e.g. they are stable by composition). Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
… categories (leanprover-community#26166) Basic consequences of the retract argument are obtained for model categories: cofibrations are exactly the morphisms that have the left lifting property with respect to trivial fibrations, etc. We deduce various properties of cofibrations, fibrations and weak equivalences in model categories (e.g. they are stable by composition). Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Basic consequences of the retract argument are obtained for model categories: cofibrations are exactly the morphisms that have the left lifting property with respect to trivial fibrations, etc. We deduce various properties of cofibrations, fibrations and weak equivalences in model categories (e.g. they are stable by composition).
(I am sorry if this one is a little bit long. There are too many basic properties to state.)
This PR continues the work from #20210.
Original PR: #20210