Theorems · Definition · category theory
CategoryTheory.Functor.DenseAt.precompOfFinal
{C : Type u₁} →
{D : Type u₂} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{F : CategoryTheory.Functor C D} →
{Y : D} →
F.DenseAt Y →
{C' : Type u_1} →
[inst_2 : CategoryTheory.Category.{v_1, u_1} C'] →
(G : CategoryTheory.Functor C' C) →
[(CategoryTheory.CostructuredArrow.pre G F Y).Final] → (G.comp F).DenseAt YIf F : C ⥤ D is dense at Y : D, then so is G ⋙ F if
the canonical functor CostructuredArrow (G ≫ F) Y ⥤ CostructuredArrow F Y is final.
This holds in particular if G is an equivalence.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- Equiv.symmproof · cited by 3,681
- CategoryTheory.CostructuredArrowstatement · cited by 536
- CategoryTheory.Functor.Finalstatement and proof · cited by 112
- CategoryTheory.CostructuredArrow.prestatement and proof · cited by 36
- CategoryTheory.Functor.DenseAtstatement and proof · cited by 5
- CategoryTheory.Functor.DenseAt.precompEquivOfFinalproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.