Skip to content

Commit

Permalink
chore(CategoryTheory/Limits/Shapes/BinaryProducts): More universe fle…
Browse files Browse the repository at this point in the history
…xibility for `pairComp` (#17586)
  • Loading branch information
robin-carlier committed Oct 9, 2024
1 parent 810124d commit 7817d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mathlib/CategoryTheory/Limits/Shapes/BinaryProducts.lean
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ braiding and associating isomorphisms, and the product comparison morphism.

noncomputable section

universe v u u₂
universe v v₁ u u₁ u₂

open CategoryTheory

Expand Down Expand Up @@ -160,7 +160,7 @@ def diagramIsoPair (F : Discrete WalkingPair ⥤ C) :

section

variable {D : Type u} [Category.{v} D]
variable {D : Type u} [Category.{v} D]

/-- The natural isomorphism between `pair X Y ⋙ F` and `pair (F.obj X) (F.obj Y)`. -/
def pairComp (X Y : C) (F : C ⥤ D) : pair X Y ⋙ F ≅ pair (F.obj X) (F.obj Y) :=
Expand Down

0 comments on commit 7817d20

Please sign in to comment.