{"id":2862,"date":"2014-02-19T15:12:57","date_gmt":"2014-02-19T20:12:57","guid":{"rendered":"http:\/\/www.goodmath.org\/blog\/?p=2862"},"modified":"2014-02-19T19:36:50","modified_gmt":"2014-02-20T00:36:50","slug":"closeness-without-distance","status":"publish","type":"post","link":"http:\/\/www.goodmath.org\/blog\/2014\/02\/19\/closeness-without-distance\/","title":{"rendered":"Closeness without distance"},"content":{"rendered":"<p> In my introduction, I said that topology is fundamentally built on the notion of <em>closeness<\/em>. Someone very quickly responded on Twitter, because they thought that was wrong. It wasn&#8217;t wrong, but it&#8217;s easy to see where the confusion came from. Like so much math, Topology is built on a very precise logical and set-theoretic formalism. Mathematicians build those formalisms not because they&#8217;re annoying people who want to be mysterious and incomprehensible, but because the <em>precision<\/em> of those formalisms is critically important.<\/p>\n<p> When you hear a statement like &#8220;point A is close to point B in a space S&#8221;, you have an intuitive idea of what the word &#8220;close&#8221; means. But when you try to expand that to math, it could potentially mean several different things. The easiest meaning would be: the distance between A and B is small.<\/p>\n<p> Mathematicians have used that definition for a lot of interesting work. It&#8217;s got one limitation though: For it to work, you need to be able to define &#8220;distance&#8221; in the space. How do you do that? In conventional Euclidean space, we have an easy definition. Describe the position of the two points using Cartesian coordinates: A=(x<sub>1<\/sup>, y<sub>1<\/sub>), B = (x<sub>2<\/sub>, y<sub>2<\/sub>).  The distance between A and B is:<\/p>\n<p><center><img src='http:\/\/l.wordpress.com\/latex.php?latex=d%28A%2C%20B%29%20%3D%20%5Csqrt%7B%28x_2-x_1%29%5E2%20%2B%20%28y_2-y_1%29%5E2%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='d(A, B) = \\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}' style='vertical-align:1%' class='tex' alt='d(A, B) = \\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}' \/><\/center><\/p>\n<p> But we&#8217;re moving towards the world of topology. We can&#8217;t count on our spaces to be Euclidean. In fact, the whole point of topology is, in some sense, to figure out what happens when you have different spatial structures &#8211; that is, structures <em>other than<\/em> the familiar Euclidean one! We need to be able to talk about distances in some more general way. To do that, we&#8217;ll create a new kind of space &#8211; a space with an associated distance metric. This new space is called a <em>metric space<\/em>.<\/p>\n<p> A distance metric is conceptually simple. It&#8217;s just a special kind of function, from pairs of points in a space to a real number. To be a distance metric, it needs a couple of properties. Suppose that the set of points in the space is <img src='http:\/\/l.wordpress.com\/latex.php?latex=S&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='S' style='vertical-align:1%' class='tex' alt='S' \/>. Then a function <img src='http:\/\/l.wordpress.com\/latex.php?latex=d%3A%20S%20%5Ctimes%20S%20%5Crightarrow%20%5Cmathbf%7BR%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='d: S \\times S \\rightarrow \\mathbf{R}' style='vertical-align:1%' class='tex' alt='d: S \\times S \\rightarrow \\mathbf{R}' \/> is a distance metric if it satisfies the following requirements:<\/p>\n<ol>\n<li><b>Identity<\/b>: <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cforall%20s_i%2C%20s_j%20%5Cin%20S%3A%20d%28s_i%2C%20s_j%29%20%3D%200%20%5CLeftrightarrow%20s_i%20%3D%20s_j&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\forall s_i, s_j \\in S: d(s_i, s_j) = 0 \\Leftrightarrow s_i = s_j' style='vertical-align:1%' class='tex' alt='\\forall s_i, s_j \\in S: d(s_i, s_j) = 0 \\Leftrightarrow s_i = s_j' \/><\/li>\n<li><b>Symmetry<\/b>:<img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cforall%20s_i%2C%20s_j%20%5Cin%20S%3A%20d%28s_i%2C%20s_j%29%20%3D%20d%28s_j%2C%20s_i%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\forall s_i, s_j \\in S: d(s_i, s_j) = d(s_j, s_i)' style='vertical-align:1%' class='tex' alt='\\forall s_i, s_j \\in S: d(s_i, s_j) = d(s_j, s_i)' \/><\/li>\n<li><b>Triangle Inequality<\/b>: <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cforall%20s_i%2C%20s_j%2C%20s_k%20%5Cin%20S%3A%20d%28s_i%2C%20s_k%29%20%5Cle%20d%28s_i%2C%20s_j%29%20%2B%20d%28s_j%2C%20s_k%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\forall s_i, s_j, s_k \\in S: d(s_i, s_k) \\le d(s_i, s_j) + d(s_j, s_k)' style='vertical-align:1%' class='tex' alt='\\forall s_i, s_j, s_k \\in S: d(s_i, s_k) \\le d(s_i, s_j) + d(s_j, s_k)' \/><\/li>\n<li><b>Non-negativity<\/b>: <img src='http:\/\/l.wordpress.com\/latex.php?latex=%5Cforall%20s_i%2C%20s_j%20%5Cin%20S%3A%20d%28s_i%2C%20s_j%29%20%5Cge%200&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='\\forall s_i, s_j \\in S: d(s_i, s_j) \\ge 0' style='vertical-align:1%' class='tex' alt='\\forall s_i, s_j \\in S: d(s_i, s_j) \\ge 0' \/><\/li>\n<\/ol>\n<p> A <em>metric space<\/em> is just the pair <img src='http:\/\/l.wordpress.com\/latex.php?latex=%28S%2Cd%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='(S,d)' style='vertical-align:1%' class='tex' alt='(S,d)' \/> of a set <img src='http:\/\/l.wordpress.com\/latex.php?latex=S&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='S' style='vertical-align:1%' class='tex' alt='S' \/>, and a metric function <img src='http:\/\/l.wordpress.com\/latex.php?latex=d&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='d' style='vertical-align:1%' class='tex' alt='d' \/> over the set. For example:<\/p>\n<ol>\n<li> A cartesian plane is a metric space whose metric function is the euclidean distance: <img src='http:\/\/l.wordpress.com\/latex.php?latex=d%28%28a_x%2Ca_y%29%2C%20%28b_x%2Cb_y%29%29%20%3D%20%5Csqrt%7B%28a_x-b_x%29%5E2%20%2B%20%28a_y-b-y%29%5E2%7D&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='d((a_x,a_y), (b_x,b_y)) = \\sqrt{(a_x-b_x)^2 + (a_y-b-y)^2}' style='vertical-align:1%' class='tex' alt='d((a_x,a_y), (b_x,b_y)) = \\sqrt{(a_x-b_x)^2 + (a_y-b-y)^2}' \/>.<\/li>\n<li> A checkerboard is a metric space with the number of kings moves as the metric function.<\/li>\n<li> The Manhattan street grid is a metric space where the distance function between two intersections is the sum of the number of horizontal blocks and the number of vertical blocks between them.<\/li>\n<\/ol>\n<p> All of this is the mathematical work necessary to take one intuitive notion of <em>closeness<\/em> &#8211; the idea of &#8220;two points are close if there&#8217;s a small distance between them&#8221; and turn it into something formal, general, and unambiguous. But we still haven&#8217;t gotten to what closeness means in topology! It&#8217;s <em>not<\/em> based on any idea of distance. There are many topological spaces which aren&#8217;t metric spaces &#8211; that is, there&#8217;s no way to define a metric function!<\/p>\n<p> Fortunately, metric spaces give us a good starting point. In topological spaces, closeness is defined in terms of <em>neighborhoods<\/em> and <em>open balls<\/em>.<\/p>\n<p> Take a metric space, <img src='http:\/\/l.wordpress.com\/latex.php?latex=%28S%2C%20d%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='(S, d)' style='vertical-align:1%' class='tex' alt='(S, d)' \/>, and a point <img src='http:\/\/l.wordpress.com\/latex.php?latex=p%20%5Cin%20S&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='p \\in S' style='vertical-align:1%' class='tex' alt='p \\in S' \/>. An <em>open ball<\/em> B(p, r) (that is, a ball of radius <img src='http:\/\/l.wordpress.com\/latex.php?latex=r&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='r' style='vertical-align:1%' class='tex' alt='r' \/> around the point <img src='http:\/\/l.wordpress.com\/latex.php?latex=p&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='p' style='vertical-align:1%' class='tex' alt='p' \/>) is the set of points <img src='http:\/\/l.wordpress.com\/latex.php?latex=x%20%5Cin%20S%20%7C%20d%28p%2C%20x%29%20%3C%20r&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='x \\in S | d(p, x) < r' style='vertical-align:1%' class='tex' alt='x \\in S | d(p, x) < r' \/>.<\/p>\n<p> Given a large enough set of points, you can create an infinite series of concentric open spheres: <img src='http:\/\/l.wordpress.com\/latex.php?latex=B%28p%2C%20%5Cepsilon%29%2C%20B%28p%2C%202%5Cepsilon%29%2C%20B%28p%2C%203%5Cepsilon%29&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='B(p, \\epsilon), B(p, 2\\epsilon), B(p, 3\\epsilon)' style='vertical-align:1%' class='tex' alt='B(p, \\epsilon), B(p, 2\\epsilon), B(p, 3\\epsilon)' \/>, and so on. Once you&#8217;ve got that series of ever-smaller and ever-larger open balls around a point <img src='http:\/\/l.wordpress.com\/latex.php?latex=p&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='p' style='vertical-align:1%' class='tex' alt='p' \/>, you&#8217;ve got another notion of closeness. <img src='http:\/\/l.wordpress.com\/latex.php?latex=A&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='A' style='vertical-align:1%' class='tex' alt='A' \/> is closer to <img src='http:\/\/l.wordpress.com\/latex.php?latex=p&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='p' style='vertical-align:1%' class='tex' alt='p' \/> than <img src='http:\/\/l.wordpress.com\/latex.php?latex=B&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='B' style='vertical-align:1%' class='tex' alt='B' \/> is if <img src='http:\/\/l.wordpress.com\/latex.php?latex=A&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='A' style='vertical-align:1%' class='tex' alt='A' \/> is in a smaller open ball around <img src='http:\/\/l.wordpress.com\/latex.php?latex=p&#038;bg=FFFFFF&#038;fg=000000&#038;s=0' title='p' style='vertical-align:1%' class='tex' alt='p' \/>.<\/p>\n<p> This is the heart of topology. You can define something like an open-ball on a set <em>without<\/em> a metric. As long as you can create a consistent sequence of open balls, where each larger ball is a strict superset of all of the smaller ones, you can define closeness without any notion of measurable distance!<\/p>\n<p> In the next post, we&#8217;ll use this notion of a distance-free sense of closeness to define what a topology actually is.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In my introduction, I said that topology is fundamentally built on the notion of closeness. Someone very quickly responded on Twitter, because they thought that was wrong. It wasn&#8217;t wrong, but it&#8217;s easy to see where the confusion came from. Like so much math, Topology is built on a very precise logical and set-theoretic formalism. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[261],"tags":[263,262,264,316],"class_list":["post-2862","post","type-post","status-publish","format-standard","hentry","category-topology-take-2","tag-closeness","tag-good-math-2","tag-metrics","tag-topology"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4lzZS-Ka","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/2862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/comments?post=2862"}],"version-history":[{"count":2,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/2862\/revisions"}],"predecessor-version":[{"id":2864,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/posts\/2862\/revisions\/2864"}],"wp:attachment":[{"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/media?parent=2862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/categories?post=2862"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.goodmath.org\/blog\/wp-json\/wp\/v2\/tags?post=2862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}