Skip to content

Commit 32b0072

Browse files
remove @[simp] from `liftCover'_of_mem
1 parent 16f84c6 commit 32b0072

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)