Skip to content

Commit f60c4f5

Browse files
committed
fixes
1 parent bedf9df commit f60c4f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mathlib/CategoryTheory/Monoidal/Free/Coherence.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ def tensorFunc : F C ⥤ N C ⥤ F C where
169169
theorem tensorFunc_map_app {X Y : F C} (f : X ⟶ Y) (n) : ((tensorFunc C).map f).app n = _ ◁ f :=
170170
rfl
171171

172+
set_option allowUnsafeReducibility true
173+
attribute [implicit_reducible] Pi.instCategoryComp._aux_1
174+
172175
theorem tensorFunc_obj_map (Z : F C) {n n' : N C} (f : n ⟶ n') :
173176
((tensorFunc C).obj Z).map f = inclusion.map f ▷ Z := by
174177
cases n

0 commit comments

Comments
 (0)