Skip to content

Commit

Permalink
chore(category_theory/limits/shapes/finite_products): avoid tidy (#16261
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gebner committed Aug 27, 2022
1 parent c241a03 commit 6901db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/category_theory/limits/shapes/finite_products.lean
Expand Up @@ -47,7 +47,7 @@ instance has_fintype_products [has_finite_products C] (ι : Type w) [fintype ι]
has_limits_of_shape (discrete ι) C :=
has_limits_of_shape_of_equivalence
(discrete.equivalence
((show ulift.{0} (fin (fintype.card ι)) ≃ fin (fintype.card ι), by tidy).trans
(equiv.ulift.{0}.trans
(fintype.equiv_fin ι).symm))

/-- We can now write this for powers. -/
Expand Down Expand Up @@ -83,7 +83,7 @@ instance has_fintype_coproducts [has_finite_coproducts C] (ι : Type w) [fintype
has_colimits_of_shape (discrete ι) C :=
has_colimits_of_shape_of_equivalence
(discrete.equivalence
((show ulift.{0} (fin (fintype.card ι)) ≃ fin (fintype.card ι), by tidy).trans
(equiv.ulift.{0}.trans
(fintype.equiv_fin ι).symm))

/--
Expand Down

0 comments on commit 6901db6

Please sign in to comment.