Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Subfunctor.IsGeneratedBy

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {F : CategoryTheory.Functor Cᵒᵖ (Type w)} →
      CategoryTheory.Subfunctor F → {ι : Type w'} → {X : ι → Cᵒᵖ} → ((i : ι) → F.obj (X i)) → Prop

A subpresheaf G : Subfunctor F is generated by sections x i : F.obj (X i) if ⨆ (i : ι), ofSection (x i) = G.

Defined in
Mathlib.CategoryTheory.Subfunctor.Finite
Cited by
11 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.PresheafIsGeneratedBy · cited by 4CategoryTheory.PresheafIs…CategoryTheory.Subfunctor.IsGeneratedBy.iSup_eq · cited by 3IsGeneratedBy.iSup_eqCategoryTheory.Subfunctor.IsGeneratedBy.isFinite · cited by 3IsGeneratedBy.isFiniteCategoryTheory.PresheafIsGeneratedBy.range · cited by 2PresheafIsGeneratedBy.ran…CategoryTheory.Subfunctor.IsGeneratedBy.image · cited by 2IsGeneratedBy.imageCategoryTheory.Subfunctor.isGeneratedBy_of_isFinite · cited by 2Subfunctor.isGeneratedBy_…CategoryTheory.PresheafIsGeneratedBy.of_epi · cited by 1PresheafIsGeneratedBy.of_…CategoryTheory.Subfunctor.IsFinite.exists_isGeneratedBy · cited by 1IsFinite.exists_isGenerat…CategoryTheory.Subfunctor.IsGeneratedBy.ofSection_le · cited by 1IsGeneratedBy.ofSection_leCategoryTheory.Subfunctor.IsGeneratedBy.of_equiv · cited by 1IsGeneratedBy.of_equivCategoryTheory.Subfunctor.isGeneratedBy_iff · cited by 1Subfunctor.isGeneratedBy_…CategoryTheory.Subfunctor.IsFinite.casesOn · cited by 0IsFinite.casesOnCategoryTheory.Subfunctor.IsFinite.recOn · cited by 0IsFinite.recOnCategoryTheory.Subfunctor.IsGeneratedBy.mem · cited by 0IsGeneratedBy.memCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeiSup · cited by 2415iSupCategoryTheory.Subfunctor · cited by 112CategoryTheory.SubfunctorCategoryTheory.Subfunctor.ofSection · cited by 14Subfunctor.ofSectionSubfunctor.IsGeneratedByCITED BYCITES

Cites7

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

Cited by14

Results whose statement or proof uses this declaration.