Documentation

LeanPool.FactorizationSystems.Characterization

LeanPool.FactorizationSystems.Characterization #

Imported FactorizationSystems declaration.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Imported FactorizationSystems declaration.

    • image {X Y : C} (f : X Y) : C

      The midpoint object of the weak factorization.

    • leftMap {X Y : C} (f : X Y) : X self.image f

      The left morphism of the weak factorization.

    • left_map_in_left_class {X Y : C} (f : X Y) : L (self.leftMap f)

      The left morphism lies in the left class.

    • rightMap {X Y : C} (f : X Y) : self.image f Y

      The right morphism of the weak factorization.

    • right_map_in_right_class {X Y : C} (f : X Y) : R (self.rightMap f)

      The right morphism lies in the right class.

    • factorization {X Y : C} (f : X Y) : CategoryStruct.comp (self.leftMap f) (self.rightMap f) = f

      The two maps compose to the original morphism.

    Instances For

      Imported FactorizationSystems declaration.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Imported FactorizationSystems declaration.

        Equations
        Instances For
          def CategoryTheory.FactorizationSystemDiagonal {C : Type u} [Category.{v, u} C] {L R : MorphismProperty C} (F : FactorizationSystem L R) {A B X Y : C} (l : A B) (hl : L l) (r : X Y) (hr : R r) (S : l r) :

          Imported FactorizationSystems declaration.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem CategoryTheory.FactorizationSystem_diagonal_canonicity {C : Type u} [Category.{v, u} C] {L R : MorphismProperty C} (F : FactorizationSystem L R) {A B X Y : C} (l : A B) (hl : L l) (r : X Y) (hr : R r) (S : l r) (d : diagonalFiller S) :

            Imported FactorizationSystems declaration.

            Equations
            Instances For

              Imported FactorizationSystems declaration.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For