Documentation

Mathlib.CategoryTheory.ObjectProperty.Opposite

The opposite of a property of objects #

The property of objects of Cแต’แต– corresponding to P : ObjectProperty C.

Instances For

    The property of objects of C corresponding to P : ObjectProperty Cแต’แต–.

    Instances For

      The bijection Subtype P.op โ‰ƒ Subtype P for P : ObjectProperty C.

      Instances For
        @[simp]
        theorem CategoryTheory.ObjectProperty.op_ofObj {C : Type u} [CategoryStruct.{v, u} C] {ฮน : Type u_1} (X : ฮน โ†’ C) :
        (ofObj X).op = ofObj fun (i : ฮน) => Opposite.op (X i)
        @[simp]
        theorem CategoryTheory.ObjectProperty.unop_ofObj {C : Type u} [CategoryStruct.{v, u} C] {ฮน : Type u_1} (X : ฮน โ†’ Cแต’แต–) :
        (ofObj X).unop = ofObj fun (i : ฮน) => Opposite.unop (X i)