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

feat: the (contravariant) long exact sequence of Ext #13883

Closed
wants to merge 191 commits into from

Conversation

joelriou
Copy link
Collaborator

@joelriou joelriou commented Jun 16, 2024

joelriou and others added 30 commits March 27, 2024 10:52
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>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@joelriou joelriou added WIP Work in progress t-category-theory Category theory labels Jun 16, 2024
Copy link

github-actions bot commented Jun 16, 2024

PR summary 1dd45cf8ea

Import changes

Dependency changes

File Base Count Head Count Change
Mathlib.CategoryTheory.Triangulated.Opposite 959 1037 +78 (+8.13%)

Declarations diff

+ CommShift
+ Hom.opEquiv
+ IsColimit.ofIsZero
+ IsLimit.ofIsZero
+ LargeExt
+ LargeExtFunctor
+ LargeExtFunctor.obj
+ ShortComplex.eq_liftCycles_homologyπ_up_to_refinements
+ about
+ addEquiv
+ add_comp
+ add_hom
+ app_shift
+ comm
+ commShiftIso_comp_hom_app
+ commShiftIso_comp_inv_app
+ comm_app
+ comp_add
+ comp_assoc
+ comp_largeExtClass
+ comp_ofHom_id
+ contravariantSequence
+ contravariantSequenceIso
+ contravariantSequence_exact
+ contravariant_sequence_exact₁
+ contravariant_sequence_exact₂
+ contravariant_sequence_exact₃
+ covariantSequence
+ covariantSequenceIso
+ covariantSequence_exact
+ covariant_sequence_exact₁
+ covariant_sequence_exact₂
+ covariant_sequence_exact₃
+ decomp_from
+ decomp_to
+ descShortComplex
+ eq_liftCycles_homologyπ_up_to_refinements
+ equiv
+ homFromEquiv
+ homToEquiv
+ homologyFunctor_shift
+ homologyFunctor_shiftMap
+ homologySequenceComposableArrows₅
+ homologySequenceComposableArrows₅_exact
+ homologySequenceδ_quotient_mapTriangle_obj
+ homologySequenceδ_triangleh
+ id
+ induced_shiftMap
+ inl_v_descShortComplex_f
+ inr_descShortComplex
+ inr_f_descShortComplex_f
+ instance (A : Cᵒᵖ) : (preadditiveCoyoneda.obj A).IsHomological
+ instance (A : Cᵒᵖ) : (preadditiveCoyoneda.obj A).ShiftSequence ℤ
+ instance (B : C) : (preadditiveYoneda.obj B).IsHomological
+ instance (B : C) : (preadditiveYoneda.obj B).ShiftSequence ℤ
+ instance (n : ℤ) : (singleFunctor C n).Additive := by
+ instance : (Q (C := C)).CommShift ℤ
+ instance : AddCommGroup (LargeExt X Y n) := (equiv X Y n).addCommGroup
+ instance : NatTrans.CommShift (quotientCompQhIso C).hom ℤ
+ instance : PreservesColimitsOfShape J (single C c i)
+ instance : PreservesFiniteColimits (single C c i) := ⟨by intros; infer_instance⟩
+ instance : PreservesFiniteLimits (single C c i) := ⟨by intros; infer_instance⟩
+ instance : PreservesLimitsOfShape J (single C c i)
+ instance {K L : CochainComplex C ℤ} (f : K ⟶ L) [QuasiIso f] :
+ isZero_single_comp_eval
+ largeExtClass
+ largeExtClass_comp
+ liftCycles_shift_homologyπ
+ mapTriangleCompIso
+ mapTriangleIso
+ map_distinguished_op_exact
+ mem_distTriang_iff
+ mk₀_comp_mk₀
+ neg_hom
+ ofHom
+ ofHom_comp
+ ofHom_id_comp
+ ofIso
+ ofIso_compatibility
+ of_isIso
+ of_iso_inv
+ opEquiv
+ opEquiv'
+ opEquiv'_add_symm
+ opEquiv'_apply
+ opEquiv'_symm_add
+ opEquiv'_symm_apply
+ opEquiv'_symm_comp
+ opEquiv'_symm_op_opShiftFunctorEquivalence_counitIso_inv_app_op_shift
+ opEquiv'_zero_add_symm
+ opEquiv_symm_add
+ opEquiv_symm_apply
+ opShiftFunctorEquivalence_add'_unitIso_inv_app
+ opShiftFunctorEquivalence_zero_unitIso_inv_app
+ postcomp
+ postcompFunctor
+ postcompIsoOfIso
+ postcompPostcompIso
+ preadditiveYoneda_map_distinguished
+ precomp
+ preservesColimitsOfShapeOfIsZero
+ preservesLimitsOfShapeOfIsZero
+ quasiIso_descShortComplex
+ shiftFunctorCompIsoId_add'_inv_app
+ shiftFunctorCompIsoId_zero_zero_hom_app
+ shiftFunctorCompIsoId_zero_zero_inv_app
+ shiftFunctorOpIso_add_neg_self
+ shiftFunctor_op
+ shift_app
+ singleCompEvalIsoSelf
+ singleFunctors
+ singleFunctorsPostcompQIso
+ singleFunctorsPostcompQhIso
+ singleTriangle
+ singleTriangleIso
+ singleTriangle_distinguished
+ singleδ
+ sub_hom
+ triangleOfSES
+ triangleOfSESIso
+ triangleOfSES_distinguished
+ triangleOfSESδ
+ whiskerLeft
+ whiskerRight
+ zero_hom
+ zsmul_hom
+++ comp

You can run this locally as follows
## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>

## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit>

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jun 16, 2024
@joelriou joelriou added WIP Work in progress and removed WIP Work in progress labels Jun 17, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 25, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jul 8, 2024
@joelriou
Copy link
Collaborator Author

Refactored in #15092

@joelriou joelriou closed this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) t-category-theory Category theory WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants