We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedf9df commit f60c4f5Copy full SHA for f60c4f5
1 file changed
Mathlib/CategoryTheory/Monoidal/Free/Coherence.lean
@@ -169,6 +169,9 @@ def tensorFunc : F C ⥤ N C ⥤ F C where
169
theorem tensorFunc_map_app {X Y : F C} (f : X ⟶ Y) (n) : ((tensorFunc C).map f).app n = _ ◁ f :=
170
rfl
171
172
+set_option allowUnsafeReducibility true
173
+attribute [implicit_reducible] Pi.instCategoryComp._aux_1
174
+
175
theorem tensorFunc_obj_map (Z : F C) {n n' : N C} (f : n ⟶ n') :
176
((tensorFunc C).obj Z).map f = inclusion.map f ▷ Z := by
177
cases n
0 commit comments