Skip to content

Commit dd354f5

Browse files
committed
chore: remove two superfluous set_option tactic.category.grind false (leanprover-community#31216)
Both appear no longer necessary, presumably because of grind improvements in the meantime. Found by the linter in leanprover-community#13653.
1 parent 4298bfc commit dd354f5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Mathlib/CategoryTheory/NatIso.lean

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ theorem isIso_inv_app (α : F ⟶ G) {_ : IsIso α} (X) : (inv α).app X = inv (
176176
theorem 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,
184180
and checking naturality only in the forward direction.
185181
-/
@@ -230,7 +226,6 @@ namespace Functor
230226

231227
variable (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`,
235230
while being definitionally equal on objects to a given map `obj : C → D`
236231
such that for all `X : C`, we have an isomorphism `F.obj X ≅ obj X`. -/

0 commit comments

Comments
 (0)