HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12229

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 7901-8000 - Page 80 of 123
TypeLabelDescription
Statement
 
Theoremclsss3 7901 The closure of a subset of a topological space is included in the space.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((cls` J)` S) (_ X)
 
Theoremntrss3 7902 The interior of a subset of a topological space is included in the space.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((int` J)` S) (_ X)
 
Theoremcmclsopn 7903 The complement of a closure is open.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (X \ ((cls` J)` S)) e. J)
 
Theoremcmntrcld 7904 The complement of an interior is closed.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (X \ ((int` J)` S)) e. (Clsd` J))
 
Theoremiscld3 7905 A subset is closed iff it equals its own closure.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (S e. (Clsd` J) <-> ((cls` J)` S) = S))
 
Theoremiscld4 7906 A subset is closed iff it contains its own closure.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (S e. (Clsd` J) <-> ((cls` J)` S) (_ S))
 
Theoremisopn3 7907 A subset is open iff it equals its own interior.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (S e. J <-> ((int` J)` S) = S))
 
Theoremclsidm 7908 The closure operation is idempotent.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((cls` J)` ((cls` J)` S)) = ((cls` J)` S))
 
Theoremntridm 7909 The interior operation is idempotent.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((int` J)` ((int` J)` S)) = ((int` J)` S))
 
Theoremclstop 7910 The closure of a topology's underlying set is entire set.
|- X = U.J   =>   |- (J e. Top -> ((cls` J)` X) = X)
 
Theoremntrtop 7911 The interior of a topology's underlying set is entire set.
|- X = U.J   =>   |- (J e. Top -> ((int` J)` X) = X)
 
Theorem0ntr 7912 A subset with an empty interior cannot cover a whole (nonempty) topology.
|- X = U.J   =>   |- (((J e. Top /\ X =/= (/)) /\ (S (_ X /\ ((int` J)` S) = (/))) -> (X \ S) =/= (/))
 
Theoremclsss2 7913 If a subset is included in a closed set, so is the subset's closure.
|- X = U.J   =>   |- ((J e. Top /\ C e. (Clsd` J) /\ S (_ C) -> ((cls` J)` S) (_ C)
 
Theoremelcls 7914 Membership in a closure. Theorem 6.5(a) of [Munkres] p. 95.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X /\ P e. X) -> (P e. ((cls` J)` S) <-> A.x e. J (P e. x -> (x i^i S) =/= (/))))
 
Theoremelcls2 7915 Membership in a closure.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (P e. ((cls` J)` S) <-> (P e. X /\ A.x e. J (P e. x -> (x i^i S) =/= (/)))))
 
Theoremclsndisj 7916 Any open set containing a point that belongs to the closure of a subset intersects the subset. One direction of Theorem 6.5(a) of [Munkres] p. 95.
|- X = U.J   =>   |- (((J e. Top /\ S (_ X /\ P e. ((cls` J)` S)) /\ (U e. J /\ P e. U)) -> (U i^i S) =/= (/))
 
Theoremntrcls0 7917 A subset whose closure has an empty interior also has an empty interior.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X /\ ((int` J)` ((cls` J)` S)) = (/)) -> ((int` J)` S) = (/))
 
Theoremntreq0 7918 Two ways to say that a subset has an empty interior.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (((int` J)` S) = (/) <-> A.x e. J (x (_ S -> x = (/))))
 
Theoremcls0 7919 The closure of the empty set.
|- (J e. Top -> ((cls` J)` (/)) = (/))
 
Theoremntr0 7920 The interior of the empty set.
|- (J e. Top -> ((int` J)` (/)) = (/))
 
Theoremelcls3 7921 Membership in a closure in terms of the members of a basis. Theorem 6.5(b) of [Munkres] p. 95.
|- J = (topGen` B)   &   |- X = U.J   =>   |- ((B e. Bases /\ S (_ X /\ P e. X) -> (P e. ((cls` J)` S) <-> A.x e. B (P e. x -> (x i^i S) =/= (/))))
 
Neighborhoods
 
Syntaxcnei 7922 Extend class notation with neighborhood relation for topologies.
class nei
 
Definitiondf-nei 7923 Define a function on topologies whose value is a map from a subset to its neighborhoods.
|- nei = {<.j, y>. | (j e. Top /\ y = {<.z, v>. | (z (_ U.j /\ v = {w | (w (_ U.j /\ E.g e. j (z (_ g /\ g (_ w))})})}
 
Theoremneifval 7924 The neighborhood function on the subsets of a topology's base set.
|- X = U.J   =>   |- (J e. Top -> (nei` J) = {<.z, w>. | (z (_ X /\ w = {v | (v (_ X /\ E.g e. J (z (_ g /\ g (_ v))})})
 
Theoremneif 7925 The neighborhood function is a function of the subsets of a topology's base set.
|- X = U.J   =>   |- (J e. Top -> (nei` J) Fn P~X)
 
Theoremneiss2 7926 A set with a neighborhood is a subset of the topology's base set. (This theorem depends on a function's value being empty outside of its domain, but it will make later theorems simpler to state.)
|- X = U.J   =>   |- ((J e. Top /\ N e. ((nei` J)` S)) -> S (_ X)
 
Theoremneival 7927 The set of neighborhoods of a subset of the base set of a topology.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((nei` J)` S) = {v | (v (_ X /\ E.g e. J (S (_ g /\ g (_ v))})
 
Theoremisnei 7928 The predicate "N is a neighborhood of S." (Contributed by FL, 25-Sep-2006.)
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (N e. ((nei` J)` S) <-> (N (_ X /\ E.g e. J (S (_ g /\ g (_ N))))
 
Theoremneiint 7929 An intuitive definition of a neighborhood in terms of interior. (Contributed by Szymon Jaroszewicz, 18-Dec-2007.)
|- X = U.J   =>   |- ((J e. Top /\ S (_ X /\ N (_ X) -> (N e. ((nei` J)` S) <-> S (_ ((int` J)` N)))
 
Theoremisneip 7930 The predicate "N is a neighborhood of point P."
|- X = U.J   =>   |- ((J e. Top /\ P e. X) -> (N e. ((nei` J)` {P}) <-> (N (_ X /\ E.g e. J (P e. g /\ g (_ N))))
 
Theoremneii1 7931 A neighborhood is included in the topology's base set.
|- X = U.J   =>   |- ((J e. Top /\ N e. ((nei` J)` S)) -> N (_ X)
 
Theoremneii2 7932 Property of a neighborhood.
|- ((J e. Top /\ N e. ((nei` J)` S)) -> E.g e. J (S (_ g /\ g (_ N))
 
Theoremneiss 7933 Any neighborhood of a set S is also a neighborhood of any subset R (_ S. Bourbaki TG I.2. (Contributed by FL, 25-Sep-2006.)
|- ((J e. Top /\ N e. ((nei` J)` S) /\ R (_ S) -> N e. ((nei` J)` R))
 
Theoremssnei 7934 A set is included in its neighborhoods. Based on Bourbaki TG I.3 Viii. (Contributed by FL, 16-Nov-2006.)
|- ((J e. Top /\ N e. ((nei` J)` S)) -> S (_ N)
 
Theoremelnei 7935 A point belongs to any of its neighborhoods. Based on Bourbaki TG I.3 Viii. (Contributed by FL, 28-Sep-2006.)
|- ((J e. Top /\ P e. A /\ N e. ((nei` J)` {P})) -> P e. N)
 
Theorem0nnei 7936 The empty set is not a neighborhood of a nonempty set. (Contributed by FL, 18-Sep-2007.)
|- ((J e. Top /\ S =/= (/)) -> -. (/) e. ((nei` J)` S))
 
Theoremneips 7937 A neighborhood of a set is a neighborhood of every point in the set. Bourbaki TG I.2. (Contributed by FL, 16-Nov-2006.)
|- X = U.J   =>   |- ((J e. Top /\ S (_ X /\ S =/= (/)) -> (N e. ((nei` J)` S) <-> A.p e. S N e. ((nei` J)` {p})))
 
Theoremopnneissb 7938 An open set is a neighborhood of any of its subsets. (Contributed by FL, 2-Oct-2006.)
|- X = U.J   =>   |- ((J e. Top /\ N e. J /\ S (_ X) -> (S (_ N <-> N e. ((nei` J)` S)))
 
Theoremopnssneib 7939 Any superset of an open set is a neighborhood of it.
|- X = U.J   =>   |- ((J e. Top /\ S e. J /\ N (_ X) -> (S (_ N <-> N e. ((nei` J)` S)))
 
Theoremssnei2 7940 Any subset of X containing a neigborhood of a set is a neighborhood of this set. Based on Bourbaki TG I.3 Vi. (Contributed by FL, 2-Oct-2006.)
|- X = U.J   =>   |- (((J e. Top /\ N e. ((nei` J)` S)) /\ (N (_ M /\ M (_ X)) -> M e. ((nei` J)` S))
 
Theoremneindisj 7941 Any neighborhood of an element in the closure of a subset intersects the subset. Part of proof of Theorem 6.6 of [Munkres] p. 97.
|- X = U.J   =>   |- (((J e. Top /\ S (_ X) /\ (P e. ((cls` J)` S) /\ N e. ((nei` J)` {P}))) -> (N i^i S) =/= (/))
 
Theoremopnneiss 7942 An open set is a neighborhood of any of its subsets.
|- ((J e. Top /\ N e. J /\ S (_ N) -> N e. ((nei` J)` S))
 
Theoremopnneip 7943 An open set is a neighborhood of any of its members.
|- ((J e. Top /\ N e. J /\ P e. N) -> N e. ((nei` J)` {P}))
 
Theoremtpnei 7944 The underlying set of a topology is a neighborhood of any of its subsets. Special case of opnneiss 7942. (Contributed by FL, 2-Oct-2006.)
|- X = U.J   =>   |- (J e. Top -> (S (_ X <-> X e. ((nei` J)` S)))
 
Theoremunnei 7945 The union of the neighborhoods of a set equals the topology's underlying set. (Contributed by FL, 18-Sep-2007.)
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> U.((nei` J)` S) = X)
 
Theoreminnei 7946 The intersection of two neighborhoods of a set is also a neighborhood of the set. Based on Bourbaki TG I.3 Vii. (Contributed by FL, 28-Sep-2006.)
|- ((J e. Top /\ N e. ((nei` J)` S) /\ M e. ((nei` J)` S)) -> (N i^i M) e. ((nei` J)` S))
 
Theoremopnneiid 7947 Only an open set is a neighborhood of itself. (Contributed by FL, 2-Oct-2006.)
|- (J e. Top -> (N e. ((nei` J)` N) <-> N e. J))
 
Theoremneissex 7948 For any neighborhood N of S, there is a neighborhood x of S such that N is a neighborhood of all subsets of x. Based on Bourbaki TG I.3 Viv. (Contributed by FL, 2-Oct-2006.)
|- ((J e. Top /\ N e. ((nei` J)` S)) -> E.x e. ((nei` J)` S)A.y(y (_ x -> N e. ((nei` J)` y)))
 
Theorem0nei 7949 The empty set is a neighborhood of itself. (Contributed by FL, 10-Dec-2006.)
|- (J e. Top -> (/) e. ((nei` J)` (/)))
 
Limit points
 
Syntaxclp 7950 Extend class notation with the limit point function for topologies.
class limPt
 
Definitiondf-lp 7951 Define a function on topologies whose value is the set of limit points of the subsets of the base set. See lpval 7953.
|- limPt = {<.z, w>. | (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})})}
 
Theoremlpfval 7952 The limit point function on the subsets of a topology's base set.
|- X = U.J   =>   |- (J e. Top -> (limPt` J) = {<.x, y>. | (x (_ X /\ y = {v | v e. ((cls` J)` (x \ {v}))})})
 
Theoremlpval 7953 The set of limit points of a subset of the base set of a topology. Alternate definition of limit point in [Munkres] p. 97.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((limPt` J)` S) = {x | x e. ((cls` J)` (S \ {x}))})
 
Theoremislp 7954 The predicate "P is a limit point of S."
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (P e. ((limPt` J)` S) <-> P e. ((cls` J)` (S \ {P}))))
 
Theoremlpsscls 7955 The limits points of a subset are included in the subset's closure.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((limPt` J)` S) (_ ((cls` J)` S))
 
Theoremlpss 7956 The limits points of a subset are included in the base set.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((limPt` J)` S) (_ X)
 
Theoremislp2 7957 The predicate "P is a limit point of S," in terms of neighborhoods. Definition of limit point in [Munkres] p. 97. Although Munkres uses open neighborhoods, it also works for our more general neighborhoods.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X /\ P e. X) -> (P e. ((limPt` J)` S) <-> A.n e. ((nei` J)` {P})(n i^i (S \ {P})) =/= (/)))
 
Theoremclslp 7958 The closure of a subset of a topological space is the subset together with its limit points. Theorem 6.6 of [Munkres] p. 97.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((cls` J)` S) = (S u. ((limPt` J)` S)))
 
Theoremislpi 7959 A point belonging to a set's closure but not the set itself is a limit point.
|- X = U.J   =>   |- (((J e. Top /\ S (_ X) /\ (P e. ((cls` J)` S) /\ -. P e. S)) -> P e. ((limPt` J)` S))
 
Theoremcldlp 7960 A subset of a topological space is closed iff it contains all its limit points. Corollary 6.7 of [Munkres] p. 97.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (S e. (Clsd` J) <-> ((limPt` J)` S) (_ S))
 
Theoremqdensere 7961 QQ is dense in the standard topology on RR.
|- ((cls` (topGen` ran (,)))` QQ) = RR
 
Continuity
 
Syntaxccn 7962 Extend class notation with the set of continuous functions between topologies.
class Cn
 
Syntaxccnp 7963 Extend class notation with the set of functions between topologies continuous at a point.
class CnP
 
Definitiondf-cn 7964 Define a function on two topologies whose value is the set of continuous mappings from the first topology to the second. Based on definition of continuous function in [Munkres] p. 102. See iscn 7968 for the predicate form.
|- Cn = {<.<.j, k>., z>. | ((j e. Top /\ k e. Top) /\ z = {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j})}
 
Definitiondf-cnp 7965 Define a function on two topologies whose value is the set of continuous mappings at a specified point in the first topology. Based on Theorem 7.2(g) of [Munkres] p. 107.
|- CnP = {<.<.j, k>., z>. | ((j e. Top /\ k e. Top) /\ z = {<.x, y>. | (x e. U.j /\ y = {f e. (U.k ^m U.j) | A.w e. k ((f` x) e. w -> E.v e. j (x e. v /\ (f"v) (_ w))})})}
 
Theoremcnfval 7966 The set of all continuous functions from topology J to topology K.
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top) -> (J Cn K) = {f e. (Y ^m X) | A.y e. K (`'f"y) e. J})
 
Theoremcnpfval 7967 The function mapping the points in a topology J to the set of all functions from J to topology K continuous at that point.
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top) -> (J CnP K) = {<.x, y>. | (x e. X /\ y = {f e. (Y ^m X) | A.w e. K ((f` x) e. w -> E.v e. J (x e. v /\ (f"v) (_ w))})})
 
Theoremiscn 7968 The predicate "F is a continuous function from topology J to topology K." Definition of continuous function in [Munkres] p. 102.
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top) -> (F e. (J Cn K) <-> (F:X-->Y /\ A.y e. K (`'F"y) e. J)))
 
Theoremcnpval 7969 The set of all functions from topology J to topology K that are continuous at a point P.
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top /\ P e. X) -> ((J CnP K)` P) = {f e. (Y ^m X) | A.y e. K ((f` P) e. y -> E.x e. J (P e. x /\ (f"x) (_ y))})
 
Theoremiscnp 7970 The predicate "F is a continuous function from topology J to topology K at point P." Based on Theorem 7.2(g) of [Munkres] p. 107.
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top /\ P e. X) -> (F e. ((J CnP K)` P) <-> (F:X-->Y /\ A.y e. K ((F` P) e. y -> E.x e. J (P e. x /\ (F"x) (_ y)))))
 
Theoremiscnp2 7971 The predicate "F is a continuous function from topology J to topology K at point P."
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top /\ P e. X) -> (F e. ((J CnP K)` P) <-> (F:X-->Y /\ A.y e. K ((F` P) e. y -> E.x e. J (P e. x /\ x (_ (`'F"y))))))
 
Theoremcnf 7972 A continuous function is a mapping. (Contributed by FL, 15-Dec-2006.)
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top /\ F e. (J Cn K)) -> F:X-->Y)
 
Theoremcnpf 7973 A continuous function at point P is a mapping. (Contributed by FL, 31-Dec-2006.)
|- X = U.J   &   |- Y = U.K   =>   |- (((J e. Top /\ K e. Top /\ P e. X) /\ F e. ((J CnP K)` P)) -> F:X-->Y)
 
Theoremcnpcl 7974 The value of a continuous function from J to K at point P belongs to the underlying set of topology K. (Contributed by FL, 31-Dec-2006.)
|- X = U.J   &   |- Y = U.K   =>   |- (((J e. Top /\ K e. Top /\ P e. X) /\ (F e. ((J CnP K)` P) /\ A e. X)) -> (F` A) e. Y)
 
Theoremcnpimaex 7975 Property of a function continuous at a point. (Contributed by FL, 31-Dec-2006.)
|- X = U.J   =>   |- (((J e. Top /\ K e. Top /\ P e. X) /\ (F e. ((J CnP K)` P) /\ A e. K /\ (F` P) e. A)) -> E.x e. J (P e. x /\ (F"x) (_ A))
 
Theoremidcn 7976 A restricted identity function is a continuous function. (Contributed by FL, 31-Dec-2006.)
|- X = U.J   =>   |- (J e. Top -> (I |` X) e. (J Cn J))
 
Theoremcnima 7977 An open subset of the codomain of a continuous function has an open pre-image. (Contributed by FL, 15-Dec-2006.)
|- (((J e. Top /\ K e. Top /\ F e. (J Cn K)) /\ A e. K) -> (`'F"A) e. J)
 
Theoremcnco 7978 The composition of two continuous functions is a continuous function. (Contributed by FL, 15-Dec-2006.)
|- (((J e. Top /\ K e. Top /\ L e. Top) /\ (F e. (J Cn K) /\ G e. (K Cn L))) -> (G o. F) e. (J Cn L))
 
Theoremcnpco 7979 The composition of two continuous functions at point P is a continuous function at point P. Bourbaki TG I.9. (Contributed by FL, 31-Dec-2006.) Warning: The HTML proof page is 0.5MB in size.
|- X = U.J   =>   |- (((J e. Top /\ L e. Top /\ P e. X) /\ (K e. Top /\ F e. ((J CnP K)` P) /\ G e. ((K CnP L)` (F` P)))) -> (G o. F) e. ((J CnP L)` P))
 
Theoremiscncl 7980 A definition of a continuous function using closed sets. Bourbaki TG I.9 Th. 1 (d). (Contributed by FL, 30-Jan-2007.)
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top) -> (F e. (J Cn K) <-> (F:X-->Y /\ A.y e. (Clsd` K)(`'F"y) e. (Clsd` J))))
 
Theoremcnclima 7981 A closed subset of the codomain of a continuous function has a closed pre-image.
|- (((J e. Top /\ K e. Top /\ F e. (J Cn K)) /\ A e. (Clsd` K)) -> (`'F"A) e. (Clsd` J))
 
Theoremcnsscnp 7982 The set of continuous functions is a subset of the set of continuous functions at a point. (Contributed by Raph Levien, 21-Oct-2006.)
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top /\ P e. X) -> (J Cn K) (_ ((J CnP K)` P))
 
Theoremcncnpi 7983 A continuous function is continuous at all points. One direction of Theorem 7.2(g) of [Munkres] p. 107. (Contributed by Raph Levien, 20-Nov-2006.)
|- X = U.J   &   |- Y = U.K   =>   |- (((J e. Top /\ K e. Top) /\ (F e. (J Cn K) /\ A e. X)) -> F e. ((J CnP K)` A))
 
Theoremcncnplem1 7984 Lemma for cncnp2 7989.
 
Theoremcncnplem2 7985 Lemma for cncnp2 7989.
 
Theoremcncnplem3 7986 Lemma for cncnp2 7989.
 
Theoremcncnplem4 7987 Lemma for cncnp2 7989.
 
Theoremcncnp 7988 A continuous function is continuous at all points. Theorem 7.2(g) of [Munkres] p. 107.
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top /\ F:X-->Y) -> (F e. (J Cn K) <-> A.x e. X F e. ((J CnP K)` x)))
 
Theoremcncnp2 7989 A continuous function is continuous at all points. Theorem 7.2(g) of [Munkres] p. 107. (Contributed by Raph Levien, 20-Nov-2006.)
|- X = U.J   &   |- Y = U.K   =>   |- ((J e. Top /\ K e. Top /\ X =/= (/)) -> (F e. (J Cn K) <-> A.x e. X F e. ((J CnP K)` x)))
 
Theoremcnconst 7990 A constant function is continuous. (Contributed by FL, 25-Jan-2007.)
|- X = U.J   &   |- Y = U.K   =>   |- (((J e. Top /\ K e. Top) /\ (B e. Y /\ F:X-->{B})) -> F e. (J Cn K))
 
Hausdorff spaces
 
Syntaxcha 7991 Extend class notation with the class of all Hausdorf spaces.
class Haus
 
Definitiondf-haus 7992 Define the class of all Hausdorff spaces. A Hausdorff space is a topology in which distinct points have disjoint open neighborhoods. Definition of Hausdorff space in [Munkres] p. 98.
|- Haus = {j e. Top | A.x e. U.jA.y e. U.j(x =/= y -> E.n e. j E.m e. j (x e. n /\ y e. m /\ (n i^i m) = (/)))}
 
Theoremishaus 7993 Express the predicate "J is a Hausdorff space."
|- X = U.J   =>   |- (J e. Haus <-> (J e. Top /\ A.x e. X A.y e. X (x =/= y -> E.n e. J E.m e. J (x e. n /\ y e. m /\ (n i^i m) = (/)))))
 
Theoremhausnei 7994 Neighborhood property of a Hausdorff space.
|- X = U.J   =>   |- ((J e. Haus /\ (P e. X /\ Q e. X /\ P =/= Q)) -> E.n e. J E.m e. J (P e. n /\ Q e. m /\ (n i^i m) = (/)))
 
Theoremishausi 7995 Properties that determine a Hausdorff space.
|- X = U.J   &   |- J e. Top   &   |- ((x e. X /\ y e. X /\ x =/= y) -> E.n e. J E.m e. J (x e. n /\ y e. m /\ (n i^i m) = (/)))   =>   |- J e. Haus
 
Theoremhaustop 7996 A Hausdorff space is a topology.
|- (J e. Haus -> J e. Top)
 
Theoremsncld 7997 A singleton is closed in a Hausdorff space.
|- X = U.J   =>   |- ((J e. Haus /\ P e. X) -> {P} e. (Clsd` J))
 
Theoremdnsconst 7998 If a continuous mapping to a Hausdorff space is constant on a dense subset, it is constant on the entire space. Note that ((cls` J)` A) = X means "A is dense in X" and A (_ (`'F"{P}) means "F is constant on A" (see funconstss 3922).
|- X = U.J   &   |- Y = U.K   =>   |- (((J e. Top /\ K e. Haus /\ F e. (J Cn K)) /\ (P e. Y /\ A (_ (`'F"{P}) /\ ((cls` J)` A) = X)) -> F:X-->{P})
 
Metric spaces
 
Basic metric space properties
 
Syntaxcme 7999 Extend class notation with the class of all metrics.
class Met
 
Syntaxcmt 8000 Extend class notation with the class of all metric spaces.
class MetSp

MPE Home   Contents Copyright terms: Public domain < Previous  Next >