Skip to content

Commit c276b45

Browse files
Remove redundant IsEmbedding proof
Removed the inclPreimageVal lemma from ContinuousMap.
1 parent f66df08 commit c276b45

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
@@ -548,16 +548,6 @@ def _root_.Homeomorph.Set.preimageVal {s t : Set α} (h : s ⊆ t) : s ≃ₜ t
548548
invFun := preimageValIncl
549549
continuous_invFun := ContinuousMap.continuous _
550550

551-
open Set in
552-
lemma _root_.Topology.IsEmbedding.inclPreimageVal {s t : Set α} (h : s ⊆ t) :
553-
Topology.IsEmbedding (inclPreimageVal h) where
554-
eq_induced := by
555-
ext u
556-
simp_rw [isOpen_induced_iff, ContinuousMap.inclPreimageVal, ContinuousMap.coe_mk]
557-
unfold inclusionPreimageVal
558-
simp [preimage_preimage]
559-
injective x y heq := by simpa [inclusionPreimageVal, Subtype.val_inj] using heq
560-
561551
end preimage_val
562552

563553
end ContinuousMap

0 commit comments

Comments
 (0)