Mathlib Map

Theorems · Definition · category theory

TopCat.Presheaf.restrictOpen

{X : TopCat} →
  {C : Type u} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {FC : C → C → Type u_1} →
        {CC : C → Type u_2} →
          [inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] →
            [inst_2 : CategoryTheory.ConcreteCategory C FC] →
              {F : TopCat.Presheaf C X} →
                {V : TopologicalSpace.Opens ↑X} →
                  CategoryTheory.ToType (F.obj (Opposite.op V)) →
                    (U : TopologicalSpace.Opens ↑X) →
                      autoParam (U ≤ V) TopCat.Presheaf.restrictOpen._auto_1 →
                        CategoryTheory.ToType (F.obj (Opposite.op U))

The restriction of a section along an inclusion of open sets. For x : F.obj (op V), we provide the notation x |_ U, where the proof U ≤ V is inferred by the tactic Top.presheaf.restrict_tac'

Defined in
Mathlib.Topology.Sheaves.Presheaf
Cited by
25 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

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

AlgebraicGeometry.Scheme.Hom.ker_apply · cited by 14Hom.ker_applyAlgebraicGeometry.isLocalization_basicOpen_of_qcqs · cited by 3AlgebraicGeometry.isLocal…AlgebraicGeometry.exists_pow_mul_eq_zero_of_res_basicOpen_eq_zero_of_isCompact · cited by 3AlgebraicGeometry.exists_…AlgebraicGeometry.exists_appTop_π_eq_of_isLimit · cited by 2AlgebraicGeometry.exists_…AlgebraicGeometry.exists_of_res_eq_of_qcqs · cited by 2AlgebraicGeometry.exists_…TopCat.Presheaf.restrictOpen.congr_simp · cited by 2restrictOpen.congr_simpTopCat.Presheaf.restrict_restrict · cited by 2Presheaf.restrict_restrictAlgebraicGeometry.Scheme.isNilpotent_iff_basicOpen_eq_bot_of_isCompact · cited by 2Scheme.isNilpotent_iff_ba…AlgebraicGeometry.exists_appTop_map_eq_zero_of_isLimit · cited by 1AlgebraicGeometry.exists_…AlgebraicGeometry.exists_eq_pow_mul_of_isAffineOpen · cited by 1AlgebraicGeometry.exists_…AlgebraicGeometry.exists_eq_pow_mul_of_isCompact_of_isQuasiSeparated · cited by 1AlgebraicGeometry.exists_…AlgebraicGeometry.exists_eq_pow_mul_of_is_compact_of_quasi_separated_space_aux · cited by 1AlgebraicGeometry.exists_…AlgebraicGeometry.exists_eq_pow_mul_of_is_compact_of_quasi_separated_space_aux_aux · cited by 1AlgebraicGeometry.exists_…TopCat.Presheaf.map_restrict · cited by 1Presheaf.map_restrictAlgebraicGeometry.exists_of_res_zero_of_qcqs · cited by 1AlgebraicGeometry.exists_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objOpposite · cited by 8081OppositeTopCat.carrier · cited by 3184TopCat.carrierFunLike · cited by 2560FunLikeTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensTopCat · cited by 1889TopCatCategoryTheory.homOfLE · cited by 554CategoryTheory.homOfLECategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…TopCat.Presheaf · cited by 371TopCat.PresheafCategoryTheory.ToType · cited by 219CategoryTheory.ToTypeTopCat.Presheaf.restrict · cited by 1Presheaf.restrictPresheaf.restrictOpenCITED BYCITES

Cites12

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

Cited by25

Results whose statement or proof uses this declaration.