Theorems · Definition · category theory
CategoryTheory.Functor.DenseAt.precompEquivOfFinal
{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} →
{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 Y ≃ F.DenseAt YIf the canonical functor CostructuredArrow (G ≫ F) Y ⥤ CostructuredArrow F Y is final, then
G ⋙ F is dense at Y if and only if F is dense at Y.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Equivstatement · cited by 8,337
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Functor.idproof · cited by 3,333
- CategoryTheory.CostructuredArrowstatement · cited by 536
- CategoryTheory.Functor.rightUnitorproof · cited by 149
- CategoryTheory.Functor.Finalstatement and proof · cited by 112
- CategoryTheory.CostructuredArrow.prestatement and proof · cited by 36
- CategoryTheory.Functor.LeftExtension.mkproof · cited by 31
- CategoryTheory.Functor.LeftExtension.coconeAtproof · cited by 20
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.IsDenseAt.iff_of_finalproof · cited by 1
- CategoryTheory.Functor.DenseAt.precompOfFinalproof · cited by 0