Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.relativelyRepresentable.symmetry

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {F : CategoryTheory.Functor C D} →
          {Y : D} →
            {b : C} →
              {f' : F.obj b ⟶ Y} →
                (hf' : F.relativelyRepresentable f') →
                  {a : C} →
                    {g : F.obj a ⟶ Y} → (hg : F.relativelyRepresentable g) → [F.Full] → hf'.pullback g ⟶ hg.pullback f'

Given two representable morphisms f' : F.obj b ⟶ Y and g : F.obj a ⟶ Y, we obtain an isomorphism hf'.pullback g ⟶ hg.pullback f'.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Representable
Cited by
10 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.Full

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AlgebraicGeometry.Scheme.LocalRepresentability.glueData · cited by 13LocalRepresentability.glu…CategoryTheory.Functor.relativelyRepresentable.symmetryIso · cited by 2relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetry_fst · cited by 2relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetry_snd · cited by 2relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetry_fst_assoc · cited by 1relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetry_symmetry · cited by 1relativelyRepresentable.s…AlgebraicGeometry.Scheme.LocalRepresentability.glueData_t · cited by 0LocalRepresentability.glu…CategoryTheory.Functor.relativelyRepresentable.symmetry.congr_simp · cited by 0symmetry.congr_simpCategoryTheory.Functor.relativelyRepresentable.symmetryIso_hom · cited by 0relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetryIso_inv · cited by 0relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetry_snd_assoc · cited by 0relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.symmetry_symmetry_assoc · cited by 0relativelyRepresentable.s…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.relativelyRepresentable.pullback · cited by 65relativelyRepresentable.p…CategoryTheory.Functor.relativelyRepresentable · cited by 64Functor.relativelyReprese…CategoryTheory.Functor.relativelyRepresentable.fst' · cited by 43relativelyRepresentable.f…CategoryTheory.Functor.relativelyRepresentable.snd · cited by 34relativelyRepresentable.s…CategoryTheory.Functor.relativelyRepresentable.lift' · cited by 9relativelyRepresentable.l…relativelyRepresentable.symme…CITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.