Given ¬(p ∨ q), use the Fitch system to prove (¬p ∧ ¬q).

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












So, I understood that in order to succeed I should prove ¬p and ¬q and then use And Introduction.
However, I don't seem to figure out how to do this and was only able to prove (¬p ∨ ¬q) (I'm not sure if I'm even on the right path)
I hope somebody can help me out







share|cite|improve this question















  • 1




    Try assuming p, then get a contradiction, from which you can use the contradiction elimination rule.
    – Adrian Keister
    Jul 27 at 15:22






  • 1




    Well, there's more than one proof. Note that a proof is a particular sequence, so any change in order of steps makes a distinct proof. For one proof assume p first, get to $lnot$p. For another, assume q first and get to $lnot$q.
    – Doug Spoonwood
    Jul 27 at 16:44














up vote
0
down vote

favorite
1












So, I understood that in order to succeed I should prove ¬p and ¬q and then use And Introduction.
However, I don't seem to figure out how to do this and was only able to prove (¬p ∨ ¬q) (I'm not sure if I'm even on the right path)
I hope somebody can help me out







share|cite|improve this question















  • 1




    Try assuming p, then get a contradiction, from which you can use the contradiction elimination rule.
    – Adrian Keister
    Jul 27 at 15:22






  • 1




    Well, there's more than one proof. Note that a proof is a particular sequence, so any change in order of steps makes a distinct proof. For one proof assume p first, get to $lnot$p. For another, assume q first and get to $lnot$q.
    – Doug Spoonwood
    Jul 27 at 16:44












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





So, I understood that in order to succeed I should prove ¬p and ¬q and then use And Introduction.
However, I don't seem to figure out how to do this and was only able to prove (¬p ∨ ¬q) (I'm not sure if I'm even on the right path)
I hope somebody can help me out







share|cite|improve this question











So, I understood that in order to succeed I should prove ¬p and ¬q and then use And Introduction.
However, I don't seem to figure out how to do this and was only able to prove (¬p ∨ ¬q) (I'm not sure if I'm even on the right path)
I hope somebody can help me out









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 27 at 15:20









Daniil Voloshin

41




41







  • 1




    Try assuming p, then get a contradiction, from which you can use the contradiction elimination rule.
    – Adrian Keister
    Jul 27 at 15:22






  • 1




    Well, there's more than one proof. Note that a proof is a particular sequence, so any change in order of steps makes a distinct proof. For one proof assume p first, get to $lnot$p. For another, assume q first and get to $lnot$q.
    – Doug Spoonwood
    Jul 27 at 16:44












  • 1




    Try assuming p, then get a contradiction, from which you can use the contradiction elimination rule.
    – Adrian Keister
    Jul 27 at 15:22






  • 1




    Well, there's more than one proof. Note that a proof is a particular sequence, so any change in order of steps makes a distinct proof. For one proof assume p first, get to $lnot$p. For another, assume q first and get to $lnot$q.
    – Doug Spoonwood
    Jul 27 at 16:44







1




1




Try assuming p, then get a contradiction, from which you can use the contradiction elimination rule.
– Adrian Keister
Jul 27 at 15:22




Try assuming p, then get a contradiction, from which you can use the contradiction elimination rule.
– Adrian Keister
Jul 27 at 15:22




1




1




Well, there's more than one proof. Note that a proof is a particular sequence, so any change in order of steps makes a distinct proof. For one proof assume p first, get to $lnot$p. For another, assume q first and get to $lnot$q.
– Doug Spoonwood
Jul 27 at 16:44




Well, there's more than one proof. Note that a proof is a particular sequence, so any change in order of steps makes a distinct proof. For one proof assume p first, get to $lnot$p. For another, assume q first and get to $lnot$q.
– Doug Spoonwood
Jul 27 at 16:44










1 Answer
1






active

oldest

votes

















up vote
2
down vote













This is one of De Morgan's laws




$lnotleft(plor qright)$




$pquad$ hyp.



$plor q$



$left(plor qright)landleft(lnotleft(plor qright)right)$




$lnot p$




$qquad$ hyp.



$plor q$



$left(plor qright)landleft(lnotleft(plor qright)right)$




$lnot q$



$lnot plandlnot q$




You just need to fill in the justification for each line.






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: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f2864487%2fgiven-%25c2%25acp-%25e2%2588%25a8-q-use-the-fitch-system-to-prove-%25c2%25acp-%25e2%2588%25a7-%25c2%25acq%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    This is one of De Morgan's laws




    $lnotleft(plor qright)$




    $pquad$ hyp.



    $plor q$



    $left(plor qright)landleft(lnotleft(plor qright)right)$




    $lnot p$




    $qquad$ hyp.



    $plor q$



    $left(plor qright)landleft(lnotleft(plor qright)right)$




    $lnot q$



    $lnot plandlnot q$




    You just need to fill in the justification for each line.






    share|cite|improve this answer



























      up vote
      2
      down vote













      This is one of De Morgan's laws




      $lnotleft(plor qright)$




      $pquad$ hyp.



      $plor q$



      $left(plor qright)landleft(lnotleft(plor qright)right)$




      $lnot p$




      $qquad$ hyp.



      $plor q$



      $left(plor qright)landleft(lnotleft(plor qright)right)$




      $lnot q$



      $lnot plandlnot q$




      You just need to fill in the justification for each line.






      share|cite|improve this answer

























        up vote
        2
        down vote










        up vote
        2
        down vote









        This is one of De Morgan's laws




        $lnotleft(plor qright)$




        $pquad$ hyp.



        $plor q$



        $left(plor qright)landleft(lnotleft(plor qright)right)$




        $lnot p$




        $qquad$ hyp.



        $plor q$



        $left(plor qright)landleft(lnotleft(plor qright)right)$




        $lnot q$



        $lnot plandlnot q$




        You just need to fill in the justification for each line.






        share|cite|improve this answer















        This is one of De Morgan's laws




        $lnotleft(plor qright)$




        $pquad$ hyp.



        $plor q$



        $left(plor qright)landleft(lnotleft(plor qright)right)$




        $lnot p$




        $qquad$ hyp.



        $plor q$



        $left(plor qright)landleft(lnotleft(plor qright)right)$




        $lnot q$



        $lnot plandlnot q$




        You just need to fill in the justification for each line.







        share|cite|improve this answer















        share|cite|improve this answer



        share|cite|improve this answer








        edited Jul 27 at 16:58


























        answered Jul 27 at 16:49









        Jon

        500412




        500412






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2864487%2fgiven-%25c2%25acp-%25e2%2588%25a8-q-use-the-fitch-system-to-prove-%25c2%25acp-%25e2%2588%25a7-%25c2%25acq%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            What is the equation of a 3D cone with generalised tilt?

            Color the edges and diagonals of a regular polygon

            Relationship between determinant of matrix and determinant of adjoint?