Skip to content

Commit 0ae16f3

Browse files
chrisflavjoelriou
andauthored
Update Mathlib/CategoryTheory/Comma/StructuredArrow/Basic.lean
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
1 parent b72c083 commit 0ae16f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Mathlib/CategoryTheory/Comma/StructuredArrow

Mathlib/CategoryTheory/Comma/StructuredArrow/Basic.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ def map₂CompMap₂Iso {C' : Type u₆} [Category.{v₆} C'] {D' : Type u₅} [
362362
@[simps!]
363363
def map₂Congr {F' : C ⥤ A} {G' : D ⥤ B} (e₁ : F ≅ F') (e₂ : G ≅ G')
364364
(α' : L' ⟶ G'.obj L) (β' : R ⋙ G' ⟶ F' ⋙ R')
365-
(hα : α = α' ≫ e₂.inv.app _)
366-
(hβ : β ≫ Functor.whiskerRight e₁.hom _ = Functor.whiskerLeft _ e₂.hom ≫ β') :
365+
(hα : α = α' ≫ e₂.inv.app _ := by cat_disch)
366+
(hβ : β ≫ Functor.whiskerRight e₁.hom _ = Functor.whiskerLeft _ e₂.hom ≫ β' := by cat_disch) :
367367
map₂ α β ≅ map₂ α' β' :=
368368
NatIso.ofComponents (fun X ↦ isoMk (e₁.app X.right) ?_) ?_
369369
where finally

0 commit comments

Comments
 (0)