Prove that either $aleq x$ or $aleq -x$ if and only if $a$ is an atom.












2












$begingroup$


Let $(mathbb{B},wedge,vee,-,0,1,leq)$ be a Boolean algebra. I wish to prove the following:




Claim: $a$ is an atom if and only if for each $xinmathbb{B}$ either $aleq -x$, or $aleq x$ (exclusively)




I managed to prove the $Rightarrow$ part:
Assume that both $aleq -x$ and $aleq x$ hold, then $aleq xwedge(-x)=0$, so $aleq 0$, but then $a=0$, so $a$ is not an atom.



I am stuck on proving the second part, can someone help?










share|cite|improve this question









$endgroup$

















    2












    $begingroup$


    Let $(mathbb{B},wedge,vee,-,0,1,leq)$ be a Boolean algebra. I wish to prove the following:




    Claim: $a$ is an atom if and only if for each $xinmathbb{B}$ either $aleq -x$, or $aleq x$ (exclusively)




    I managed to prove the $Rightarrow$ part:
    Assume that both $aleq -x$ and $aleq x$ hold, then $aleq xwedge(-x)=0$, so $aleq 0$, but then $a=0$, so $a$ is not an atom.



    I am stuck on proving the second part, can someone help?










    share|cite|improve this question









    $endgroup$















      2












      2








      2





      $begingroup$


      Let $(mathbb{B},wedge,vee,-,0,1,leq)$ be a Boolean algebra. I wish to prove the following:




      Claim: $a$ is an atom if and only if for each $xinmathbb{B}$ either $aleq -x$, or $aleq x$ (exclusively)




      I managed to prove the $Rightarrow$ part:
      Assume that both $aleq -x$ and $aleq x$ hold, then $aleq xwedge(-x)=0$, so $aleq 0$, but then $a=0$, so $a$ is not an atom.



      I am stuck on proving the second part, can someone help?










      share|cite|improve this question









      $endgroup$




      Let $(mathbb{B},wedge,vee,-,0,1,leq)$ be a Boolean algebra. I wish to prove the following:




      Claim: $a$ is an atom if and only if for each $xinmathbb{B}$ either $aleq -x$, or $aleq x$ (exclusively)




      I managed to prove the $Rightarrow$ part:
      Assume that both $aleq -x$ and $aleq x$ hold, then $aleq xwedge(-x)=0$, so $aleq 0$, but then $a=0$, so $a$ is not an atom.



      I am stuck on proving the second part, can someone help?







      order-theory boolean-algebra lattice-orders






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 8 '18 at 19:31









      Michal DvořákMichal Dvořák

      955416




      955416






















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          Assume that $a$ is not an atom. As you observed, $a=0$ is no good, so the indirect assumption means that there exists some $b$ with $0<b<a$.
          Clearly, $aleq b$ is false.
          If $aleq -b$, then $b=bwedge aleq bwedge -b=0$, a contradiction with $x=b$.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Actually could you elaborate the $b=bwedge aleq b wedge -b = 0$ line? I am not really sure what you actually did there.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 19:45










          • $begingroup$
            The definition of $leq$ is $uleq v$ iff there exists $w$ such that $u=vwedge w$. Hence, if this is the case, and $t$ is any element, then $twedge uleq twedge v$ (trivial by the axioms of Boolean algebras, the same $w$ is a witness). What I did was using this identity for the inequality $aleq -b$ by "wedging" both sides with $b$, obtaining $bwedge aleq bwedge -b$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 19:49








          • 1




            $begingroup$
            You can easily prove the equivalence from the axioms. Your implies mine: $a=w$ is a witness. Try the other direction yourself.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:09












          • $begingroup$
            I don't understand the part $b=bwedge a$, then sure, this is a contradiction because $bleq 0$, so $b=0$, so contradiction.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 20:21






          • 1




            $begingroup$
            Again, cf. the definition of smaller... By assumption, $b<a$, so $b=bwedge a$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:39











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3031522%2fprove-that-either-a-leq-x-or-a-leq-x-if-and-only-if-a-is-an-atom%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1












          $begingroup$

          Assume that $a$ is not an atom. As you observed, $a=0$ is no good, so the indirect assumption means that there exists some $b$ with $0<b<a$.
          Clearly, $aleq b$ is false.
          If $aleq -b$, then $b=bwedge aleq bwedge -b=0$, a contradiction with $x=b$.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Actually could you elaborate the $b=bwedge aleq b wedge -b = 0$ line? I am not really sure what you actually did there.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 19:45










          • $begingroup$
            The definition of $leq$ is $uleq v$ iff there exists $w$ such that $u=vwedge w$. Hence, if this is the case, and $t$ is any element, then $twedge uleq twedge v$ (trivial by the axioms of Boolean algebras, the same $w$ is a witness). What I did was using this identity for the inequality $aleq -b$ by "wedging" both sides with $b$, obtaining $bwedge aleq bwedge -b$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 19:49








          • 1




            $begingroup$
            You can easily prove the equivalence from the axioms. Your implies mine: $a=w$ is a witness. Try the other direction yourself.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:09












          • $begingroup$
            I don't understand the part $b=bwedge a$, then sure, this is a contradiction because $bleq 0$, so $b=0$, so contradiction.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 20:21






          • 1




            $begingroup$
            Again, cf. the definition of smaller... By assumption, $b<a$, so $b=bwedge a$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:39
















          1












          $begingroup$

          Assume that $a$ is not an atom. As you observed, $a=0$ is no good, so the indirect assumption means that there exists some $b$ with $0<b<a$.
          Clearly, $aleq b$ is false.
          If $aleq -b$, then $b=bwedge aleq bwedge -b=0$, a contradiction with $x=b$.






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Actually could you elaborate the $b=bwedge aleq b wedge -b = 0$ line? I am not really sure what you actually did there.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 19:45










          • $begingroup$
            The definition of $leq$ is $uleq v$ iff there exists $w$ such that $u=vwedge w$. Hence, if this is the case, and $t$ is any element, then $twedge uleq twedge v$ (trivial by the axioms of Boolean algebras, the same $w$ is a witness). What I did was using this identity for the inequality $aleq -b$ by "wedging" both sides with $b$, obtaining $bwedge aleq bwedge -b$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 19:49








          • 1




            $begingroup$
            You can easily prove the equivalence from the axioms. Your implies mine: $a=w$ is a witness. Try the other direction yourself.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:09












          • $begingroup$
            I don't understand the part $b=bwedge a$, then sure, this is a contradiction because $bleq 0$, so $b=0$, so contradiction.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 20:21






          • 1




            $begingroup$
            Again, cf. the definition of smaller... By assumption, $b<a$, so $b=bwedge a$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:39














          1












          1








          1





          $begingroup$

          Assume that $a$ is not an atom. As you observed, $a=0$ is no good, so the indirect assumption means that there exists some $b$ with $0<b<a$.
          Clearly, $aleq b$ is false.
          If $aleq -b$, then $b=bwedge aleq bwedge -b=0$, a contradiction with $x=b$.






          share|cite|improve this answer









          $endgroup$



          Assume that $a$ is not an atom. As you observed, $a=0$ is no good, so the indirect assumption means that there exists some $b$ with $0<b<a$.
          Clearly, $aleq b$ is false.
          If $aleq -b$, then $b=bwedge aleq bwedge -b=0$, a contradiction with $x=b$.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 8 '18 at 19:42









          A. PongráczA. Pongrácz

          5,9731929




          5,9731929












          • $begingroup$
            Actually could you elaborate the $b=bwedge aleq b wedge -b = 0$ line? I am not really sure what you actually did there.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 19:45










          • $begingroup$
            The definition of $leq$ is $uleq v$ iff there exists $w$ such that $u=vwedge w$. Hence, if this is the case, and $t$ is any element, then $twedge uleq twedge v$ (trivial by the axioms of Boolean algebras, the same $w$ is a witness). What I did was using this identity for the inequality $aleq -b$ by "wedging" both sides with $b$, obtaining $bwedge aleq bwedge -b$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 19:49








          • 1




            $begingroup$
            You can easily prove the equivalence from the axioms. Your implies mine: $a=w$ is a witness. Try the other direction yourself.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:09












          • $begingroup$
            I don't understand the part $b=bwedge a$, then sure, this is a contradiction because $bleq 0$, so $b=0$, so contradiction.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 20:21






          • 1




            $begingroup$
            Again, cf. the definition of smaller... By assumption, $b<a$, so $b=bwedge a$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:39


















          • $begingroup$
            Actually could you elaborate the $b=bwedge aleq b wedge -b = 0$ line? I am not really sure what you actually did there.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 19:45










          • $begingroup$
            The definition of $leq$ is $uleq v$ iff there exists $w$ such that $u=vwedge w$. Hence, if this is the case, and $t$ is any element, then $twedge uleq twedge v$ (trivial by the axioms of Boolean algebras, the same $w$ is a witness). What I did was using this identity for the inequality $aleq -b$ by "wedging" both sides with $b$, obtaining $bwedge aleq bwedge -b$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 19:49








          • 1




            $begingroup$
            You can easily prove the equivalence from the axioms. Your implies mine: $a=w$ is a witness. Try the other direction yourself.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:09












          • $begingroup$
            I don't understand the part $b=bwedge a$, then sure, this is a contradiction because $bleq 0$, so $b=0$, so contradiction.
            $endgroup$
            – Michal Dvořák
            Dec 8 '18 at 20:21






          • 1




            $begingroup$
            Again, cf. the definition of smaller... By assumption, $b<a$, so $b=bwedge a$.
            $endgroup$
            – A. Pongrácz
            Dec 8 '18 at 20:39
















          $begingroup$
          Actually could you elaborate the $b=bwedge aleq b wedge -b = 0$ line? I am not really sure what you actually did there.
          $endgroup$
          – Michal Dvořák
          Dec 8 '18 at 19:45




          $begingroup$
          Actually could you elaborate the $b=bwedge aleq b wedge -b = 0$ line? I am not really sure what you actually did there.
          $endgroup$
          – Michal Dvořák
          Dec 8 '18 at 19:45












          $begingroup$
          The definition of $leq$ is $uleq v$ iff there exists $w$ such that $u=vwedge w$. Hence, if this is the case, and $t$ is any element, then $twedge uleq twedge v$ (trivial by the axioms of Boolean algebras, the same $w$ is a witness). What I did was using this identity for the inequality $aleq -b$ by "wedging" both sides with $b$, obtaining $bwedge aleq bwedge -b$.
          $endgroup$
          – A. Pongrácz
          Dec 8 '18 at 19:49






          $begingroup$
          The definition of $leq$ is $uleq v$ iff there exists $w$ such that $u=vwedge w$. Hence, if this is the case, and $t$ is any element, then $twedge uleq twedge v$ (trivial by the axioms of Boolean algebras, the same $w$ is a witness). What I did was using this identity for the inequality $aleq -b$ by "wedging" both sides with $b$, obtaining $bwedge aleq bwedge -b$.
          $endgroup$
          – A. Pongrácz
          Dec 8 '18 at 19:49






          1




          1




          $begingroup$
          You can easily prove the equivalence from the axioms. Your implies mine: $a=w$ is a witness. Try the other direction yourself.
          $endgroup$
          – A. Pongrácz
          Dec 8 '18 at 20:09






          $begingroup$
          You can easily prove the equivalence from the axioms. Your implies mine: $a=w$ is a witness. Try the other direction yourself.
          $endgroup$
          – A. Pongrácz
          Dec 8 '18 at 20:09














          $begingroup$
          I don't understand the part $b=bwedge a$, then sure, this is a contradiction because $bleq 0$, so $b=0$, so contradiction.
          $endgroup$
          – Michal Dvořák
          Dec 8 '18 at 20:21




          $begingroup$
          I don't understand the part $b=bwedge a$, then sure, this is a contradiction because $bleq 0$, so $b=0$, so contradiction.
          $endgroup$
          – Michal Dvořák
          Dec 8 '18 at 20:21




          1




          1




          $begingroup$
          Again, cf. the definition of smaller... By assumption, $b<a$, so $b=bwedge a$.
          $endgroup$
          – A. Pongrácz
          Dec 8 '18 at 20:39




          $begingroup$
          Again, cf. the definition of smaller... By assumption, $b<a$, so $b=bwedge a$.
          $endgroup$
          – A. Pongrácz
          Dec 8 '18 at 20:39


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3031522%2fprove-that-either-a-leq-x-or-a-leq-x-if-and-only-if-a-is-an-atom%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Wiesbaden

          Marschland

          Dieringhausen