Documentation

Mathlib.CategoryTheory.MorphismProperty.Basic

Properties of morphisms #

We provide the basic framework for talking about properties of morphisms. The following meta-property is defined

A MorphismProperty C is a class of morphisms between objects in C.

Equations
Instances For
    @[simp]

    The morphism property in Cᵒᵖ associated to a morphism property in C

    Equations
    Instances For

      The morphism property in C associated to a morphism property in Cᵒᵖ

      Equations
      Instances For

        The image (up to isomorphisms) of a MorphismProperty C by a functor C ⥤ D

        Equations
        Instances For

          A morphism property RespectsIso if it still holds when composed with an isomorphism

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem CategoryTheory.MorphismProperty.monotone_isoClosure {C : Type u} [CategoryTheory.Category.{v, u} C] :
            Monotone CategoryTheory.MorphismProperty.isoClosure

            If W₁ and W₂ are morphism properties on two categories C₁ and C₂, this is the induced morphism property on C₁ × C₂.

            Equations
            Instances For
              def CategoryTheory.MorphismProperty.pi {J : Type w} {C : JType u} [(j : J) → CategoryTheory.Category.{v, u} (C j)] (W : (j : J) → CategoryTheory.MorphismProperty (C j)) :

              If W j are morphism properties on categories C j for all j, this is the induced morphism property on the category ∀ j, C j.

              Equations
              Instances For