Theorems · Definition · category theory
CategoryTheory.Localization.structuredArrowEquiv
{C : Type u_1} →
{D : Type u_2} →
{D' : Type u_3} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
[inst_2 : CategoryTheory.Category.{v_3, u_3} D'] →
(W : CategoryTheory.MorphismProperty C) →
(L : CategoryTheory.Functor C D) →
(L' : CategoryTheory.Functor C D') →
[L.IsLocalization W] →
[L'.IsLocalization W] →
{X : C} →
CategoryTheory.StructuredArrow (L.obj X) L ≃ CategoryTheory.StructuredArrow (L'.obj X) L'The bijection StructuredArrow (L.obj X) L ≃ StructuredArrow (L'.obj X) L'
when L and L' are two localization functors for the same class of morphisms.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Equivstatement · cited by 8,337
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Functor.IsLocalizationstatement and proof · cited by 432
- CategoryTheory.StructuredArrowstatement and proof · cited by 370
- CategoryTheory.StructuredArrow.homproof · cited by 150
- CategoryTheory.StructuredArrow.mkproof · cited by 125
- CategoryTheory.Localization.homEquivproof · cited by 18
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.induction_structuredArrowproof · cited by 1
- CategoryTheory.Localization.structuredArrowEquiv_applystatement and proof · cited by 1
- CategoryTheory.Localization.structuredArrowEquiv_symm_applystatement and proof · cited by 0
- CategoryTheory.Localization.structuredArrowEquiv.congr_simpstatement and proof · cited by 0