We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72c083 commit 0ae16f3Copy full SHA for 0ae16f3
1 file changed
Mathlib/CategoryTheory/Comma/StructuredArrow/Basic.lean
@@ -362,8 +362,8 @@ def map₂CompMap₂Iso {C' : Type u₆} [Category.{v₆} C'] {D' : Type u₅} [
362
@[simps!]
363
def map₂Congr {F' : C ⥤ A} {G' : D ⥤ B} (e₁ : F ≅ F') (e₂ : G ≅ G')
364
(α' : L' ⟶ G'.obj L) (β' : R ⋙ G' ⟶ F' ⋙ R')
365
- (hα : α = α' ≫ e₂.inv.app _)
366
- (hβ : β ≫ Functor.whiskerRight e₁.hom _ = Functor.whiskerLeft _ e₂.hom ≫ β') :
+ (hα : α = α' ≫ e₂.inv.app _ := by cat_disch)
+ (hβ : β ≫ Functor.whiskerRight e₁.hom _ = Functor.whiskerLeft _ e₂.hom ≫ β' := by cat_disch) :
367
map₂ α β ≅ map₂ α' β' :=
368
NatIso.ofComponents (fun X ↦ isoMk (e₁.app X.right) ?_) ?_
369
where finally
0 commit comments