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-10683

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8758)   Hilbert Space Explorer  Hilbert Space Explorer (8759-10683)  

Statement List for Metamath Proof Explorer - 7701-7800 - Page 78 of 107
TypeLabelDescription
Statement
 
Limit points
 
Syntaxclp 7701 Extend class notation with the limit point function for topologies.
class limPt
 
Definitiondf-lp 7702 Define a function on topologies whose value is the set of limit points of the subsets of the base set. See lpval 7704.
|- limPt = {<.z, w>. | (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})})}
 
Theoremlpfval 7703 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 7704 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 7705 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 7706 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 7707 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 7708 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 7709 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 7710 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 7711 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 7712 QQ is dense in the standard topology on RR.
|- ((cls` (topGen` ran (,)))` QQ) = RR
 
Continuity
 
Syntaxccn 7713 Extend class notation with the set of continuous functions between topologies.
class Cn
 
Syntaxccnp 7714 Extend class notation with the set of functions between topologies continuous at a point.
class CnP
 
Definitiondf-cn 7715 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 7719 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 7716 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 7717 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 7718 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 7719 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 7720 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 7721 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 7722 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 7723 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 7724 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 7725 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 7726 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 7727 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 7728 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 7729 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 7730 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 7731 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 7732 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 7733 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 7734 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 7735 Lemma for cncnp2 7740.
 
Theoremcncnplem2 7736 Lemma for cncnp2 7740.
 
Theoremcncnplem3 7737 Lemma for cncnp2 7740.
 
Theoremcncnplem4 7738 Lemma for cncnp2 7740.
 
Theoremcncnp 7739 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. (