Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
javra committed Oct 10, 2024
1 parent 14d38f9 commit 87c814e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mathlib/CategoryTheory/Functor/KanExtension/Pointwise.lean
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ namespace IsPointwiseLeftKanExtensionAt
variable {E} {Y : D} (h : E.IsPointwiseLeftKanExtensionAt Y)
[HasColimit (CostructuredArrow.proj L Y ⋙ F)]

/-- A pointwise left Kan extension of `F` along `L` applied to an object `Y` is isomorphic to
`colimit (CostructuredArrow.proj L Y ⋙ F)`. -/
noncomputable def isoColimit :
E.right.obj Y ≅ colimit (CostructuredArrow.proj L Y ⋙ F) :=
h.coconePointUniqueUpToIso (colimit.isColimit _)
Expand Down Expand Up @@ -238,6 +240,8 @@ namespace IsPointwiseRightKanExtensionAt
variable {E} {Y : D} (h : E.IsPointwiseRightKanExtensionAt Y)
[HasLimit (StructuredArrow.proj Y L ⋙ F)]

/-- A pointwise right Kan extension of `F` along `L` applied to an object `Y` is isomorphic to
`limit (StructuredArrow.proj Y L ⋙ F)`. -/
noncomputable def isoLimit :
E.left.obj Y ≅ limit (StructuredArrow.proj Y L ⋙ F) :=
h.conePointUniqueUpToIso (limit.isLimit _)
Expand Down

0 comments on commit 87c814e

Please sign in to comment.