Problem with unclear error message

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











up vote
1
down vote

favorite












beginalign*
P(A) cap P(B) & = lbrace x mid x in P(A) and x in P(B) rbrace \
& = lbrace x mid x subseteq A and x subseteq B rbrace \
& = lbrace x mid x subset (A cap B) rbrace \
& = lbrace x mid x in P(A cap B) rbrace \
& = P(A cap B)
endalign*


Error in the first line: Missing endgroup inserted



What should I do?










share|improve this question









New contributor




Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Replace and by wedge.
    – Sigur
    4 hours ago






  • 4




    The symbol for “logical or” cannot be called or, which is a TeX primitive, so it's called lor; similarly, “logical and” is called land (but and exists, with a completely unrelated meaning and usage).
    – egreg
    4 hours ago






  • 1




    Welcome to TeX.SE.
    – Mico
    4 hours ago










  • Off topic: you mixed subseteq and subset.
    – Sigur
    3 hours ago














up vote
1
down vote

favorite












beginalign*
P(A) cap P(B) & = lbrace x mid x in P(A) and x in P(B) rbrace \
& = lbrace x mid x subseteq A and x subseteq B rbrace \
& = lbrace x mid x subset (A cap B) rbrace \
& = lbrace x mid x in P(A cap B) rbrace \
& = P(A cap B)
endalign*


Error in the first line: Missing endgroup inserted



What should I do?










share|improve this question









New contributor




Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Replace and by wedge.
    – Sigur
    4 hours ago






  • 4




    The symbol for “logical or” cannot be called or, which is a TeX primitive, so it's called lor; similarly, “logical and” is called land (but and exists, with a completely unrelated meaning and usage).
    – egreg
    4 hours ago






  • 1




    Welcome to TeX.SE.
    – Mico
    4 hours ago










  • Off topic: you mixed subseteq and subset.
    – Sigur
    3 hours ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











beginalign*
P(A) cap P(B) & = lbrace x mid x in P(A) and x in P(B) rbrace \
& = lbrace x mid x subseteq A and x subseteq B rbrace \
& = lbrace x mid x subset (A cap B) rbrace \
& = lbrace x mid x in P(A cap B) rbrace \
& = P(A cap B)
endalign*


Error in the first line: Missing endgroup inserted



What should I do?










share|improve this question









New contributor




Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











beginalign*
P(A) cap P(B) & = lbrace x mid x in P(A) and x in P(B) rbrace \
& = lbrace x mid x subseteq A and x subseteq B rbrace \
& = lbrace x mid x subset (A cap B) rbrace \
& = lbrace x mid x in P(A cap B) rbrace \
& = P(A cap B)
endalign*


Error in the first line: Missing endgroup inserted



What should I do?







math-mode errors






share|improve this question









New contributor




Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 3 hours ago









Mico

263k30355731




263k30355731






New contributor




Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









Tân Châu Thanh

61




61




New contributor




Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Tân Châu Thanh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • Replace and by wedge.
    – Sigur
    4 hours ago






  • 4




    The symbol for “logical or” cannot be called or, which is a TeX primitive, so it's called lor; similarly, “logical and” is called land (but and exists, with a completely unrelated meaning and usage).
    – egreg
    4 hours ago






  • 1




    Welcome to TeX.SE.
    – Mico
    4 hours ago










  • Off topic: you mixed subseteq and subset.
    – Sigur
    3 hours ago
















  • Replace and by wedge.
    – Sigur
    4 hours ago






  • 4




    The symbol for “logical or” cannot be called or, which is a TeX primitive, so it's called lor; similarly, “logical and” is called land (but and exists, with a completely unrelated meaning and usage).
    – egreg
    4 hours ago






  • 1




    Welcome to TeX.SE.
    – Mico
    4 hours ago










  • Off topic: you mixed subseteq and subset.
    – Sigur
    3 hours ago















Replace and by wedge.
– Sigur
4 hours ago




Replace and by wedge.
– Sigur
4 hours ago




4




4




The symbol for “logical or” cannot be called or, which is a TeX primitive, so it's called lor; similarly, “logical and” is called land (but and exists, with a completely unrelated meaning and usage).
– egreg
4 hours ago




The symbol for “logical or” cannot be called or, which is a TeX primitive, so it's called lor; similarly, “logical and” is called land (but and exists, with a completely unrelated meaning and usage).
– egreg
4 hours ago




1




1




Welcome to TeX.SE.
– Mico
4 hours ago




Welcome to TeX.SE.
– Mico
4 hours ago












Off topic: you mixed subseteq and subset.
– Sigur
3 hours ago




Off topic: you mixed subseteq and subset.
– Sigur
3 hours ago










1 Answer
1






active

oldest

votes

















up vote
6
down vote













You probably want a "logical and" which is land and not and.



logical and



documentclassarticle

usepackageamsmath

begindocument
beginalign*
P(A) cap P(B) & = lbrace x mid x in P(A) land x in P(B) rbrace \
& = lbrace x mid x subseteq A land x subseteq B rbrace \
& = lbrace x mid x subset (A cap B) rbrace \
& = lbrace x mid x in P(A cap B) rbrace \
& = P(A cap B)
endalign*
enddocument





share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "85"
    ;
    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: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Tân Châu Thanh is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f451565%2fproblem-with-unclear-error-message%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
    6
    down vote













    You probably want a "logical and" which is land and not and.



    logical and



    documentclassarticle

    usepackageamsmath

    begindocument
    beginalign*
    P(A) cap P(B) & = lbrace x mid x in P(A) land x in P(B) rbrace \
    & = lbrace x mid x subseteq A land x subseteq B rbrace \
    & = lbrace x mid x subset (A cap B) rbrace \
    & = lbrace x mid x in P(A cap B) rbrace \
    & = P(A cap B)
    endalign*
    enddocument





    share|improve this answer
























      up vote
      6
      down vote













      You probably want a "logical and" which is land and not and.



      logical and



      documentclassarticle

      usepackageamsmath

      begindocument
      beginalign*
      P(A) cap P(B) & = lbrace x mid x in P(A) land x in P(B) rbrace \
      & = lbrace x mid x subseteq A land x subseteq B rbrace \
      & = lbrace x mid x subset (A cap B) rbrace \
      & = lbrace x mid x in P(A cap B) rbrace \
      & = P(A cap B)
      endalign*
      enddocument





      share|improve this answer






















        up vote
        6
        down vote










        up vote
        6
        down vote









        You probably want a "logical and" which is land and not and.



        logical and



        documentclassarticle

        usepackageamsmath

        begindocument
        beginalign*
        P(A) cap P(B) & = lbrace x mid x in P(A) land x in P(B) rbrace \
        & = lbrace x mid x subseteq A land x subseteq B rbrace \
        & = lbrace x mid x subset (A cap B) rbrace \
        & = lbrace x mid x in P(A cap B) rbrace \
        & = P(A cap B)
        endalign*
        enddocument





        share|improve this answer












        You probably want a "logical and" which is land and not and.



        logical and



        documentclassarticle

        usepackageamsmath

        begindocument
        beginalign*
        P(A) cap P(B) & = lbrace x mid x in P(A) land x in P(B) rbrace \
        & = lbrace x mid x subseteq A land x subseteq B rbrace \
        & = lbrace x mid x subset (A cap B) rbrace \
        & = lbrace x mid x in P(A cap B) rbrace \
        & = P(A cap B)
        endalign*
        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 4 hours ago









        TeXnician

        21.1k52882




        21.1k52882




















            Tân Châu Thanh is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            Tân Châu Thanh is a new contributor. Be nice, and check out our Code of Conduct.












            Tân Châu Thanh is a new contributor. Be nice, and check out our Code of Conduct.











            Tân Châu Thanh is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f451565%2fproblem-with-unclear-error-message%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Long meetings (6-7 hours a day): Being “babysat” by supervisor

            Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

            Confectionery