Skip to content

Commit

Permalink
Fix proof
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Aug 22, 2024
1 parent 5b95381 commit 6d957dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib/CategoryTheory/GradedObject/Monoidal.lean
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ lemma tensor_id (X Y : GradedObject I C) [HasTensor X Y] :
tensorHom (𝟙 X) (𝟙 Y) = 𝟙 _ := by
dsimp [tensorHom, mapBifunctorMapMap]
simp only [Functor.map_id, NatTrans.id_app, comp_id, mapMap_id]
rfl

@[reassoc]
lemma tensor_comp {X₁ X₂ X₃ Y₁ Y₂ Y₃ : GradedObject I C} (f₁ : X₁ ⟶ X₂) (f₂ : X₂ ⟶ X₃)
Expand Down

0 comments on commit 6d957dc

Please sign in to comment.