Let (X, d) be a metric space and let A be a subset of X and O be an open subset of X. Prove that $O cap...












0















This question already has an answer here:




  • The intersection of a closure with an open set

    3 answers




I don't know how to use the fact that O is open. Its interior must be itself, so I guess I should take the complement of the sets in question. But I'm not sure how to proceed.










share|cite|improve this question













marked as duplicate by Henno Brandsma, user126154, José Carlos Santos real-analysis
Users with the  real-analysis badge can single-handedly close real-analysis questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 26 at 10:06


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




















    0















    This question already has an answer here:




    • The intersection of a closure with an open set

      3 answers




    I don't know how to use the fact that O is open. Its interior must be itself, so I guess I should take the complement of the sets in question. But I'm not sure how to proceed.










    share|cite|improve this question













    marked as duplicate by Henno Brandsma, user126154, José Carlos Santos real-analysis
    Users with the  real-analysis badge can single-handedly close real-analysis questions as duplicates and reopen them as needed.

    StackExchange.ready(function() {
    if (StackExchange.options.isMobile) return;

    $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
    var $hover = $(this).addClass('hover-bound'),
    $msg = $hover.siblings('.dupe-hammer-message');

    $hover.hover(
    function() {
    $hover.showInfoMessage('', {
    messageElement: $msg.clone().show(),
    transient: false,
    position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
    dismissable: false,
    relativeToBody: true
    });
    },
    function() {
    StackExchange.helpers.removeMessages();
    }
    );
    });
    });
    Nov 26 at 10:06


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















      0












      0








      0








      This question already has an answer here:




      • The intersection of a closure with an open set

        3 answers




      I don't know how to use the fact that O is open. Its interior must be itself, so I guess I should take the complement of the sets in question. But I'm not sure how to proceed.










      share|cite|improve this question














      This question already has an answer here:




      • The intersection of a closure with an open set

        3 answers




      I don't know how to use the fact that O is open. Its interior must be itself, so I guess I should take the complement of the sets in question. But I'm not sure how to proceed.





      This question already has an answer here:




      • The intersection of a closure with an open set

        3 answers








      real-analysis






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 26 at 9:58









      davidh

      695




      695




      marked as duplicate by Henno Brandsma, user126154, José Carlos Santos real-analysis
      Users with the  real-analysis badge can single-handedly close real-analysis questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      Nov 26 at 10:06


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by Henno Brandsma, user126154, José Carlos Santos real-analysis
      Users with the  real-analysis badge can single-handedly close real-analysis questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      Nov 26 at 10:06


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























          1 Answer
          1






          active

          oldest

          votes


















          1














          Suppose $x in O cap overline{A}$. This means that $x in O$ and $x in overline{A}$. Suppose $B$ is any open ball containing $x$, then $O cap B$ is also open (this is where we use $O$ is open) and contains $x$, and as $x in overline{A}$, we know that $(B cap O) cap A neq emptyset$. But this means that $B cap (O cap A) neq emptyset$ as well and as $B$ was arbitrary, $x in overline{O cap A}$, as required to prove the inclusion.






          share|cite|improve this answer























          • I don't really follow the statement that $(B cap O) cap A neq emptyset$. Could you explain that a bit?
            – davidh
            Nov 26 at 10:07










          • couldn't x be in closure of A but not in A?
            – davidh
            Nov 26 at 10:07










          • $x in overline{A}$ iff every open set (or open ball) that contains $x$ intersects $A$. $B cap O$ is such an open set, and we know $x in overline{A}$ from the start @davidh
            – Henno Brandsma
            Nov 26 at 10:09










          • I see. So, for the last bit, because B is arbitrary, we invoke the iff condition for closedness on $O cap A$ right?
            – davidh
            Nov 26 at 10:13












          • @davidh yes we use both directions.
            – Henno Brandsma
            Nov 26 at 10:14


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          Suppose $x in O cap overline{A}$. This means that $x in O$ and $x in overline{A}$. Suppose $B$ is any open ball containing $x$, then $O cap B$ is also open (this is where we use $O$ is open) and contains $x$, and as $x in overline{A}$, we know that $(B cap O) cap A neq emptyset$. But this means that $B cap (O cap A) neq emptyset$ as well and as $B$ was arbitrary, $x in overline{O cap A}$, as required to prove the inclusion.






          share|cite|improve this answer























          • I don't really follow the statement that $(B cap O) cap A neq emptyset$. Could you explain that a bit?
            – davidh
            Nov 26 at 10:07










          • couldn't x be in closure of A but not in A?
            – davidh
            Nov 26 at 10:07










          • $x in overline{A}$ iff every open set (or open ball) that contains $x$ intersects $A$. $B cap O$ is such an open set, and we know $x in overline{A}$ from the start @davidh
            – Henno Brandsma
            Nov 26 at 10:09










          • I see. So, for the last bit, because B is arbitrary, we invoke the iff condition for closedness on $O cap A$ right?
            – davidh
            Nov 26 at 10:13












          • @davidh yes we use both directions.
            – Henno Brandsma
            Nov 26 at 10:14
















          1














          Suppose $x in O cap overline{A}$. This means that $x in O$ and $x in overline{A}$. Suppose $B$ is any open ball containing $x$, then $O cap B$ is also open (this is where we use $O$ is open) and contains $x$, and as $x in overline{A}$, we know that $(B cap O) cap A neq emptyset$. But this means that $B cap (O cap A) neq emptyset$ as well and as $B$ was arbitrary, $x in overline{O cap A}$, as required to prove the inclusion.






          share|cite|improve this answer























          • I don't really follow the statement that $(B cap O) cap A neq emptyset$. Could you explain that a bit?
            – davidh
            Nov 26 at 10:07










          • couldn't x be in closure of A but not in A?
            – davidh
            Nov 26 at 10:07










          • $x in overline{A}$ iff every open set (or open ball) that contains $x$ intersects $A$. $B cap O$ is such an open set, and we know $x in overline{A}$ from the start @davidh
            – Henno Brandsma
            Nov 26 at 10:09










          • I see. So, for the last bit, because B is arbitrary, we invoke the iff condition for closedness on $O cap A$ right?
            – davidh
            Nov 26 at 10:13












          • @davidh yes we use both directions.
            – Henno Brandsma
            Nov 26 at 10:14














          1












          1








          1






          Suppose $x in O cap overline{A}$. This means that $x in O$ and $x in overline{A}$. Suppose $B$ is any open ball containing $x$, then $O cap B$ is also open (this is where we use $O$ is open) and contains $x$, and as $x in overline{A}$, we know that $(B cap O) cap A neq emptyset$. But this means that $B cap (O cap A) neq emptyset$ as well and as $B$ was arbitrary, $x in overline{O cap A}$, as required to prove the inclusion.






          share|cite|improve this answer














          Suppose $x in O cap overline{A}$. This means that $x in O$ and $x in overline{A}$. Suppose $B$ is any open ball containing $x$, then $O cap B$ is also open (this is where we use $O$ is open) and contains $x$, and as $x in overline{A}$, we know that $(B cap O) cap A neq emptyset$. But this means that $B cap (O cap A) neq emptyset$ as well and as $B$ was arbitrary, $x in overline{O cap A}$, as required to prove the inclusion.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Nov 26 at 10:18

























          answered Nov 26 at 10:03









          Henno Brandsma

          104k346113




          104k346113












          • I don't really follow the statement that $(B cap O) cap A neq emptyset$. Could you explain that a bit?
            – davidh
            Nov 26 at 10:07










          • couldn't x be in closure of A but not in A?
            – davidh
            Nov 26 at 10:07










          • $x in overline{A}$ iff every open set (or open ball) that contains $x$ intersects $A$. $B cap O$ is such an open set, and we know $x in overline{A}$ from the start @davidh
            – Henno Brandsma
            Nov 26 at 10:09










          • I see. So, for the last bit, because B is arbitrary, we invoke the iff condition for closedness on $O cap A$ right?
            – davidh
            Nov 26 at 10:13












          • @davidh yes we use both directions.
            – Henno Brandsma
            Nov 26 at 10:14


















          • I don't really follow the statement that $(B cap O) cap A neq emptyset$. Could you explain that a bit?
            – davidh
            Nov 26 at 10:07










          • couldn't x be in closure of A but not in A?
            – davidh
            Nov 26 at 10:07










          • $x in overline{A}$ iff every open set (or open ball) that contains $x$ intersects $A$. $B cap O$ is such an open set, and we know $x in overline{A}$ from the start @davidh
            – Henno Brandsma
            Nov 26 at 10:09










          • I see. So, for the last bit, because B is arbitrary, we invoke the iff condition for closedness on $O cap A$ right?
            – davidh
            Nov 26 at 10:13












          • @davidh yes we use both directions.
            – Henno Brandsma
            Nov 26 at 10:14
















          I don't really follow the statement that $(B cap O) cap A neq emptyset$. Could you explain that a bit?
          – davidh
          Nov 26 at 10:07




          I don't really follow the statement that $(B cap O) cap A neq emptyset$. Could you explain that a bit?
          – davidh
          Nov 26 at 10:07












          couldn't x be in closure of A but not in A?
          – davidh
          Nov 26 at 10:07




          couldn't x be in closure of A but not in A?
          – davidh
          Nov 26 at 10:07












          $x in overline{A}$ iff every open set (or open ball) that contains $x$ intersects $A$. $B cap O$ is such an open set, and we know $x in overline{A}$ from the start @davidh
          – Henno Brandsma
          Nov 26 at 10:09




          $x in overline{A}$ iff every open set (or open ball) that contains $x$ intersects $A$. $B cap O$ is such an open set, and we know $x in overline{A}$ from the start @davidh
          – Henno Brandsma
          Nov 26 at 10:09












          I see. So, for the last bit, because B is arbitrary, we invoke the iff condition for closedness on $O cap A$ right?
          – davidh
          Nov 26 at 10:13






          I see. So, for the last bit, because B is arbitrary, we invoke the iff condition for closedness on $O cap A$ right?
          – davidh
          Nov 26 at 10:13














          @davidh yes we use both directions.
          – Henno Brandsma
          Nov 26 at 10:14




          @davidh yes we use both directions.
          – Henno Brandsma
          Nov 26 at 10:14



          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei