Skip to content

Commit 3ff3b89

Browse files
Remove unnecessary simp lemma
1 parent 5a5a061 commit 3ff3b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Topology/Category/TopCat/Limits/Products.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def piFanIsLimit {ι : Type v} (α : ι → TopCat.{max v u}) : IsLimit (piFan
4343
intro S m h
4444
ext x
4545
funext i
46-
simp [ContinuousMap.coe_mk, ← h ⟨i⟩]
46+
simp [← h ⟨i⟩]
4747
fac _ _ := rfl
4848

4949
/-- The product is homeomorphic to the product of the underlying spaces,

0 commit comments

Comments
 (0)