Documentation

Mathlib.CategoryTheory.Sites.InducedTopology

Induced topologies #

In this file we study various topologies induced by a functor. Let F : C ⥤ D be a functor, J a Grothendieck topology on C and K a Grothendieck topology on D.

TODOs #

References #

The induced topology by a topology on D along a functor F : C ⥤ D is the finest topology on C making F continuous. SGA4, III, 3.1

Equations
Instances For
    theorem CategoryTheory.Functor.mem_inducedTopology_iff {C : Type u₁} {D : Type u₂} [Category.{v₁, u₁} C] [Category.{v₂, u₂} D] {F : Functor C D} {K : GrothendieckTopology D} [LocallySmall.{max u₁ v₁ u₂ v₂, v₁, u₁} C] (X : C) (S : Sieve X) (G : Functor (Functor Cᵒᵖ (Type (max u₁ v₁ u₂ v₂))) (Functor Dᵒᵖ (Type (max u₁ v₁ u₂ v₂)))) (adj : G (whiskeringLeft Cᵒᵖ Dᵒᵖ (Type (max u₁ v₁ u₂ v₂))).obj F.op) :

    SGA4, III, Proposition 3.2

    The coarsest topology containing all sieves whose image under F generates a covering sieve of K.

    Equations
    Instances For

      If F is continuous with the restricted topology, the restricted topology agrees with the induced topology. This holds for example if G is locally faithful, locally full and cover dense.