Skip to content

Commit

Permalink
No rfl after simp needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Aug 19, 2024
1 parent 0544693 commit 8120390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mathlib/CategoryTheory/GradedObject/Monoidal.lean
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ 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 8120390

Please sign in to comment.