logical expressions and implication











up vote
0
down vote

favorite












I am given 3 statements and I have to determine whether they implicate each other or not. however the use of $forall$ kind of confuses me.
the statements are the following ( forgive me if i'm addressing them in the wrong way) :




  1. $(forall x alpha(x)) rightarrow (forall x beta(x)) $


  2. $forall x (alpha(x) rightarrow beta(x))$


  3. $exists x alpha(x) land lnot exists x beta(x) $











share|cite|improve this question


















  • 1




    $forall$ means the relation should hold for every $x$ in the domain. I think you need to tell what is $alpha$ and $beta$ and write down how you tried the problem.
    – zenith
    Nov 25 at 15:54










  • That is it. I know what forall means, I just can't figure out if 1 implies 2 for example because of that forall there..
    – lidor718
    Nov 25 at 15:57










  • $(forall x alpha(x)) rightarrow (forall x beta(x))$ is the same as $(exists x neg alpha(x)) vee (forall x beta(x)) $. $forall x (alpha(x) rightarrow beta(x))$ is the same as $forall x (neg alpha(x) vee beta(x))$ $exists x alpha(x) wedge neg exists x beta(x)$ is the same as $forall x alpha(x) wedge forall x neg beta(x)$.
    – mathnoob
    Nov 25 at 16:06















up vote
0
down vote

favorite












I am given 3 statements and I have to determine whether they implicate each other or not. however the use of $forall$ kind of confuses me.
the statements are the following ( forgive me if i'm addressing them in the wrong way) :




  1. $(forall x alpha(x)) rightarrow (forall x beta(x)) $


  2. $forall x (alpha(x) rightarrow beta(x))$


  3. $exists x alpha(x) land lnot exists x beta(x) $











share|cite|improve this question


















  • 1




    $forall$ means the relation should hold for every $x$ in the domain. I think you need to tell what is $alpha$ and $beta$ and write down how you tried the problem.
    – zenith
    Nov 25 at 15:54










  • That is it. I know what forall means, I just can't figure out if 1 implies 2 for example because of that forall there..
    – lidor718
    Nov 25 at 15:57










  • $(forall x alpha(x)) rightarrow (forall x beta(x))$ is the same as $(exists x neg alpha(x)) vee (forall x beta(x)) $. $forall x (alpha(x) rightarrow beta(x))$ is the same as $forall x (neg alpha(x) vee beta(x))$ $exists x alpha(x) wedge neg exists x beta(x)$ is the same as $forall x alpha(x) wedge forall x neg beta(x)$.
    – mathnoob
    Nov 25 at 16:06













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am given 3 statements and I have to determine whether they implicate each other or not. however the use of $forall$ kind of confuses me.
the statements are the following ( forgive me if i'm addressing them in the wrong way) :




  1. $(forall x alpha(x)) rightarrow (forall x beta(x)) $


  2. $forall x (alpha(x) rightarrow beta(x))$


  3. $exists x alpha(x) land lnot exists x beta(x) $











share|cite|improve this question













I am given 3 statements and I have to determine whether they implicate each other or not. however the use of $forall$ kind of confuses me.
the statements are the following ( forgive me if i'm addressing them in the wrong way) :




  1. $(forall x alpha(x)) rightarrow (forall x beta(x)) $


  2. $forall x (alpha(x) rightarrow beta(x))$


  3. $exists x alpha(x) land lnot exists x beta(x) $








logic






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 25 at 15:43









lidor718

6




6








  • 1




    $forall$ means the relation should hold for every $x$ in the domain. I think you need to tell what is $alpha$ and $beta$ and write down how you tried the problem.
    – zenith
    Nov 25 at 15:54










  • That is it. I know what forall means, I just can't figure out if 1 implies 2 for example because of that forall there..
    – lidor718
    Nov 25 at 15:57










  • $(forall x alpha(x)) rightarrow (forall x beta(x))$ is the same as $(exists x neg alpha(x)) vee (forall x beta(x)) $. $forall x (alpha(x) rightarrow beta(x))$ is the same as $forall x (neg alpha(x) vee beta(x))$ $exists x alpha(x) wedge neg exists x beta(x)$ is the same as $forall x alpha(x) wedge forall x neg beta(x)$.
    – mathnoob
    Nov 25 at 16:06














  • 1




    $forall$ means the relation should hold for every $x$ in the domain. I think you need to tell what is $alpha$ and $beta$ and write down how you tried the problem.
    – zenith
    Nov 25 at 15:54










  • That is it. I know what forall means, I just can't figure out if 1 implies 2 for example because of that forall there..
    – lidor718
    Nov 25 at 15:57










  • $(forall x alpha(x)) rightarrow (forall x beta(x))$ is the same as $(exists x neg alpha(x)) vee (forall x beta(x)) $. $forall x (alpha(x) rightarrow beta(x))$ is the same as $forall x (neg alpha(x) vee beta(x))$ $exists x alpha(x) wedge neg exists x beta(x)$ is the same as $forall x alpha(x) wedge forall x neg beta(x)$.
    – mathnoob
    Nov 25 at 16:06








1




1




$forall$ means the relation should hold for every $x$ in the domain. I think you need to tell what is $alpha$ and $beta$ and write down how you tried the problem.
– zenith
Nov 25 at 15:54




$forall$ means the relation should hold for every $x$ in the domain. I think you need to tell what is $alpha$ and $beta$ and write down how you tried the problem.
– zenith
Nov 25 at 15:54












That is it. I know what forall means, I just can't figure out if 1 implies 2 for example because of that forall there..
– lidor718
Nov 25 at 15:57




That is it. I know what forall means, I just can't figure out if 1 implies 2 for example because of that forall there..
– lidor718
Nov 25 at 15:57












$(forall x alpha(x)) rightarrow (forall x beta(x))$ is the same as $(exists x neg alpha(x)) vee (forall x beta(x)) $. $forall x (alpha(x) rightarrow beta(x))$ is the same as $forall x (neg alpha(x) vee beta(x))$ $exists x alpha(x) wedge neg exists x beta(x)$ is the same as $forall x alpha(x) wedge forall x neg beta(x)$.
– mathnoob
Nov 25 at 16:06




$(forall x alpha(x)) rightarrow (forall x beta(x))$ is the same as $(exists x neg alpha(x)) vee (forall x beta(x)) $. $forall x (alpha(x) rightarrow beta(x))$ is the same as $forall x (neg alpha(x) vee beta(x))$ $exists x alpha(x) wedge neg exists x beta(x)$ is the same as $forall x alpha(x) wedge forall x neg beta(x)$.
– mathnoob
Nov 25 at 16:06










1 Answer
1






active

oldest

votes

















up vote
1
down vote













If 2. holds in some model, this means that for all $x$ in the model, if we know $alpha(x)$ holds for that $x$ then we can conclude $beta(x)$ holds for that $x$ as well.



So if we know or assume that for all $x$ in the model $alpha(x)$ holds, so we
assume $forall x alpha(x)$, then applying 2. at each $x$ of the model, we also know that $beta(x)$ holds for all $x$, so $forall x beta(x)$. So the implication
$$(forall x alpha(x)) rightarrow (forall x beta(x))$$
is valid in that model.



Conclusion: 2 implies 1 in all models.



If we have a model for 3. then it cannot be a model for 1 anymore: for if all elements would satisfy $alpha$ (and there is at least one, from satisfying 3.) then all elements would satisfy $beta$ too, and this is also not the case when 3. is satisfied.



Conclusion: 3 implies not 1, or equivalent, 1 implies "not 3".






share|cite|improve this answer





















    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',
    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%2f3012993%2flogical-expressions-and-implication%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








    up vote
    1
    down vote













    If 2. holds in some model, this means that for all $x$ in the model, if we know $alpha(x)$ holds for that $x$ then we can conclude $beta(x)$ holds for that $x$ as well.



    So if we know or assume that for all $x$ in the model $alpha(x)$ holds, so we
    assume $forall x alpha(x)$, then applying 2. at each $x$ of the model, we also know that $beta(x)$ holds for all $x$, so $forall x beta(x)$. So the implication
    $$(forall x alpha(x)) rightarrow (forall x beta(x))$$
    is valid in that model.



    Conclusion: 2 implies 1 in all models.



    If we have a model for 3. then it cannot be a model for 1 anymore: for if all elements would satisfy $alpha$ (and there is at least one, from satisfying 3.) then all elements would satisfy $beta$ too, and this is also not the case when 3. is satisfied.



    Conclusion: 3 implies not 1, or equivalent, 1 implies "not 3".






    share|cite|improve this answer

























      up vote
      1
      down vote













      If 2. holds in some model, this means that for all $x$ in the model, if we know $alpha(x)$ holds for that $x$ then we can conclude $beta(x)$ holds for that $x$ as well.



      So if we know or assume that for all $x$ in the model $alpha(x)$ holds, so we
      assume $forall x alpha(x)$, then applying 2. at each $x$ of the model, we also know that $beta(x)$ holds for all $x$, so $forall x beta(x)$. So the implication
      $$(forall x alpha(x)) rightarrow (forall x beta(x))$$
      is valid in that model.



      Conclusion: 2 implies 1 in all models.



      If we have a model for 3. then it cannot be a model for 1 anymore: for if all elements would satisfy $alpha$ (and there is at least one, from satisfying 3.) then all elements would satisfy $beta$ too, and this is also not the case when 3. is satisfied.



      Conclusion: 3 implies not 1, or equivalent, 1 implies "not 3".






      share|cite|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        If 2. holds in some model, this means that for all $x$ in the model, if we know $alpha(x)$ holds for that $x$ then we can conclude $beta(x)$ holds for that $x$ as well.



        So if we know or assume that for all $x$ in the model $alpha(x)$ holds, so we
        assume $forall x alpha(x)$, then applying 2. at each $x$ of the model, we also know that $beta(x)$ holds for all $x$, so $forall x beta(x)$. So the implication
        $$(forall x alpha(x)) rightarrow (forall x beta(x))$$
        is valid in that model.



        Conclusion: 2 implies 1 in all models.



        If we have a model for 3. then it cannot be a model for 1 anymore: for if all elements would satisfy $alpha$ (and there is at least one, from satisfying 3.) then all elements would satisfy $beta$ too, and this is also not the case when 3. is satisfied.



        Conclusion: 3 implies not 1, or equivalent, 1 implies "not 3".






        share|cite|improve this answer












        If 2. holds in some model, this means that for all $x$ in the model, if we know $alpha(x)$ holds for that $x$ then we can conclude $beta(x)$ holds for that $x$ as well.



        So if we know or assume that for all $x$ in the model $alpha(x)$ holds, so we
        assume $forall x alpha(x)$, then applying 2. at each $x$ of the model, we also know that $beta(x)$ holds for all $x$, so $forall x beta(x)$. So the implication
        $$(forall x alpha(x)) rightarrow (forall x beta(x))$$
        is valid in that model.



        Conclusion: 2 implies 1 in all models.



        If we have a model for 3. then it cannot be a model for 1 anymore: for if all elements would satisfy $alpha$ (and there is at least one, from satisfying 3.) then all elements would satisfy $beta$ too, and this is also not the case when 3. is satisfied.



        Conclusion: 3 implies not 1, or equivalent, 1 implies "not 3".







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 25 at 16:02









        Henno Brandsma

        103k345112




        103k345112






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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.


            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%2f3012993%2flogical-expressions-and-implication%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

            To store a contact into the json file from server.js file using a class in NodeJS

            Marschland

            Redirect URL with Chrome Remote Debugging Android Devices