feat(CategoryTheory/ObjectProperty): define objects admitting finite resolutions by objects satisfying P : ObjectProperty C#41880
Conversation
PR summary 0673ab95b0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
| We say that `X : C` has a `P`-resolution of length `n` if there exists an | ||
| exact sequence `0 ⟶ Eₙ ⟶ ⋯ ⟶ E₀ ⟶ X ⟶ 0` such that each `Eᵢ : C` satisfies `P`. |
There was a problem hiding this comment.
I think we should say that in the implementation it is defined using an inductive predicate.
Let
Cbe a category,P : ObjectProperty Cbe a property of objectsinC. We say thatX : Chas aP-resolution of lengthnif there exists an exact sequence0 ⟶ Eₙ ⟶ ⋯ ⟶ E₀ ⟶ X ⟶ 0such that eachEᵢ : CsatisfiesP.