Skip to content

Commit 59cfdc5

Browse files
remove moved lemmas
1 parent b667bbb commit 59cfdc5

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

Mathlib/Topology/Category/Lifting/Separation.lean

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,6 @@ open CategoryTheory
5959
open TopCat
6060
open Limits Topology TopologicalSpace Set
6161

62-
-- lemma _root_.Set.ne_empty_of_mem {X : Type*} {s : Set X} {x : X} (hx : x ∈ s) : s ≠ ∅ := by
63-
-- intro h; simp [h] at hx
64-
65-
lemma _root_.Set.ne_univ_of_notMem {X : Type*} {s : Set X} {x : X} (hx : x ∉ s) : s ≠ univ := by
66-
intro h; simp [h] at hx
67-
68-
-- lemma TopCat.range_homOfElement {X : TopCat} (x : X) :
69-
-- range (terminal.homOfElement x) = {x} := by
70-
-- ext y; constructor <;> simp +contextual
71-
72-
-- lemma Concrete.pushout_exists_rep
73-
-- {C : Type u} [Category.{v} C] {FC : C → C → Type _} {CC : C → Type w}
74-
-- [∀ X Y, FunLike (FC X Y) (CC X) (CC Y)] [ConcreteCategory C FC]
75-
-- {X Y Z : C} (f : X ⟶ Y) (g : X ⟶ Z) [HasPushout f g] [PreservesColimit (span f g) (forget C)]
76-
-- (w : ToType (pushout f g)) : (∃ y, pushout.inl f g y = w) ∨ ∃ z, pushout.inr f g z = w := by
77-
-- obtain ⟨_ | _ | _, x, rfl⟩ := Concrete.colimit_exists_rep _ w
78-
-- focus rw [← colimit.cocone_ι, PushoutCocone.condition_zero]
79-
-- all_goals simp
80-
8162
@[simp]
8263
lemma Concrete.HasPushout.range_inl_union_range_inr
8364
{C : Type u} [Category.{v} C] {FC : C → C → Type _} {CC : C → Type w}
@@ -89,11 +70,6 @@ lemma Concrete.HasPushout.range_inl_union_range_inr
8970

9071
variable {X : TopCat.{u}}
9172

92-
namespace CategoryTheory
93-
scoped infix:25 " ⧄ " => HasLiftingProperty
94-
95-
end CategoryTheory
96-
9773
namespace T0Space
9874

9975
/-- A space `X` is `T0` iff the morphism `terminal.from X` has the right lifting property against

0 commit comments

Comments
 (0)