File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,10 +176,6 @@ theorem isIso_inv_app (α : F ⟶ G) {_ : IsIso α} (X) : (inv α).app X = inv (
176176theorem inv_map_inv_app (F : C ⥤ D ⥤ E) {X Y : C} (e : X ≅ Y) (Z : D) :
177177 inv ((F.map e.inv).app Z) = (F.map e.hom).app Z := by cat_disch
178178
179- -- TODO: `hom_inv_id` and `inv_hom_id` are not yet working via `grind`,
180- -- but they work fine in my minimization in the `grind` test suite.
181- -- Investigate on nightly-testing / the next release?
182- set_option mathlib.tactic.category.grind false in
183179/-- Construct a natural isomorphism between functors by giving object level isomorphisms,
184180and checking naturality only in the forward direction.
185181-/
@@ -230,7 +226,6 @@ namespace Functor
230226
231227variable (F : C ⥤ D) (obj : C → D) (e : ∀ X, F.obj X ≅ obj X)
232228
233- set_option mathlib.tactic.category.grind false in
234229/-- Constructor for a functor that is isomorphic to a given functor `F : C ⥤ D`,
235230while being definitionally equal on objects to a given map `obj : C → D`
236231such that for all `X : C`, we have an isomorphism `F.obj X ≅ obj X`. -/
You can’t perform that action at this time.
0 commit comments