Theorems · Definition · category theory
SheafOfModules.pushforwardPushforwardEquivalence
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{J : CategoryTheory.GrothendieckTopology C} →
{K : CategoryTheory.GrothendieckTopology D} →
(eqv : C ≌ D) →
{S : CategoryTheory.Sheaf J RingCat} →
{R : CategoryTheory.Sheaf K RingCat} →
[inst_2 : eqv.functor.IsContinuous J K] →
[inst_3 : eqv.inverse.IsContinuous K J] →
(φ : S ⟶ (eqv.functor.sheafPushforwardContinuous RingCat J K).obj R) →
(ψ : R ⟶ (eqv.inverse.sheafPushforwardContinuous RingCat K J).obj S) →
CategoryTheory.Functor.whiskerRight (CategoryTheory.NatTrans.op eqv.counit) R.obj =
CategoryTheory.CategoryStruct.comp ψ.hom (eqv.inverse.op.whiskerLeft φ.hom) →
CategoryTheory.CategoryStruct.comp φ.hom
(CategoryTheory.CategoryStruct.comp (eqv.functor.op.whiskerLeft ψ.hom)
(CategoryTheory.Functor.whiskerRight (CategoryTheory.NatTrans.op eqv.unit) S.obj)) =
CategoryTheory.CategoryStruct.id S.obj →
(SheafOfModules R ≌ SheafOfModules S)If e : C ≌ D, then the pushforwards along e.functor and e.inverse forms an equivalence.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- Oppositestatement · cited by 8,081
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.GrothendieckTopologystatement and proof · cited by 1,415
- CategoryTheory.ObjectProperty.FullSubcategory.objstatement and proof · cited by 1,316
Cited by4
Results whose statement or proof uses this declaration.
- SheafOfModules.QuasicoherentData.bindproof · cited by 1
- SheafOfModules.pushforwardPushforwardEquivalence_counit_app_val_appstatement and proof · cited by 0
- SheafOfModules.pushforwardPushforwardEquivalence_unit_app_val_appstatement · cited by 0
- TopologicalSpace.Opens.sheafOfModulesEquivOverproof · cited by 0