Skip to content

Commit b9d402a

Browse files
Delete unnecessary inclPreimageVal lemma
1 parent 96844ba commit b9d402a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Mathlib/Topology/ContinuousMap/Basic.lean

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,6 @@ def _root_.Homeomorph.Set.preimageVal {s t : Set α} (h : s ⊆ t) : s ≃ₜ t
542542
invFun := preimageValIncl
543543
continuous_invFun := ContinuousMap.continuous _
544544

545-
open Set in
546-
lemma _root_.Topology.IsEmbedding.inclPreimageVal {s t : Set α} (h : s ⊆ t) :
547-
Topology.IsEmbedding (inclPreimageVal h) where
548-
eq_induced := by
549-
ext u
550-
simp_rw [isOpen_induced_iff, ContinuousMap.inclPreimageVal, ContinuousMap.coe_mk]
551-
unfold inclusionPreimageVal
552-
simp [preimage_preimage]
553-
injective x y heq := by simpa [inclusionPreimageVal, Subtype.val_inj] using heq
554-
555545
end preimage_val
556546

557547
end ContinuousMap

0 commit comments

Comments
 (0)