HomeHome Intuitionistic Logic Explorer
Theorem List (p. 149 of 160)
< Previous  Next >
Browser slow? Try the
Unicode version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 14801-14900   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremblex 14801 A ball is a set. Also see blfn 14255 in case you just know  D is a set, not  D  e.  ( *Met `  X
). (Contributed by Jim Kingdon, 4-May-2023.)
 |-  ( D  e.  ( *Met `  X )  ->  ( ball `  D )  e.  _V )
 
Theoremblvalps 14802* The ball around a point  P is the set of all points whose distance from  P is less than the ball's radius  R. (Contributed by NM, 31-Aug-2006.) (Revised by Mario Carneiro, 11-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( P ( ball `  D ) R )  =  { x  e.  X  |  ( P D x )  <  R } )
 
Theoremblval 14803* The ball around a point  P is the set of all points whose distance from  P is less than the ball's radius  R. (Contributed by NM, 31-Aug-2006.) (Revised by Mario Carneiro, 11-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( P ( ball `  D ) R )  =  { x  e.  X  |  ( P D x )  <  R } )
 
Theoremelblps 14804 Membership in a ball. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 11-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( A  e.  ( P ( ball `  D ) R )  <->  ( A  e.  X  /\  ( P D A )  <  R ) ) )
 
Theoremelbl 14805 Membership in a ball. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 11-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( A  e.  ( P ( ball `  D ) R )  <->  ( A  e.  X  /\  ( P D A )  <  R ) ) )
 
Theoremelbl2ps 14806 Membership in a ball. (Contributed by NM, 9-Mar-2007.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( ( D  e.  (PsMet `  X )  /\  R  e.  RR* )  /\  ( P  e.  X  /\  A  e.  X ) )  ->  ( A  e.  ( P (
 ball `  D ) R )  <->  ( P D A )  <  R ) )
 
Theoremelbl2 14807 Membership in a ball. (Contributed by NM, 9-Mar-2007.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  R  e.  RR* )  /\  ( P  e.  X  /\  A  e.  X )
 )  ->  ( A  e.  ( P ( ball `  D ) R )  <-> 
 ( P D A )  <  R ) )
 
Theoremelbl3ps 14808 Membership in a ball, with reversed distance function arguments. (Contributed by NM, 10-Nov-2007.)
 |-  ( ( ( D  e.  (PsMet `  X )  /\  R  e.  RR* )  /\  ( P  e.  X  /\  A  e.  X ) )  ->  ( A  e.  ( P (
 ball `  D ) R )  <->  ( A D P )  <  R ) )
 
Theoremelbl3 14809 Membership in a ball, with reversed distance function arguments. (Contributed by NM, 10-Nov-2007.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  R  e.  RR* )  /\  ( P  e.  X  /\  A  e.  X )
 )  ->  ( A  e.  ( P ( ball `  D ) R )  <-> 
 ( A D P )  <  R ) )
 
Theoremblcomps 14810 Commute the arguments to the ball function. (Contributed by Mario Carneiro, 22-Jan-2014.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( ( D  e.  (PsMet `  X )  /\  R  e.  RR* )  /\  ( P  e.  X  /\  A  e.  X ) )  ->  ( A  e.  ( P (
 ball `  D ) R )  <->  P  e.  ( A ( ball `  D ) R ) ) )
 
Theoremblcom 14811 Commute the arguments to the ball function. (Contributed by Mario Carneiro, 22-Jan-2014.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  R  e.  RR* )  /\  ( P  e.  X  /\  A  e.  X )
 )  ->  ( A  e.  ( P ( ball `  D ) R )  <->  P  e.  ( A ( ball `  D ) R ) ) )
 
Theoremxblpnfps 14812 The infinity ball in an extended metric is the set of all points that are a finite distance from the center. (Contributed by Mario Carneiro, 23-Aug-2015.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  P  e.  X )  ->  ( A  e.  ( P ( ball `  D ) +oo )  <->  ( A  e.  X  /\  ( P D A )  e.  RR ) ) )
 
Theoremxblpnf 14813 The infinity ball in an extended metric is the set of all points that are a finite distance from the center. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X )  ->  ( A  e.  ( P ( ball `  D ) +oo )  <->  ( A  e.  X  /\  ( P D A )  e.  RR ) ) )
 
Theoremblpnf 14814 The infinity ball in a standard metric is just the whole space. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ( D  e.  ( Met `  X )  /\  P  e.  X ) 
 ->  ( P ( ball `  D ) +oo )  =  X )
 
Theorembldisj 14815 Two balls are disjoint if the center-to-center distance is more than the sum of the radii. (Contributed by Mario Carneiro, 30-Dec-2013.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  Q  e.  X )  /\  ( R  e.  RR*  /\  S  e.  RR*  /\  ( R +e S )  <_  ( P D Q ) ) )  ->  ( ( P ( ball `  D ) R )  i^i  ( Q ( ball `  D ) S ) )  =  (/) )
 
Theoremblgt0 14816 A nonempty ball implies that the radius is positive. (Contributed by NM, 11-Mar-2007.) (Revised by Mario Carneiro, 23-Aug-2015.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR* )  /\  A  e.  ( P ( ball `  D ) R ) )  -> 
 0  <  R )
 
Theorembl2in 14817 Two balls are disjoint if they don't overlap. (Contributed by NM, 11-Mar-2007.) (Revised by Mario Carneiro, 23-Aug-2015.)
 |-  ( ( ( D  e.  ( Met `  X )  /\  P  e.  X  /\  Q  e.  X ) 
 /\  ( R  e.  RR  /\  R  <_  (
 ( P D Q )  /  2 ) ) )  ->  ( ( P ( ball `  D ) R )  i^i  ( Q ( ball `  D ) R ) )  =  (/) )
 
Theoremxblss2ps 14818 One ball is contained in another if the center-to-center distance is less than the difference of the radii. In this version of blss2 14821 for extended metrics, we have to assume the balls are a finite distance apart, or else  P will not even be in the infinity ball around  Q. (Contributed by Mario Carneiro, 23-Aug-2015.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ph  ->  D  e.  (PsMet `  X )
 )   &    |-  ( ph  ->  P  e.  X )   &    |-  ( ph  ->  Q  e.  X )   &    |-  ( ph  ->  R  e.  RR* )   &    |-  ( ph  ->  S  e.  RR* )   &    |-  ( ph  ->  ( P D Q )  e.  RR )   &    |-  ( ph  ->  ( P D Q )  <_  ( S +e  -e R ) )   =>    |-  ( ph  ->  ( P ( ball `  D ) R )  C_  ( Q ( ball `  D ) S ) )
 
Theoremxblss2 14819 One ball is contained in another if the center-to-center distance is less than the difference of the radii. In this version of blss2 14821 for extended metrics, we have to assume the balls are a finite distance apart, or else  P will not even be in the infinity ball around  Q. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ph  ->  D  e.  ( *Met `  X ) )   &    |-  ( ph  ->  P  e.  X )   &    |-  ( ph  ->  Q  e.  X )   &    |-  ( ph  ->  R  e.  RR* )   &    |-  ( ph  ->  S  e.  RR* )   &    |-  ( ph  ->  ( P D Q )  e.  RR )   &    |-  ( ph  ->  ( P D Q )  <_  ( S +e  -e R ) )   =>    |-  ( ph  ->  ( P ( ball `  D ) R )  C_  ( Q ( ball `  D ) S ) )
 
Theoremblss2ps 14820 One ball is contained in another if the center-to-center distance is less than the difference of the radii. (Contributed by Mario Carneiro, 15-Jan-2014.) (Revised by Mario Carneiro, 23-Aug-2015.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( ( D  e.  (PsMet `  X )  /\  P  e.  X  /\  Q  e.  X ) 
 /\  ( R  e.  RR  /\  S  e.  RR  /\  ( P D Q )  <_  ( S  -  R ) ) ) 
 ->  ( P ( ball `  D ) R ) 
 C_  ( Q (
 ball `  D ) S ) )
 
Theoremblss2 14821 One ball is contained in another if the center-to-center distance is less than the difference of the radii. (Contributed by Mario Carneiro, 15-Jan-2014.) (Revised by Mario Carneiro, 23-Aug-2015.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  Q  e.  X )  /\  ( R  e.  RR  /\  S  e.  RR  /\  ( P D Q )  <_  ( S  -  R ) ) )  ->  ( P ( ball `  D ) R )  C_  ( Q ( ball `  D ) S ) )
 
Theoremblhalf 14822 A ball of radius  R  /  2 is contained in a ball of radius  R centered at any point inside the smaller ball. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 14-Jan-2014.)
 |-  ( ( ( M  e.  ( *Met `  X )  /\  Y  e.  X )  /\  ( R  e.  RR  /\  Z  e.  ( Y ( ball `  M ) ( R 
 /  2 ) ) ) )  ->  ( Y ( ball `  M ) ( R  / 
 2 ) )  C_  ( Z ( ball `  M ) R ) )
 
Theoremblfps 14823 Mapping of a ball. (Contributed by NM, 7-May-2007.) (Revised by Mario Carneiro, 23-Aug-2015.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( D  e.  (PsMet `  X )  ->  ( ball `  D ) : ( X  X.  RR* )
 --> ~P X )
 
Theoremblf 14824 Mapping of a ball. (Contributed by NM, 7-May-2007.) (Revised by Mario Carneiro, 23-Aug-2015.)
 |-  ( D  e.  ( *Met `  X )  ->  ( ball `  D ) : ( X  X.  RR* ) --> ~P X )
 
Theoremblrnps 14825* Membership in the range of the ball function. Note that  ran  ( ball `  D ) is the collection of all balls for metric 
D. (Contributed by NM, 31-Aug-2006.) (Revised by Mario Carneiro, 12-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( D  e.  (PsMet `  X )  ->  ( A  e.  ran  ( ball `  D )  <->  E. x  e.  X  E. r  e.  RR*  A  =  ( x ( ball `  D ) r ) ) )
 
Theoremblrn 14826* Membership in the range of the ball function. Note that  ran  ( ball `  D ) is the collection of all balls for metric 
D. (Contributed by NM, 31-Aug-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( D  e.  ( *Met `  X )  ->  ( A  e.  ran  ( ball `  D )  <->  E. x  e.  X  E. r  e.  RR*  A  =  ( x ( ball `  D ) r ) ) )
 
Theoremxblcntrps 14827 A ball contains its center. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  P  e.  X  /\  ( R  e.  RR*  /\  0  <  R ) )  ->  P  e.  ( P ( ball `  D ) R ) )
 
Theoremxblcntr 14828 A ball contains its center. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  ( R  e.  RR*  /\  0  <  R ) )  ->  P  e.  ( P ( ball `  D ) R ) )
 
Theoremblcntrps 14829 A ball contains its center. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  P  e.  X  /\  R  e.  RR+ )  ->  P  e.  ( P ( ball `  D ) R ) )
 
Theoremblcntr 14830 A ball contains its center. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR+ )  ->  P  e.  ( P ( ball `  D ) R ) )
 
Theoremxblm 14831* A ball is inhabited iff the radius is positive. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( E. x  x  e.  ( P (
 ball `  D ) R )  <->  0  <  R ) )
 
Theorembln0 14832 A ball is not empty. It is also inhabited, as seen at blcntr 14830. (Contributed by NM, 6-Oct-2007.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR+ )  ->  ( P ( ball `  D ) R )  =/=  (/) )
 
Theoremblelrnps 14833 A ball belongs to the set of balls of a metric space. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( P ( ball `  D ) R )  e.  ran  ( ball `  D )
 )
 
Theoremblelrn 14834 A ball belongs to the set of balls of a metric space. (Contributed by NM, 2-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( P ( ball `  D ) R )  e.  ran  ( ball `  D ) )
 
Theoremblssm 14835 A ball is a subset of the base set of a metric space. (Contributed by NM, 31-Aug-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( P ( ball `  D ) R ) 
 C_  X )
 
Theoremunirnblps 14836 The union of the set of balls of a metric space is its base set. (Contributed by NM, 12-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( D  e.  (PsMet `  X )  ->  U. ran  ( ball `  D )  =  X )
 
Theoremunirnbl 14837 The union of the set of balls of a metric space is its base set. (Contributed by NM, 12-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( D  e.  ( *Met `  X )  ->  U. ran  ( ball `  D )  =  X )
 
Theoremblininf 14838 The intersection of two balls with the same center is the smaller of them. (Contributed by NM, 1-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  P  e.  X )  /\  ( R  e.  RR*  /\  S  e.  RR* ) )  ->  ( ( P (
 ball `  D ) R )  i^i  ( P ( ball `  D ) S ) )  =  ( P ( ball `  D )inf ( { R ,  S } ,  RR* ,  <  )
 ) )
 
Theoremssblps 14839 The size of a ball increases monotonically with its radius. (Contributed by NM, 20-Sep-2007.) (Revised by Mario Carneiro, 24-Aug-2015.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( ( D  e.  (PsMet `  X )  /\  P  e.  X )  /\  ( R  e.  RR*  /\  S  e.  RR* )  /\  R  <_  S )  ->  ( P ( ball `  D ) R ) 
 C_  ( P (
 ball `  D ) S ) )
 
Theoremssbl 14840 The size of a ball increases monotonically with its radius. (Contributed by NM, 20-Sep-2007.) (Revised by Mario Carneiro, 24-Aug-2015.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  P  e.  X )  /\  ( R  e.  RR*  /\  S  e.  RR* )  /\  R  <_  S )  ->  ( P ( ball `  D ) R )  C_  ( P ( ball `  D ) S ) )
 
Theoremblssps 14841* Any point  P in a ball  B can be centered in another ball that is a subset of  B. (Contributed by NM, 31-Aug-2006.) (Revised by Mario Carneiro, 24-Aug-2015.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  B  e.  ran  ( ball `  D )  /\  P  e.  B )  ->  E. x  e.  RR+  ( P (
 ball `  D ) x )  C_  B )
 
Theoremblss 14842* Any point  P in a ball  B can be centered in another ball that is a subset of  B. (Contributed by NM, 31-Aug-2006.) (Revised by Mario Carneiro, 24-Aug-2015.)
 |-  ( ( D  e.  ( *Met `  X )  /\  B  e.  ran  ( ball `  D )  /\  P  e.  B ) 
 ->  E. x  e.  RR+  ( P ( ball `  D ) x )  C_  B )
 
Theoremblssexps 14843* Two ways to express the existence of a ball subset. (Contributed by NM, 5-May-2007.) (Revised by Mario Carneiro, 12-Nov-2013.) (Revised by Thierry Arnoux, 11-Mar-2018.)
 |-  ( ( D  e.  (PsMet `  X )  /\  P  e.  X )  ->  ( E. x  e. 
 ran  ( ball `  D ) ( P  e.  x  /\  x  C_  A ) 
 <-> 
 E. r  e.  RR+  ( P ( ball `  D ) r )  C_  A ) )
 
Theoremblssex 14844* Two ways to express the existence of a ball subset. (Contributed by NM, 5-May-2007.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X )  ->  ( E. x  e.  ran  ( ball `  D ) ( P  e.  x  /\  x  C_  A ) 
 <-> 
 E. r  e.  RR+  ( P ( ball `  D ) r )  C_  A ) )
 
Theoremssblex 14845* A nested ball exists whose radius is less than any desired amount. (Contributed by NM, 20-Sep-2007.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  P  e.  X )  /\  ( R  e.  RR+  /\  S  e.  RR+ ) )  ->  E. x  e.  RR+  ( x  <  R  /\  ( P ( ball `  D ) x )  C_  ( P ( ball `  D ) S ) ) )
 
Theoremblin2 14846* Given any two balls and a point in their intersection, there is a ball contained in the intersection with the given center point. (Contributed by Mario Carneiro, 12-Nov-2013.)
 |-  ( ( ( D  e.  ( *Met `  X )  /\  P  e.  ( B  i^i  C ) )  /\  ( B  e.  ran  ( ball `  D )  /\  C  e.  ran  ( ball `  D ) ) )  ->  E. x  e.  RR+  ( P ( ball `  D ) x )  C_  ( B  i^i  C ) )
 
Theoremblbas 14847 The balls of a metric space form a basis for a topology. (Contributed by NM, 12-Sep-2006.) (Revised by Mario Carneiro, 15-Jan-2014.)
 |-  ( D  e.  ( *Met `  X )  ->  ran  ( ball `  D )  e.  TopBases )
 
Theoremblres 14848 A ball in a restricted metric space. (Contributed by Mario Carneiro, 5-Jan-2014.)
 |-  C  =  ( D  |`  ( Y  X.  Y ) )   =>    |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  ( X  i^i  Y )  /\  R  e.  RR* )  ->  ( P ( ball `  C ) R )  =  ( ( P ( ball `  D ) R )  i^i  Y ) )
 
Theoremxmeterval 14849 Value of the "finitely separated" relation. (Contributed by Mario Carneiro, 24-Aug-2015.)
 |- 
 .~  =  ( `' D " RR )   =>    |-  ( D  e.  ( *Met `  X )  ->  ( A  .~  B  <->  ( A  e.  X  /\  B  e.  X  /\  ( A D B )  e.  RR )
 ) )
 
Theoremxmeter 14850 The "finitely separated" relation is an equivalence relation. (Contributed by Mario Carneiro, 24-Aug-2015.)
 |- 
 .~  =  ( `' D " RR )   =>    |-  ( D  e.  ( *Met `  X )  ->  .~  Er  X )
 
Theoremxmetec 14851 The equivalence classes under the finite separation equivalence relation are infinity balls. (Contributed by Mario Carneiro, 24-Aug-2015.)
 |- 
 .~  =  ( `' D " RR )   =>    |-  (
 ( D  e.  ( *Met `  X )  /\  P  e.  X ) 
 ->  [ P ]  .~  =  ( P ( ball `  D ) +oo )
 )
 
Theoremblssec 14852 A ball centered at  P is contained in the set of points finitely separated from  P. This is just an application of ssbl 14840 to the infinity ball. (Contributed by Mario Carneiro, 24-Aug-2015.)
 |- 
 .~  =  ( `' D " RR )   =>    |-  (
 ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  S  e.  RR* )  ->  ( P ( ball `  D ) S )  C_  [ P ]  .~  )
 
Theoremblpnfctr 14853 The infinity ball in an extended metric acts like an ultrametric ball in that every point in the ball is also its center. (Contributed by Mario Carneiro, 21-Aug-2015.)
 |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  A  e.  ( P ( ball `  D ) +oo ) )  ->  ( P ( ball `  D ) +oo )  =  ( A ( ball `  D ) +oo ) )
 
Theoremxmetresbl 14854 An extended metric restricted to any ball (in particular the infinity ball) is a proper metric. Together with xmetec 14851, this shows that any extended metric space can be "factored" into the disjoint union of proper metric spaces, with points in the same region measured by that region's metric, and points in different regions being distance +oo from each other. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  B  =  ( P ( ball `  D ) R )   =>    |-  ( ( D  e.  ( *Met `  X )  /\  P  e.  X  /\  R  e.  RR* )  ->  ( D  |`  ( B  X.  B ) )  e.  ( Met `  B ) )
 
9.2.4  Open sets of a metric space
 
Theoremmopnrel 14855 The class of open sets of a metric space is a relation. (Contributed by Jim Kingdon, 5-May-2023.)
 |- 
 Rel  MetOpen
 
Theoremmopnval 14856 An open set is a subset of a metric space which includes a ball around each of its points. Definition 1.3-2 of [Kreyszig] p. 18. The object  ( MetOpen `  D
) is the family of all open sets in the metric space determined by the metric  D. By mopntop 14858, the open sets of a metric space form a topology 
J, whose base set is 
U. J by mopnuni 14859. (Contributed by NM, 1-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  J  =  ( topGen `  ran  ( ball `  D )
 ) )
 
Theoremmopntopon 14857 The set of open sets of a metric space  X is a topology on  X. Remark in [Kreyszig] p. 19. This theorem connects the two concepts and makes available the theorems for topologies for use with metric spaces. (Contributed by Mario Carneiro, 24-Aug-2015.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  J  e.  (TopOn `  X ) )
 
Theoremmopntop 14858 The set of open sets of a metric space is a topology. (Contributed by NM, 28-Aug-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  J  e.  Top )
 
Theoremmopnuni 14859 The union of all open sets in a metric space is its underlying set. (Contributed by NM, 4-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  X  =  U. J )
 
Theoremelmopn 14860* The defining property of an open set of a metric space. (Contributed by NM, 1-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  ( A  e.  J  <->  ( A  C_  X  /\  A. x  e.  A  E. y  e.  ran  ( ball `  D ) ( x  e.  y  /\  y  C_  A ) ) ) )
 
Theoremmopnfss 14861 The family of open sets of a metric space is a collection of subsets of the base set. (Contributed by NM, 3-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  J  C_  ~P X )
 
Theoremmopnm 14862 The base set of a metric space is open. Part of Theorem T1 of [Kreyszig] p. 19. (Contributed by NM, 4-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  X  e.  J )
 
Theoremelmopn2 14863* A defining property of an open set of a metric space. (Contributed by NM, 5-May-2007.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  ( A  e.  J  <->  ( A  C_  X  /\  A. x  e.  A  E. y  e.  RR+  ( x ( ball `  D )
 y )  C_  A ) ) )
 
Theoremmopnss 14864 An open set of a metric space is a subspace of its base set. (Contributed by NM, 3-Sep-2006.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( ( D  e.  ( *Met `  X )  /\  A  e.  J )  ->  A  C_  X )
 
Theoremisxms 14865 Express the predicate "
<. X ,  D >. is an extended metric space" with underlying set  X and distance function  D. (Contributed by Mario Carneiro, 2-Sep-2015.)
 |-  J  =  ( TopOpen `  K )   &    |-  X  =  (
 Base `  K )   &    |-  D  =  ( ( dist `  K )  |`  ( X  X.  X ) )   =>    |-  ( K  e.  *MetSp  <-> 
 ( K  e.  TopSp  /\  J  =  ( MetOpen `  D ) ) )
 
Theoremisxms2 14866 Express the predicate "
<. X ,  D >. is an extended metric space" with underlying set  X and distance function  D. (Contributed by Mario Carneiro, 2-Sep-2015.)
 |-  J  =  ( TopOpen `  K )   &    |-  X  =  (
 Base `  K )   &    |-  D  =  ( ( dist `  K )  |`  ( X  X.  X ) )   =>    |-  ( K  e.  *MetSp  <-> 
 ( D  e.  ( *Met `  X )  /\  J  =  ( MetOpen `  D ) ) )
 
Theoremisms 14867 Express the predicate "
<. X ,  D >. is a metric space" with underlying set  X and distance function  D. (Contributed by NM, 27-Aug-2006.) (Revised by Mario Carneiro, 24-Aug-2015.)
 |-  J  =  ( TopOpen `  K )   &    |-  X  =  (
 Base `  K )   &    |-  D  =  ( ( dist `  K )  |`  ( X  X.  X ) )   =>    |-  ( K  e.  MetSp  <->  ( K  e.  *MetSp  /\  D  e.  ( Met `  X ) ) )
 
Theoremisms2 14868 Express the predicate "
<. X ,  D >. is a metric space" with underlying set  X and distance function  D. (Contributed by NM, 27-Aug-2006.) (Revised by Mario Carneiro, 24-Aug-2015.)
 |-  J  =  ( TopOpen `  K )   &    |-  X  =  (
 Base `  K )   &    |-  D  =  ( ( dist `  K )  |`  ( X  X.  X ) )   =>    |-  ( K  e.  MetSp  <->  ( D  e.  ( Met `  X )  /\  J  =  ( MetOpen `  D )
 ) )
 
Theoremxmstopn 14869 The topology component of an extended metric space coincides with the topology generated by the metric component. (Contributed by Mario Carneiro, 26-Aug-2015.)
 |-  J  =  ( TopOpen `  K )   &    |-  X  =  (
 Base `  K )   &    |-  D  =  ( ( dist `  K )  |`  ( X  X.  X ) )   =>    |-  ( K  e.  *MetSp  ->  J  =  (
 MetOpen `  D ) )
 
Theoremmstopn 14870 The topology component of a metric space coincides with the topology generated by the metric component. (Contributed by Mario Carneiro, 26-Aug-2015.)
 |-  J  =  ( TopOpen `  K )   &    |-  X  =  (
 Base `  K )   &    |-  D  =  ( ( dist `  K )  |`  ( X  X.  X ) )   =>    |-  ( K  e.  MetSp  ->  J  =  ( MetOpen `  D ) )
 
Theoremxmstps 14871 An extended metric space is a topological space. (Contributed by Mario Carneiro, 26-Aug-2015.)
 |-  ( M  e.  *MetSp  ->  M  e.  TopSp )
 
Theoremmsxms 14872 A metric space is an extended metric space. (Contributed by Mario Carneiro, 26-Aug-2015.)
 |-  ( M  e.  MetSp  ->  M  e.  *MetSp )
 
Theoremmstps 14873 A metric space is a topological space. (Contributed by Mario Carneiro, 26-Aug-2015.)
 |-  ( M  e.  MetSp  ->  M  e.  TopSp )
 
Theoremxmsxmet 14874 The distance function, suitably truncated, is an extended metric on  X. (Contributed by Mario Carneiro, 2-Sep-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  ( ( dist `  M )  |`  ( X  X.  X ) )   =>    |-  ( M  e.  *MetSp  ->  D  e.  ( *Met `  X )
 )
 
Theoremmsmet 14875 The distance function, suitably truncated, is a metric on  X. (Contributed by Mario Carneiro, 12-Nov-2013.)
 |-  X  =  ( Base `  M )   &    |-  D  =  ( ( dist `  M )  |`  ( X  X.  X ) )   =>    |-  ( M  e.  MetSp  ->  D  e.  ( Met `  X ) )
 
Theoremmsf 14876 The distance function of a metric space is a function into the real numbers. (Contributed by NM, 30-Aug-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  X  =  ( Base `  M )   &    |-  D  =  ( ( dist `  M )  |`  ( X  X.  X ) )   =>    |-  ( M  e.  MetSp  ->  D : ( X  X.  X ) --> RR )
 
Theoremxmsxmet2 14877 The distance function, suitably truncated, is an extended metric on  X. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( M  e.  *MetSp  ->  ( D  |`  ( X  X.  X ) )  e.  ( *Met `  X ) )
 
Theoremmsmet2 14878 The distance function, suitably truncated, is a metric on  X. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( M  e.  MetSp  ->  ( D  |`  ( X  X.  X ) )  e.  ( Met `  X ) )
 
Theoremmscl 14879 Closure of the distance function of a metric space. (Contributed by NM, 30-Aug-2006.) (Revised by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  MetSp  /\  A  e.  X  /\  B  e.  X )  ->  ( A D B )  e.  RR )
 
Theoremxmscl 14880 Closure of the distance function of an extended metric space. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  *MetSp  /\  A  e.  X  /\  B  e.  X )  ->  ( A D B )  e.  RR* )
 
Theoremxmsge0 14881 The distance function in an extended metric space is nonnegative. (Contributed by Mario Carneiro, 4-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  *MetSp  /\  A  e.  X  /\  B  e.  X )  ->  0  <_  ( A D B ) )
 
Theoremxmseq0 14882 The distance between two points in an extended metric space is zero iff the two points are identical. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  *MetSp  /\  A  e.  X  /\  B  e.  X )  ->  ( ( A D B )  =  0  <->  A  =  B ) )
 
Theoremxmssym 14883 The distance function in an extended metric space is symmetric. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  *MetSp  /\  A  e.  X  /\  B  e.  X )  ->  ( A D B )  =  ( B D A ) )
 
Theoremxmstri2 14884 Triangle inequality for the distance function of an extended metric. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  *MetSp  /\  ( C  e.  X  /\  A  e.  X  /\  B  e.  X )
 )  ->  ( A D B )  <_  (
 ( C D A ) +e ( C D B ) ) )
 
Theoremmstri2 14885 Triangle inequality for the distance function of a metric space. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  MetSp  /\  ( C  e.  X  /\  A  e.  X  /\  B  e.  X ) )  ->  ( A D B )  <_  ( ( C D A )  +  ( C D B ) ) )
 
Theoremxmstri 14886 Triangle inequality for the distance function of a metric space. Definition 14-1.1(d) of [Gleason] p. 223. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  *MetSp  /\  ( A  e.  X  /\  B  e.  X  /\  C  e.  X )
 )  ->  ( A D B )  <_  (
 ( A D C ) +e ( C D B ) ) )
 
Theoremmstri 14887 Triangle inequality for the distance function of a metric space. Definition 14-1.1(d) of [Gleason] p. 223. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  MetSp  /\  ( A  e.  X  /\  B  e.  X  /\  C  e.  X ) )  ->  ( A D B )  <_  ( ( A D C )  +  ( C D B ) ) )
 
Theoremxmstri3 14888 Triangle inequality for the distance function of an extended metric. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  *MetSp  /\  ( A  e.  X  /\  B  e.  X  /\  C  e.  X )
 )  ->  ( A D B )  <_  (
 ( A D C ) +e ( B D C ) ) )
 
Theoremmstri3 14889 Triangle inequality for the distance function of a metric space. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  MetSp  /\  ( A  e.  X  /\  B  e.  X  /\  C  e.  X ) )  ->  ( A D B )  <_  ( ( A D C )  +  ( B D C ) ) )
 
Theoremmsrtri 14890 Reverse triangle inequality for the distance function of a metric space. (Contributed by Mario Carneiro, 4-Oct-2015.)
 |-  X  =  ( Base `  M )   &    |-  D  =  (
 dist `  M )   =>    |-  ( ( M  e.  MetSp  /\  ( A  e.  X  /\  B  e.  X  /\  C  e.  X ) )  ->  ( abs `  ( ( A D C )  -  ( B D C ) ) )  <_  ( A D B ) )
 
Theoremxmspropd 14891 Property deduction for an extended metric space. (Contributed by Mario Carneiro, 4-Oct-2015.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ph  ->  (
 ( dist `  K )  |`  ( B  X.  B ) )  =  (
 ( dist `  L )  |`  ( B  X.  B ) ) )   &    |-  ( ph  ->  ( TopOpen `  K )  =  ( TopOpen `  L ) )   =>    |-  ( ph  ->  ( K  e.  *MetSp  <->  L  e.  *MetSp ) )
 
Theoremmspropd 14892 Property deduction for a metric space. (Contributed by Mario Carneiro, 4-Oct-2015.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ph  ->  (
 ( dist `  K )  |`  ( B  X.  B ) )  =  (
 ( dist `  L )  |`  ( B  X.  B ) ) )   &    |-  ( ph  ->  ( TopOpen `  K )  =  ( TopOpen `  L ) )   =>    |-  ( ph  ->  ( K  e.  MetSp  <->  L  e.  MetSp ) )
 
Theoremsetsmsbasg 14893 The base set of a constructed metric space. (Contributed by Mario Carneiro, 28-Aug-2015.)
 |-  ( ph  ->  X  =  ( Base `  M )
 )   &    |-  ( ph  ->  D  =  ( ( dist `  M )  |`  ( X  X.  X ) ) )   &    |-  ( ph  ->  K  =  ( M sSet  <. (TopSet `  ndx ) ,  ( MetOpen `  D ) >. ) )   &    |-  ( ph  ->  M  e.  V )   &    |-  ( ph  ->  (
 MetOpen `  D )  e.  W )   =>    |-  ( ph  ->  X  =  ( Base `  K )
 )
 
Theoremsetsmsdsg 14894 The distance function of a constructed metric space. (Contributed by Mario Carneiro, 28-Aug-2015.)
 |-  ( ph  ->  X  =  ( Base `  M )
 )   &    |-  ( ph  ->  D  =  ( ( dist `  M )  |`  ( X  X.  X ) ) )   &    |-  ( ph  ->  K  =  ( M sSet  <. (TopSet `  ndx ) ,  ( MetOpen `  D ) >. ) )   &    |-  ( ph  ->  M  e.  V )   &    |-  ( ph  ->  (
 MetOpen `  D )  e.  W )   =>    |-  ( ph  ->  ( dist `  M )  =  ( dist `  K )
 )
 
Theoremsetsmstsetg 14895 The topology of a constructed metric space. (Contributed by Mario Carneiro, 28-Aug-2015.) (Revised by Jim Kingdon, 7-May-2023.)
 |-  ( ph  ->  X  =  ( Base `  M )
 )   &    |-  ( ph  ->  D  =  ( ( dist `  M )  |`  ( X  X.  X ) ) )   &    |-  ( ph  ->  K  =  ( M sSet  <. (TopSet `  ndx ) ,  ( MetOpen `  D ) >. ) )   &    |-  ( ph  ->  M  e.  V )   &    |-  ( ph  ->  (
 MetOpen `  D )  e.  W )   =>    |-  ( ph  ->  ( MetOpen `  D )  =  (TopSet `  K ) )
 
Theoremmopni 14896* An open set of a metric space includes a ball around each of its points. (Contributed by NM, 3-Sep-2006.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( ( D  e.  ( *Met `  X )  /\  A  e.  J  /\  P  e.  A ) 
 ->  E. x  e.  ran  ( ball `  D )
 ( P  e.  x  /\  x  C_  A ) )
 
Theoremmopni2 14897* An open set of a metric space includes a ball around each of its points. (Contributed by NM, 2-May-2007.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( ( D  e.  ( *Met `  X )  /\  A  e.  J  /\  P  e.  A ) 
 ->  E. x  e.  RR+  ( P ( ball `  D ) x )  C_  A )
 
Theoremmopni3 14898* An open set of a metric space includes an arbitrarily small ball around each of its points. (Contributed by NM, 20-Sep-2007.) (Revised by Mario Carneiro, 12-Nov-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( ( ( D  e.  ( *Met `  X )  /\  A  e.  J  /\  P  e.  A )  /\  R  e.  RR+ )  ->  E. x  e.  RR+  ( x  <  R  /\  ( P (
 ball `  D ) x )  C_  A )
 )
 
Theoremblssopn 14899 The balls of a metric space are open sets. (Contributed by NM, 12-Sep-2006.) (Revised by Mario Carneiro, 23-Dec-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( D  e.  ( *Met `  X )  ->  ran  ( ball `  D )  C_  J )
 
Theoremunimopn 14900 The union of a collection of open sets of a metric space is open. Theorem T2 of [Kreyszig] p. 19. (Contributed by NM, 4-Sep-2006.) (Revised by Mario Carneiro, 23-Dec-2013.)
 |-  J  =  ( MetOpen `  D )   =>    |-  ( ( D  e.  ( *Met `  X )  /\  A  C_  J )  ->  U. A  e.  J )
    < Previous  Next >

Page List
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-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-15956
  Copyright terms: Public domain < Previous  Next >