Skip to content

Commit c717bae

Browse files
remove @[simp] from liftCover'_of_mem
1 parent 3b0a84b commit c717bae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mathlib/Topology/Coherent.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ variable {i : ι}
198198
theorem liftCover'_coe (x : S i) : hS.liftCover' surj φ hφ x = φ i x := by
199199
simp [IsCoherentWith.liftCover']
200200

201-
@[simp]
202201
theorem liftCover'_of_mem {x : X} (hx : x ∈ S i) : hS.liftCover' surj φ hφ x = φ i ⟨x, hx⟩ :=
203202
hS.liftCover'_coe ⟨x, hx⟩
204203

0 commit comments

Comments
 (0)