Composition of morphisms of cohomological delta functors.
Instances For
The n-th component of a composition of delta-functor morphisms is the composition of the
components.
An endomorphism of an effaceable delta functor that is the identity in degree zero is the identity in every degree, by the uniqueness of effaceable extensions.
Data witnessing a comparison between Čech and derived-functor cohomology as delta functors, with mutually inverse morphisms in degree zero and effaceability hypotheses to extend the inverse to all degrees.
- cech : DerivedFunctorsDefs.CohomDeltaFunctor C D
- derived : DerivedFunctorsDefs.CohomDeltaFunctor C D
- cech_effaceable : self.cech.IsEffaceable
- derived_effaceable : self.derived.IsEffaceable
- forward_backward_zero : CategoryTheory.CategoryStruct.comp (self.forward.η 0) (self.backward.η 0) = CategoryTheory.CategoryStruct.id (self.cech.T 0)
- backward_forward_zero : CategoryTheory.CategoryStruct.comp (self.backward.η 0) (self.forward.η 0) = CategoryTheory.CategoryStruct.id (self.derived.T 0)
Instances For
The composition forward ∘ backward is the identity in every degree.
The composition backward ∘ forward is the identity in every degree.
The forward comparison map is an isomorphism in every degree.
The backward comparison map is an isomorphism in every degree.
Uniqueness: any morphism cech → derived agreeing with forward in degree zero agrees with
it in every degree.
Uniqueness of the inverse: any morphism derived → cech agreeing with backward in degree
zero agrees with it in every degree.
A CechDerivedIsomorphism enriched with explicit degree-zero invertibility witnesses,
suitable for promoting the comparison to all degrees.
- cech_effaceable : self.cech.IsEffaceable
- forward_backward_zero : CategoryTheory.CategoryStruct.comp (self.forward.η 0) (self.backward.η 0) = CategoryTheory.CategoryStruct.id (self.cech.T 0)
- backward_forward_zero : CategoryTheory.CategoryStruct.comp (self.backward.η 0) (self.forward.η 0) = CategoryTheory.CategoryStruct.id (self.derived.T 0)
Instances For
Repackage a CechDerivedFullComparison as CechDerivedComparisonData.
Instances For
The forward comparison map from a CechDerivedFullComparison is an isomorphism in every
degree.