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 - 7801-7900 - Page 79 of 123
TypeLabelDescription
Statement
 
Syntaxctps 7801 Extend class notation with the class of all topological spaces.
class TopSp
 
Syntaxctb 7802 Extend class notation with the class of all topological bases.
class Bases
 
Syntaxctg 7803 Extend class notation with a function that converts a basis to its corresponding topology.
class topGen
 
Definitiondf-top 7804 Define the (proper) class of all topologies. See istop2g 7809 for an alternate way to express finite intersection and istps5 7822 for a standard definition in terms of both members of a topological space.
|- Top = {x | (A.y(y (_ x -> U.y e. x) /\ A.y e. x A.z e. x (y i^i z) e. x)}
 
Definitiondf-topsp 7805 Define the class of all topological spaces, each of which is an ordered pair the second of which is a topology on the first. See istps5 7822 for a standard way to express a topological space.
|- TopSp = {<.x, y>. | (y e. Top /\ x = U.y)}
 
Definitiondf-bases 7806 Define the class of all topological bases. Equivalent to definition of basis in [Munkres] p. 78 (see isbasis2g 7824). Note that "bases" is the plural of "basis."
|- Bases = {x | A.y e. x A.z e. x (y i^i z) (_ U.(x i^i P~(y i^i z))}
 
Definitiondf-topgen 7807 Define a function that converts a basis to its corresponding topology. Equivalent to the definition of a topology generated by a basis in [Munkres] p. 78 (see tgval2 7829). See tgval3 7837 for an alternate expression for the value.
|- topGen = {<.x, y>. | (x e. Bases /\ y = {z | z (_ U.(x i^i P~z)})}
 
Theoremistopg 7808 Express the predicate "J is a topology." Note: In the literature, a topology is often represented by a script letter T, which resembles the letter J. This confusion has led to J being used by some authors - e.g. K. D. Joshi, Introduction to General Topology (1983), p. 114 - and it is convenient for us since we later use T to represent linear transformations (operators). (Contributed by Stefan Allan, 3-Mar-2006.)
|- (J e. A -> (J e. Top <-> (A.x(x (_ J -> U.x e. J) /\ A.x e. J A.y e. J (x i^i y) e. J)))
 
Theoremistop2g 7809 Express the predicate "J is a topology," using "the intersection of the elements of any finite subcollection" instead of the intersection of any two elements.
|- (J e. A -> (J e. Top <-> (A.x(x (_ J -> U.x e. J) /\ A.x((x (_ J /\ x =/= (/) /\ x e. Fin) -> |^|x e. J))))
 
Theoremuniopn 7810 The union of a subset of a topology is an open set. (Contributed by Stefan Allan, 27-Feb-2006.)
|- ((J e. Top /\ A (_ J) -> U.A e. J)
 
Theoremiunopn 7811 The indexed union of a subset of a topology is an open set.
|- ((J e. Top /\ A.x e. A B e. J) -> U_x e. A B e. J)
 
Theoreminopn 7812 The intersection of two open sets of a topology is also an open set.
|- ((J e. Top /\ A e. J /\ B e. J) -> (A i^i B) e. J)
 
Theorem0opn 7813 The empty set is an open subset of a topology. (Contributed by Stefan Allan, 27-Feb-2006.)
|- (J e. Top -> (/) e. J)
 
Theoremtopopn 7814 The underlying set of a topology is an open set.
|- X = U.J   =>   |- (J e. Top -> X e. J)
 
Theoremeltopss 7815 A member of a topology is a subset of its underlying set.
|- X = U.J   =>   |- ((J e. Top /\ A e. J) -> A (_ X)
 
Theoremeltopsp 7816 Construct a topological space from a topology and vice-versa. We say that A is a topology on U.A. (This could be proved more efficiently from istps 7818, but the proof here does not require the Axiom of Regularity.)
|- (<.U.J, J>. e. TopSp <-> J e. Top)
 
Theoremtpsex 7817 Existence implied by membership in a topological space. This technical lemma, which can help eliminate unnecessary antecedents, uses the Axiom of Regularity (via elirr 4742) along with definitional tricks.
|- (<.A, J>. e. TopSp -> (A e. V /\ J e. V))
 
Theoremistps 7818 Express the predicate "is a topological space."
|- (<.A, J>. e. TopSp <-> (J e. Top /\ A = U.J))
 
Theoremistps2 7819 Express the predicate "is a topological space."
|- (<.A, J>. e. TopSp <-> ((J e. Top /\ J (_ P~A) /\ ((/) e. J /\ A e. J)))
 
Theoremistps3 7820 A standard textbook definition of a topological space.
|- (<.A, J>. e. TopSp <-> ((J (_ P~A /\ (/) e. J /\ A e. J) /\ (A.x(x (_ J -> U.x e. J) /\ A.x e. J A.y e. J (x i^i y) e. J)))
 
Theoremistps4 7821 A standard textbook definition of a topological space.
|- (<.A, J>. e. TopSp <-> ((J (_ P~A /\ (/) e. J /\ A e. J) /\ (A.x(x (_ J -> U.x e. J) /\ A.x((x (_ J /\ x =/= (/) /\ x e. Fin) -> |^|x e. J))))
 
Theoremistps5 7822 A standard textbook definition of a topological space <.A, J>.: a topology on A is a collection J of subsets of A such that (/) and A are in J and that is closed under union and finite intersection. Definition of topological space in [Munkres] p. 76.
|- (<.A, J>. e. TopSp <-> ((A.x e. J x (_ A /\ (/) e. J /\ A e. J) /\ (A.x(x (_ J -> U.x e. J) /\ A.x((x (_ J /\ x =/= (/) /\ x e. Fin) -> |^|x e. J))))
 
Bases for topologies
 
Theoremisbasisg 7823 Express the predicate "B is a basis for a topology."
|- (B e. C -> (B e. Bases <-> A.x e. B A.y e. B (x i^i y) (_ U.(B i^i P~(x i^i y))))
 
Theoremisbasis2g 7824 Express the predicate "B is a basis for a topology."
|- (B e. C -> (B e. Bases <-> A.x e. B A.y e. B A.z e. (x i^i y)E.w e. B (z e. w /\ w (_ (x i^i y))))
 
Theoremisbasis3g 7825 Express the predicate "B is a basis for a topology." Definition of basis in [Munkres] p. 78.
|- (B e. C -> (B e. Bases <-> (A.x e. B x (_ U.B /\ A.x e. U.BE.y e. B x e. y /\ A.x e. B A.y e. B A.z e. (x i^i y)E.w e. B (z e. w /\ w (_ (x i^i y)))))
 
Theorembasis1 7826 Property of a basis.
|- ((B e. Bases /\ C e. B /\ D e. B) -> (C i^i D) (_ U.(B i^i P~(C i^i D)))
 
Theorembasis2 7827 Property of a basis.
|- (((B e. Bases /\ C e. B) /\ (D e. B /\ A e. (C i^i D))) -> E.x e. B (A e. x /\ x (_ (C i^i D)))
 
Theoremtgval 7828 The topology generated by a basis.
|- (B e. Bases -> (topGen` B) = {x | x (_ U.(B i^i P~x)})
 
Theoremtgval2 7829 Definition of a topology generated by a basis in [Munkres] p. 78. Later we show (in tgcl 7836) that (topGen` B) is indeed a topology (on U.B; see unitg 7835).
|- (B e. Bases -> (topGen` B) = {x | (x (_ U.B /\ A.y e. x E.z e. B (y e. z /\ z (_ x))})
 
Theoremeltg 7830 Membership in a topology generated by a basis.
|- (B e. Bases -> (A e. (topGen` B) <-> A (_ U.(B i^i P~A)))
 
Theoremeltg2 7831 Membership in a topology generated by a basis.
|- (B e. Bases -> (A e. (topGen` B) <-> (A (_ U.B /\ A.x e. A E.y e. B (x e. y /\ y (_ A))))
 
Theoremtg1 7832 Property of a member of a topology generated by a basis.
|- ((B e. Bases /\ A e. (topGen` B)) -> A (_ U.B)
 
Theoremtg2 7833 Property of a member of a topology generated by a basis.
|- ((B e. Bases /\ A e. (topGen` B) /\ C e. A) -> E.x e. B (C e. x /\ x (_ A))
 
Theorembastg 7834 A member of a basis is a subset of the topology it generates.
|- (B e. Bases -> B (_ (topGen` B))
 
Theoremunitg 7835 The topology generated by a basis B is a topology on U.B. Importantly, this theorem means that we don't have to specify separately the base set for the topological space generated by a basis. In other words, any member of the class Bases completely specifies the basis it corresponds to.
|- (B e. Bases -> U.(topGen` B) = U.B)
 
Theoremtgcl 7836 Show that a basis generates a topology. Remark in [Munkres] p. 79.
|- (B e. Bases -> (topGen` B) e. Top)
 
Theoremtgval3 7837 Alternate expression for the topology generated by a basis. Lemma 2.1 of [Munkres] p. 80.
|- (B e. Bases -> (topGen` B) = {x | E.y(y (_ B /\ x = U.y)})
 
Theoremeltg3 7838 Membership in a topology generated by a basis.
|- (B e. Bases -> (A e. (topGen` B) <-> E.x(x (_ B /\ A = U.x)))
 
Theoremtopbas 7839 A topology is its own basis.
|- (J e. Top -> J e. Bases)
 
Theoremtgtop 7840 A topology is its own basis.
|- (J e. Top -> (topGen` J) = J)
 
Theoremeltop 7841 Membership in a topology, expressed without quantifiers.
|- (J e. Top -> (A e. J <-> A (_ U.(J i^i P~A)))
 
Theoremeltop2 7842 Membership in a topology.
|- (J e. Top -> (A e. J <-> (A (_ U.J /\ A.x e. A E.y e. J (x e. y /\ y (_ A))))
 
Theoremeltop3 7843 Membership in a topology.
|- (J e. Top -> (A e. J <-> E.x(x (_ J /\ A = U.x)))
 
Theoremtgidm 7844 The topology generator function is idempotent.
|- (B e. Bases -> (topGen` (topGen` B)) = (topGen` B))
 
Theorembastop 7845 Two ways to express that a basis is a topology.
|- (B e. Bases -> (B e. Top <-> (topGen` B) = B))
 
Theoremtgtop11 7846 The topology generation function is one-to-one when applied to completed topologies.
|- ((J e. Top /\ K e. Top /\ (topGen` J) = (topGen` K)) -> J = K)
 
Theorem0top 7847 The singleton of the empty set is the only topology possible for an empty underlying set.
|- (J e. Top -> (U.J = (/) <-> J = {(/)}))
 
Theoremtgss 7848 Subset relation for generated topologies.
|- ((B e. Bases /\ C e. Bases /\ B (_ C) -> (topGen` B) (_ (topGen` C))
 
Theoremtgss2 7849 A criterion for determining whether one topology is finer than another, based on a comparison of their bases. Lemma 2.2 of [Munkres] p. 80.
|- ((B e. Bases /\ C e. Bases /\ U.B = U.C) -> ((topGen` B) (_ (topGen` C) <-> A.x e. U.BA.y e. B (x e. y -> E.z e. C (x e. z /\ z (_ y))))
 
Theoremtgss3 7850 A criterion for determining whether one topology is finer than another. Lemma 2.2 of [Munkres] p. 80 using abbreviations.
|- ((B e. Bases /\ C e. Bases /\ U.B = U.C) -> ((topGen` B) (_ (topGen` C) <-> A.x e. B (U.B i^i x) (_ U.(C i^i P~x)))
 
Theorembasgen2 7851 Given a topology J, show that a subset B satisfying the third antecedent is a basis for it. Lemma 2.3 of [Munkres] p. 81.
|- ((J e. Top /\ B (_ J /\ A.x e. J A.y e. x E.z e. B (y e. z /\ z (_ x)) -> (B e. Bases /\ (topGen` B) = J))
 
Theorembasgen 7852 Given a topology J, show that a subset B satisfying the third antecedent is a basis for it. Lemma 2.3 of [Munkres] p. 81 using abbreviations.
|- ((J e. Top /\ B (_ J /\ A.x e. J x (_ U.(B i^i P~x)) -> (B e. Bases /\ (topGen` B) = J))
 
Theorem2basgen 7853 Conditions that determine the equality of two generated topologies.
|- (((B e. Bases /\ C e. Bases) /\ (B (_ C /\ C (_ (topGen` B))) -> (topGen` B) = (topGen` C))
 
Theorembastop1 7854 A subset of a topology is a basis for the topology iff every member of the topology is a union of members of the basis. We use the idiom "B e. Bases /\ (topGen` B) = J" to express "B is a basis for topology J," since we do not have a separate notation for this. Definition 15.35 of [Schechter] p. 428.
|- ((J e. Top /\ B (_ J) -> ((B e. Bases /\ (topGen` B) = J) <-> A.x e. J E.y(y (_ B /\ x = U.y)))
 
Theorembastop2 7855 A version of bastop1 7854 that doesn't have B (_ J in the antecedent.
|- (J e. Top -> ((B e. Bases /\ (topGen` B) = J) <-> (B (_ J /\ A.x e. J E.y(y (_ B /\ x = U.y))))
 
Subbases for topologies
 
Theoremsubbas 7856 The collection of finite intersections of the elements of any set A is a basis for a topology (on U.A by subbas2 7857). The set A is called a subbasis for that topology. Theorem for subbases in [Munkres] p. 82. See abfii1 4704 through abfii5 4708 for other ways to express the collection of finite intersections.
|- A e. V   &   |- B = {x | E.y(y (_ A /\ y e. Fin /\ x = |^|y)}   =>   |- B e. Bases
 
Theoremsubbas2 7857 The collection of finite intersections of any set (subbasis) A is a basis for a topology on U.A. Justifies the definition of subbasis in [Munkres] p. 82 (after using unitg 7835).
|- B = {x | E.y(y (_ A /\ y e. Fin /\ x = |^|y)}   =>   |- U.B = U.A
 
Examples of topologies
 
Theoremsubtop 7858 A subspace topology is a topology. Definition of subspace topology in [Munkres] p. 89. Y is normally a subset of the base set of J. (Contributed by FL, 15-Apr-2007.)
|- (J e. Top -> {x | E.y e. J x = (y i^i Y)} e. Top)
 
Theoremsn0top 7859 The singleton of the empty set is a topology. (Contributed by Stefan Allan, 3-Mar-2006.)
|- {(/)} e. Top
 
Theoremindistop 7860 The indiscrete topology on a set A. Part of Example 2 in [Munkres] p. 77. (Contributed by FL, 16-Jul-2006; hypothesis eliminated by Stefan Allan, 6-Nov-2008.)
|- {(/), A} e. Top
 
Theoremdistop 7861 The discrete topology on a set A. Part of Example 2 in [Munkres] p. 77. (Contributed by FL, 18-Jul-2006.)
|- A e. V   =>   |- P~A e. Top
 
Theoremcctop 7862 The countable complement topology on a set A. Example 4 in [Munkres] p. 77. (Contributed by FL, 29-Aug-2006.)
|- A e. V   =>   |- {x | (x (_ A /\ ((A \ x) ~<_ om \/ x = (/)))} e. Top
 
Theoremindistps 7863 The indiscrete topology on a set A expressed as a topological space. (Contributed by FL, 19-Jul-2006.)
|- A e. V   =>   |- <.A, {(/), A}>. e. TopSp
 
Theoremdistps 7864 The discrete topology on a set A expressed as a topological space. (Contributed by FL, 20-Aug-2006.)
|- A e. V   =>   |- <.A, P~A>. e. TopSp
 
Theoremretopbas 7865 A basis for the standard topology on the reals.
|- ran (,) e. Bases
 
Theoremretop 7866 The standard topology on the reals. (Contributed by FL, 4-Jun-2007.)
|- (topGen` ran (,)) e. Top
 
Theoremuniretop 7867 The underlying set of the standard topology on the reals is the reals. (Contributed by FL, 4-Jun-2007.)
|- U.(topGen` ran (,)) = RR
 
Theoremretps 7868 The standard topological space on the reals.
|- <.RR, (topGen` ran (,))>. e. TopSp
 
Theoremiooretop 7869 Open intervals are open sets of the standard topology on the reals . (Contributed by FL, 18-Jun-2007.)
|- (A(,)B) e. (topGen` ran (,))
 
Closure and interior
 
Syntaxccld 7870 Extend class notation with the set of closed sets of a topology.
class Clsd
 
Syntaxcnt 7871 Extend class notation with interior of a subset of a topology base set.
class int
 
Syntaxccl 7872 Extend class notation with closure of a subset of a topology base set.
class cls
 
Definitiondf-cld 7873 Define a function on topologies whose value is the set of closed sets of the topology.
|- Clsd = {<.z, w>. | (z e. Top /\ w = {x | (x (_ U.z /\ (U.z \ x) e. z)})}
 
Definitiondf-ntr 7874 Define a function on topologies whose value is the interior function on the subsets of the base set. See ntrval 7886.
|- int = {<.z, w>. | (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = U.{v e. z | v (_ x})})}
 
Definitiondf-cls 7875 Define a function on topologies whose value is the closure function on the subsets of the base set. See clsval 7887.
|- cls = {<.z, w>. | (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = |^|{v e. (Clsd` z) | x (_ v})})}
 
Theoremcldval 7876 The set of closed sets of a topology. (Note that the set of open sets is just the topology itself, so we don't have a separate definition.)
|- X = U.J   =>   |- (J e. Top -> (Clsd` J) = {x | (x (_ X /\ (X \ x) e. J)})
 
Theoremntrfval 7877 The interior function on the subsets of a topology's base set.
|- X = U.J   =>   |- (J e. Top -> (int` J) = {<.x, y>. | (x (_ X /\ y = U.{v e. J | v (_ x})})
 
Theoremclsfval 7878 The closure function on the subsets of a topology's base set.
|- X = U.J   =>   |- (J e. Top -> (cls` J) = {<.x, y>. | (x (_ X /\ y = |^|{v e. (Clsd` J) | x (_ v})})
 
Theoremiscld 7879 The predicate "S is a closed set."
|- X = U.J   =>   |- (J e. Top -> (S e. (Clsd` J) <-> (S (_ X /\ (X \ S) e. J)))
 
Theoremiscld2 7880 A subset of the underlying set of a topology is closed iff its complement is open.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (S e. (Clsd` J) <-> (X \ S) e. J))
 
Theoremcldss 7881 A closed set is a subset of the underlying set of a topology.
|- X = U.J   =>   |- ((J e. Top /\ S e. (Clsd` J)) -> S (_ X)
 
Theoremcldopn 7882 The complement of a closed set is open.
|- X = U.J   =>   |- ((J e. Top /\ S e. (Clsd` J)) -> (X \ S) e. J)
 
Theoremisopn2 7883 A subset of the underlying set of a topology is open iff its complement is closed.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> (S e. J <-> (X \ S) e. (Clsd` J)))
 
Theoremopncld 7884 The complement of an open set is closed.
|- X = U.J   =>   |- ((J e. Top /\ S e. J) -> (X \ S) e. (Clsd` J))
 
Theoremtopcld 7885 The underlying set of a topology is closed. Part of Theorem 6.1(1) of [Munkres] p. 93.
|- X = U.J   =>   |- (J e. Top -> X e. (Clsd` J))
 
Theoremntrval 7886 The interior of a subset of a topology's base set is the union of all the open sets it includes. Definition of interior of [Munkres] p. 94.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((int` J)` S) = U.{x e. J | x (_ S})
 
Theoremclsval 7887 The closure of a subset of a topology's base set is the intersection of all the closed sets that include it. Definition of closure of [Munkres] p. 94.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((cls` J)` S) = |^|{x e. (Clsd` J) | S (_ x})
 
Theorem0cld 7888 The empty set is closed. Part of Theorem 6.1(1) of [Munkres] p. 93.
|- (J e. Top -> (/) e. (Clsd` J))
 
Theoremiincld 7889 The indexed intersection of a collection B(x) of closed sets is closed. Theorem 6.1(2) of [Munkres] p. 93.
|- ((J e. Top /\ A =/= (/) /\ A.x e. A B e. (Clsd` J)) -> |^|_x e. A B e. (Clsd` J))
 
Theoremintcld 7890 The intersection of a set of closed sets is closed.
|- ((J e. Top /\ A =/= (/) /\ A (_ (Clsd` J)) -> |^|A e. (Clsd` J))
 
Theoremuncld 7891 The union of two closed sets is closed. Equivalent to Theorem 6.1(3) of [Munkres] p. 93.
|- ((J e. Top /\ A e. (Clsd` J) /\ B e. (Clsd` J)) -> (A u. B) e. (Clsd` J))
 
Theoremcldcls 7892 A closed subset equals its own closure.
|- ((J e. Top /\ S e. (Clsd` J)) -> ((cls` J)` S) = S)
 
Theoremclscld 7893 The closure of a subset of a topology's underlying set is closed.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((cls` J)` S) e. (Clsd` J))
 
Theoremntropn 7894 The interior of a subset of a topology's underlying set is open.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((int` J)` S) e. J)
 
Theoremclsval2 7895 Express closure in terms of interior.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((cls` J)` S) = (X \ ((int` J)` (X \ S))))
 
Theoremntrval2 7896 Interior expressed in terms of closure.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((int` J)` S) = (X \ ((cls` J)` (X \ S))))
 
Theoremclsss 7897 Subset relationship for closure.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X /\ T (_ S) -> ((cls` J)` T) (_ ((cls` J)` S))
 
Theoremntrss 7898 Subset relationship for interior.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X /\ T (_ S) -> ((int` J)` T) (_ ((int` J)` S))
 
Theoremsscls 7899 A subset of a topology's underlying set is included in its closure.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> S (_ ((cls` J)` S))
 
Theoremntrss2 7900 A subset includes its interior.
|- X = U.J   =>   |- ((J e. Top /\ S (_ X) -> ((int` J)` S) (_ S)

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