Are my DNF and CNF for $A land (A lor C) implies (C lor B)$ correct?

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











up vote
3
down vote

favorite












Is this calucation of DNF and CNF for the formula $A land (A lor C) implies (C lor B)$ correct?
$$
beginarray
hline
textGiven:
& A land (A lor C) implies (C lor B)
\
hline

& (neg(A land (A lor C)) lor (C lor B))
\
hline

& (neg A lor neg(A lor C) lor (C lor B))
\
hline

& (neg A lor (neg A land neg C) lor (C vee B))
\
hline
textDNF:
& neg A lor (neg A land neg C) lor C lor B
\
hline

& neg A lor (C lor B)
\
hline
textDNF and CNF:
& neg A lor C lor B
\
hline
endarray
$$
(Original picture of the calculation here.)



When I got the DNF, I applied the absorption rule in order to get DNF/CNF.







share|cite|improve this question






















  • Thanks for your correction @Jendrik Stelzner - did you also check the calculations?
    – user3352632
    Aug 26 at 20:41











  • It has been some time since I’ve dealt with DNF/CNF, but your calculations seem correct to me. But I would prefer it if someone with more expertise would post an answer.
    – Jendrik Stelzner
    Aug 26 at 20:55














up vote
3
down vote

favorite












Is this calucation of DNF and CNF for the formula $A land (A lor C) implies (C lor B)$ correct?
$$
beginarray
hline
textGiven:
& A land (A lor C) implies (C lor B)
\
hline

& (neg(A land (A lor C)) lor (C lor B))
\
hline

& (neg A lor neg(A lor C) lor (C lor B))
\
hline

& (neg A lor (neg A land neg C) lor (C vee B))
\
hline
textDNF:
& neg A lor (neg A land neg C) lor C lor B
\
hline

& neg A lor (C lor B)
\
hline
textDNF and CNF:
& neg A lor C lor B
\
hline
endarray
$$
(Original picture of the calculation here.)



When I got the DNF, I applied the absorption rule in order to get DNF/CNF.







share|cite|improve this question






















  • Thanks for your correction @Jendrik Stelzner - did you also check the calculations?
    – user3352632
    Aug 26 at 20:41











  • It has been some time since I’ve dealt with DNF/CNF, but your calculations seem correct to me. But I would prefer it if someone with more expertise would post an answer.
    – Jendrik Stelzner
    Aug 26 at 20:55












up vote
3
down vote

favorite









up vote
3
down vote

favorite











Is this calucation of DNF and CNF for the formula $A land (A lor C) implies (C lor B)$ correct?
$$
beginarray
hline
textGiven:
& A land (A lor C) implies (C lor B)
\
hline

& (neg(A land (A lor C)) lor (C lor B))
\
hline

& (neg A lor neg(A lor C) lor (C lor B))
\
hline

& (neg A lor (neg A land neg C) lor (C vee B))
\
hline
textDNF:
& neg A lor (neg A land neg C) lor C lor B
\
hline

& neg A lor (C lor B)
\
hline
textDNF and CNF:
& neg A lor C lor B
\
hline
endarray
$$
(Original picture of the calculation here.)



When I got the DNF, I applied the absorption rule in order to get DNF/CNF.







share|cite|improve this question














Is this calucation of DNF and CNF for the formula $A land (A lor C) implies (C lor B)$ correct?
$$
beginarray
hline
textGiven:
& A land (A lor C) implies (C lor B)
\
hline

& (neg(A land (A lor C)) lor (C lor B))
\
hline

& (neg A lor neg(A lor C) lor (C lor B))
\
hline

& (neg A lor (neg A land neg C) lor (C vee B))
\
hline
textDNF:
& neg A lor (neg A land neg C) lor C lor B
\
hline

& neg A lor (C lor B)
\
hline
textDNF and CNF:
& neg A lor C lor B
\
hline
endarray
$$
(Original picture of the calculation here.)



When I got the DNF, I applied the absorption rule in order to get DNF/CNF.









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 26 at 20:30









Jendrik Stelzner

7,63121037




7,63121037










asked Aug 26 at 19:57









user3352632

827




827











  • Thanks for your correction @Jendrik Stelzner - did you also check the calculations?
    – user3352632
    Aug 26 at 20:41











  • It has been some time since I’ve dealt with DNF/CNF, but your calculations seem correct to me. But I would prefer it if someone with more expertise would post an answer.
    – Jendrik Stelzner
    Aug 26 at 20:55
















  • Thanks for your correction @Jendrik Stelzner - did you also check the calculations?
    – user3352632
    Aug 26 at 20:41











  • It has been some time since I’ve dealt with DNF/CNF, but your calculations seem correct to me. But I would prefer it if someone with more expertise would post an answer.
    – Jendrik Stelzner
    Aug 26 at 20:55















Thanks for your correction @Jendrik Stelzner - did you also check the calculations?
– user3352632
Aug 26 at 20:41





Thanks for your correction @Jendrik Stelzner - did you also check the calculations?
– user3352632
Aug 26 at 20:41













It has been some time since I’ve dealt with DNF/CNF, but your calculations seem correct to me. But I would prefer it if someone with more expertise would post an answer.
– Jendrik Stelzner
Aug 26 at 20:55




It has been some time since I’ve dealt with DNF/CNF, but your calculations seem correct to me. But I would prefer it if someone with more expertise would post an answer.
– Jendrik Stelzner
Aug 26 at 20:55










1 Answer
1






active

oldest

votes

















up vote
1
down vote













The calculus is correct.   You can also check the final answer to be sure it is an equivalence.



If $A$ is false, $Awedge(Avee C)to(Cvee B)$ is true, as is the case when either $C$ or $B$ is true.   So if and only if $neg Avee Bvee C$ do we have the implication.




Note also an easier route would have been to apply absorption equivalence first, then implication equivalence: $Awedge(Avee C)to(Cvee B)\equiv Ato (Cvee B)\equiv neg Avee Cvee B$






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%2f2895459%2fare-my-dnf-and-cnf-for-a-land-a-lor-c-implies-c-lor-b-correct%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
    1
    down vote













    The calculus is correct.   You can also check the final answer to be sure it is an equivalence.



    If $A$ is false, $Awedge(Avee C)to(Cvee B)$ is true, as is the case when either $C$ or $B$ is true.   So if and only if $neg Avee Bvee C$ do we have the implication.




    Note also an easier route would have been to apply absorption equivalence first, then implication equivalence: $Awedge(Avee C)to(Cvee B)\equiv Ato (Cvee B)\equiv neg Avee Cvee B$






    share|cite|improve this answer
























      up vote
      1
      down vote













      The calculus is correct.   You can also check the final answer to be sure it is an equivalence.



      If $A$ is false, $Awedge(Avee C)to(Cvee B)$ is true, as is the case when either $C$ or $B$ is true.   So if and only if $neg Avee Bvee C$ do we have the implication.




      Note also an easier route would have been to apply absorption equivalence first, then implication equivalence: $Awedge(Avee C)to(Cvee B)\equiv Ato (Cvee B)\equiv neg Avee Cvee B$






      share|cite|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        The calculus is correct.   You can also check the final answer to be sure it is an equivalence.



        If $A$ is false, $Awedge(Avee C)to(Cvee B)$ is true, as is the case when either $C$ or $B$ is true.   So if and only if $neg Avee Bvee C$ do we have the implication.




        Note also an easier route would have been to apply absorption equivalence first, then implication equivalence: $Awedge(Avee C)to(Cvee B)\equiv Ato (Cvee B)\equiv neg Avee Cvee B$






        share|cite|improve this answer












        The calculus is correct.   You can also check the final answer to be sure it is an equivalence.



        If $A$ is false, $Awedge(Avee C)to(Cvee B)$ is true, as is the case when either $C$ or $B$ is true.   So if and only if $neg Avee Bvee C$ do we have the implication.




        Note also an easier route would have been to apply absorption equivalence first, then implication equivalence: $Awedge(Avee C)to(Cvee B)\equiv Ato (Cvee B)\equiv neg Avee Cvee B$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Aug 26 at 21:36









        Graham Kemp

        81k43275




        81k43275



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2895459%2fare-my-dnf-and-cnf-for-a-land-a-lor-c-implies-c-lor-b-correct%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

            Why am i infinitely getting the same tweet with the Twitter Search API?

            Carbon dioxide