Problem with output attempting to force itself all onto one page, but it does not fit












1















It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.



documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}

begin{document}

section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}


section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}


section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}


section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}


section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}


section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}


section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}


section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $<$ another if an only if the first word comes before the second when arranged in alphabetical order. Show that this relation, called the emph{lexicographic order}, is a total order. (If you don't know why this order is called lexicographic, look up the definition of this word in a emph{lexicon}).}}


section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}


section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}

end{document}









share|improve this question









New contributor




Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Welcome to TeX-SE! Are you sure you want to use sections here and not, say, and enumerate environment?

    – marmot
    2 hours ago
















1















It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.



documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}

begin{document}

section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}


section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}


section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}


section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}


section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}


section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}


section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}


section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $<$ another if an only if the first word comes before the second when arranged in alphabetical order. Show that this relation, called the emph{lexicographic order}, is a total order. (If you don't know why this order is called lexicographic, look up the definition of this word in a emph{lexicon}).}}


section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}


section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}

end{document}









share|improve this question









New contributor




Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Welcome to TeX-SE! Are you sure you want to use sections here and not, say, and enumerate environment?

    – marmot
    2 hours ago














1












1








1








It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.



documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}

begin{document}

section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}


section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}


section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}


section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}


section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}


section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}


section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}


section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $<$ another if an only if the first word comes before the second when arranged in alphabetical order. Show that this relation, called the emph{lexicographic order}, is a total order. (If you don't know why this order is called lexicographic, look up the definition of this word in a emph{lexicon}).}}


section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}


section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}

end{document}









share|improve this question









New contributor




Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.



documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}

begin{document}

section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}


section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}


section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}


section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}


section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}


section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}


section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}


section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $<$ another if an only if the first word comes before the second when arranged in alphabetical order. Show that this relation, called the emph{lexicographic order}, is a total order. (If you don't know why this order is called lexicographic, look up the definition of this word in a emph{lexicon}).}}


section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}


section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}

end{document}






formatting






share|improve this question









New contributor




Bionis 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




Bionis 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 2 hours ago









marmot

110k5136255




110k5136255






New contributor




Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 hours ago









BionisBionis

61




61




New contributor




Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1





    Welcome to TeX-SE! Are you sure you want to use sections here and not, say, and enumerate environment?

    – marmot
    2 hours ago














  • 1





    Welcome to TeX-SE! Are you sure you want to use sections here and not, say, and enumerate environment?

    – marmot
    2 hours ago








1




1





Welcome to TeX-SE! Are you sure you want to use sections here and not, say, and enumerate environment?

– marmot
2 hours ago





Welcome to TeX-SE! Are you sure you want to use sections here and not, say, and enumerate environment?

– marmot
2 hours ago










1 Answer
1






active

oldest

votes


















0














Welcome to TeX-SE! I would consider using an enumerate environment to make things fit (easily) on one page and using math mode for math symbols (instead of emph).



documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amssymb,amsfonts}
newcommand{powerset}[1]{mathbb{P}(#1)}
DeclareMathOperator{Rng}{Rng}
DeclareMathOperator{Dom}{Dom}
begin{document}
begin{enumerate}renewcommand{labelenumi}{fbox{arabic{enumi}}}

item Let $A = {1, 2, 3}$. How many relations are there on $A$?


item Let $R$ be a relation from sets $A$ to $B$. Prove that $Rng(R^{-1}) =
Dom(R)$.


item Let $A = {a, b, 1, 2, 3}$. Define $R = {(1, 1), (a, a), (a, b), (1,
2), (2, 1),$ $(a, 1), (a, 2)}$. Is this relation reflexive, symmetric,
transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of $R$.


item Let $A = {a, b, 1, 2, 3}$. Let $mathsf{T}$ be an equivalence relation
on $A$ such that $amathsf{T}2$ and $bmathsf{T}3$. How many equivalence classes of $mathsf{T}$ are
possible? List the equivalence classes for all possibilities.


item Let $Q = {(x, y) in mathbb{R} times mathbb{R}~ :~|x - y| < 1}$. Is
the relation $Q$ reflexive, symmetric, transitive, irreflexive, and/or
antisymmetric? Prove or disprove that each property holds.


item Prove that the collection ${A_{t} : t in [0, 1)}$, where each of
$A_{t} = {z + t : z in mathbb{Z}}$ is a partition of $mathbb{R}$.


item Write the addition and multiplication tables for $mathbb{Z}_6$, the set
of equivalence classes for the relation $equiv$ ($pmod 6$).


item Define a relation $leq$ on all words by agreeing that one word is $<$
another if an only if the first word comes before the second when arranged in
alphabetical order. Show that this relation, called the emph{lexicographic order},
is a total order. (If you don't know why this order is called lexicographic,
look up the definition of this word in a emph{lexicon}).


item Draw the Hasse diagram for the poset ${{2}, {3}, {2, 3}, {4, 5},
{2, 3 , 4},$ ${4, 5, 6}}$ ordered by set inclusion.


item Let $A$ be a set and $subset$ be the ordering for
$P(A)$. Let $B$ be a family of subsets of $A$. Prove that
the least upper bound of $B$ is $bigcup_{Xin B}X$ and the greatest
lower bound of $B$ is $bigcap_{Xin B}X$.
end{enumerate}

end{document}


enter image description here






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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });






    Bionis 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%2f480390%2fproblem-with-output-attempting-to-force-itself-all-onto-one-page-but-it-does-no%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









    0














    Welcome to TeX-SE! I would consider using an enumerate environment to make things fit (easily) on one page and using math mode for math symbols (instead of emph).



    documentclass[a4paper, 12pt]{article}
    usepackage{amsmath,amssymb,amsfonts}
    newcommand{powerset}[1]{mathbb{P}(#1)}
    DeclareMathOperator{Rng}{Rng}
    DeclareMathOperator{Dom}{Dom}
    begin{document}
    begin{enumerate}renewcommand{labelenumi}{fbox{arabic{enumi}}}

    item Let $A = {1, 2, 3}$. How many relations are there on $A$?


    item Let $R$ be a relation from sets $A$ to $B$. Prove that $Rng(R^{-1}) =
    Dom(R)$.


    item Let $A = {a, b, 1, 2, 3}$. Define $R = {(1, 1), (a, a), (a, b), (1,
    2), (2, 1),$ $(a, 1), (a, 2)}$. Is this relation reflexive, symmetric,
    transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of $R$.


    item Let $A = {a, b, 1, 2, 3}$. Let $mathsf{T}$ be an equivalence relation
    on $A$ such that $amathsf{T}2$ and $bmathsf{T}3$. How many equivalence classes of $mathsf{T}$ are
    possible? List the equivalence classes for all possibilities.


    item Let $Q = {(x, y) in mathbb{R} times mathbb{R}~ :~|x - y| < 1}$. Is
    the relation $Q$ reflexive, symmetric, transitive, irreflexive, and/or
    antisymmetric? Prove or disprove that each property holds.


    item Prove that the collection ${A_{t} : t in [0, 1)}$, where each of
    $A_{t} = {z + t : z in mathbb{Z}}$ is a partition of $mathbb{R}$.


    item Write the addition and multiplication tables for $mathbb{Z}_6$, the set
    of equivalence classes for the relation $equiv$ ($pmod 6$).


    item Define a relation $leq$ on all words by agreeing that one word is $<$
    another if an only if the first word comes before the second when arranged in
    alphabetical order. Show that this relation, called the emph{lexicographic order},
    is a total order. (If you don't know why this order is called lexicographic,
    look up the definition of this word in a emph{lexicon}).


    item Draw the Hasse diagram for the poset ${{2}, {3}, {2, 3}, {4, 5},
    {2, 3 , 4},$ ${4, 5, 6}}$ ordered by set inclusion.


    item Let $A$ be a set and $subset$ be the ordering for
    $P(A)$. Let $B$ be a family of subsets of $A$. Prove that
    the least upper bound of $B$ is $bigcup_{Xin B}X$ and the greatest
    lower bound of $B$ is $bigcap_{Xin B}X$.
    end{enumerate}

    end{document}


    enter image description here






    share|improve this answer




























      0














      Welcome to TeX-SE! I would consider using an enumerate environment to make things fit (easily) on one page and using math mode for math symbols (instead of emph).



      documentclass[a4paper, 12pt]{article}
      usepackage{amsmath,amssymb,amsfonts}
      newcommand{powerset}[1]{mathbb{P}(#1)}
      DeclareMathOperator{Rng}{Rng}
      DeclareMathOperator{Dom}{Dom}
      begin{document}
      begin{enumerate}renewcommand{labelenumi}{fbox{arabic{enumi}}}

      item Let $A = {1, 2, 3}$. How many relations are there on $A$?


      item Let $R$ be a relation from sets $A$ to $B$. Prove that $Rng(R^{-1}) =
      Dom(R)$.


      item Let $A = {a, b, 1, 2, 3}$. Define $R = {(1, 1), (a, a), (a, b), (1,
      2), (2, 1),$ $(a, 1), (a, 2)}$. Is this relation reflexive, symmetric,
      transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of $R$.


      item Let $A = {a, b, 1, 2, 3}$. Let $mathsf{T}$ be an equivalence relation
      on $A$ such that $amathsf{T}2$ and $bmathsf{T}3$. How many equivalence classes of $mathsf{T}$ are
      possible? List the equivalence classes for all possibilities.


      item Let $Q = {(x, y) in mathbb{R} times mathbb{R}~ :~|x - y| < 1}$. Is
      the relation $Q$ reflexive, symmetric, transitive, irreflexive, and/or
      antisymmetric? Prove or disprove that each property holds.


      item Prove that the collection ${A_{t} : t in [0, 1)}$, where each of
      $A_{t} = {z + t : z in mathbb{Z}}$ is a partition of $mathbb{R}$.


      item Write the addition and multiplication tables for $mathbb{Z}_6$, the set
      of equivalence classes for the relation $equiv$ ($pmod 6$).


      item Define a relation $leq$ on all words by agreeing that one word is $<$
      another if an only if the first word comes before the second when arranged in
      alphabetical order. Show that this relation, called the emph{lexicographic order},
      is a total order. (If you don't know why this order is called lexicographic,
      look up the definition of this word in a emph{lexicon}).


      item Draw the Hasse diagram for the poset ${{2}, {3}, {2, 3}, {4, 5},
      {2, 3 , 4},$ ${4, 5, 6}}$ ordered by set inclusion.


      item Let $A$ be a set and $subset$ be the ordering for
      $P(A)$. Let $B$ be a family of subsets of $A$. Prove that
      the least upper bound of $B$ is $bigcup_{Xin B}X$ and the greatest
      lower bound of $B$ is $bigcap_{Xin B}X$.
      end{enumerate}

      end{document}


      enter image description here






      share|improve this answer


























        0












        0








        0







        Welcome to TeX-SE! I would consider using an enumerate environment to make things fit (easily) on one page and using math mode for math symbols (instead of emph).



        documentclass[a4paper, 12pt]{article}
        usepackage{amsmath,amssymb,amsfonts}
        newcommand{powerset}[1]{mathbb{P}(#1)}
        DeclareMathOperator{Rng}{Rng}
        DeclareMathOperator{Dom}{Dom}
        begin{document}
        begin{enumerate}renewcommand{labelenumi}{fbox{arabic{enumi}}}

        item Let $A = {1, 2, 3}$. How many relations are there on $A$?


        item Let $R$ be a relation from sets $A$ to $B$. Prove that $Rng(R^{-1}) =
        Dom(R)$.


        item Let $A = {a, b, 1, 2, 3}$. Define $R = {(1, 1), (a, a), (a, b), (1,
        2), (2, 1),$ $(a, 1), (a, 2)}$. Is this relation reflexive, symmetric,
        transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of $R$.


        item Let $A = {a, b, 1, 2, 3}$. Let $mathsf{T}$ be an equivalence relation
        on $A$ such that $amathsf{T}2$ and $bmathsf{T}3$. How many equivalence classes of $mathsf{T}$ are
        possible? List the equivalence classes for all possibilities.


        item Let $Q = {(x, y) in mathbb{R} times mathbb{R}~ :~|x - y| < 1}$. Is
        the relation $Q$ reflexive, symmetric, transitive, irreflexive, and/or
        antisymmetric? Prove or disprove that each property holds.


        item Prove that the collection ${A_{t} : t in [0, 1)}$, where each of
        $A_{t} = {z + t : z in mathbb{Z}}$ is a partition of $mathbb{R}$.


        item Write the addition and multiplication tables for $mathbb{Z}_6$, the set
        of equivalence classes for the relation $equiv$ ($pmod 6$).


        item Define a relation $leq$ on all words by agreeing that one word is $<$
        another if an only if the first word comes before the second when arranged in
        alphabetical order. Show that this relation, called the emph{lexicographic order},
        is a total order. (If you don't know why this order is called lexicographic,
        look up the definition of this word in a emph{lexicon}).


        item Draw the Hasse diagram for the poset ${{2}, {3}, {2, 3}, {4, 5},
        {2, 3 , 4},$ ${4, 5, 6}}$ ordered by set inclusion.


        item Let $A$ be a set and $subset$ be the ordering for
        $P(A)$. Let $B$ be a family of subsets of $A$. Prove that
        the least upper bound of $B$ is $bigcup_{Xin B}X$ and the greatest
        lower bound of $B$ is $bigcap_{Xin B}X$.
        end{enumerate}

        end{document}


        enter image description here






        share|improve this answer













        Welcome to TeX-SE! I would consider using an enumerate environment to make things fit (easily) on one page and using math mode for math symbols (instead of emph).



        documentclass[a4paper, 12pt]{article}
        usepackage{amsmath,amssymb,amsfonts}
        newcommand{powerset}[1]{mathbb{P}(#1)}
        DeclareMathOperator{Rng}{Rng}
        DeclareMathOperator{Dom}{Dom}
        begin{document}
        begin{enumerate}renewcommand{labelenumi}{fbox{arabic{enumi}}}

        item Let $A = {1, 2, 3}$. How many relations are there on $A$?


        item Let $R$ be a relation from sets $A$ to $B$. Prove that $Rng(R^{-1}) =
        Dom(R)$.


        item Let $A = {a, b, 1, 2, 3}$. Define $R = {(1, 1), (a, a), (a, b), (1,
        2), (2, 1),$ $(a, 1), (a, 2)}$. Is this relation reflexive, symmetric,
        transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of $R$.


        item Let $A = {a, b, 1, 2, 3}$. Let $mathsf{T}$ be an equivalence relation
        on $A$ such that $amathsf{T}2$ and $bmathsf{T}3$. How many equivalence classes of $mathsf{T}$ are
        possible? List the equivalence classes for all possibilities.


        item Let $Q = {(x, y) in mathbb{R} times mathbb{R}~ :~|x - y| < 1}$. Is
        the relation $Q$ reflexive, symmetric, transitive, irreflexive, and/or
        antisymmetric? Prove or disprove that each property holds.


        item Prove that the collection ${A_{t} : t in [0, 1)}$, where each of
        $A_{t} = {z + t : z in mathbb{Z}}$ is a partition of $mathbb{R}$.


        item Write the addition and multiplication tables for $mathbb{Z}_6$, the set
        of equivalence classes for the relation $equiv$ ($pmod 6$).


        item Define a relation $leq$ on all words by agreeing that one word is $<$
        another if an only if the first word comes before the second when arranged in
        alphabetical order. Show that this relation, called the emph{lexicographic order},
        is a total order. (If you don't know why this order is called lexicographic,
        look up the definition of this word in a emph{lexicon}).


        item Draw the Hasse diagram for the poset ${{2}, {3}, {2, 3}, {4, 5},
        {2, 3 , 4},$ ${4, 5, 6}}$ ordered by set inclusion.


        item Let $A$ be a set and $subset$ be the ordering for
        $P(A)$. Let $B$ be a family of subsets of $A$. Prove that
        the least upper bound of $B$ is $bigcup_{Xin B}X$ and the greatest
        lower bound of $B$ is $bigcap_{Xin B}X$.
        end{enumerate}

        end{document}


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 hours ago









        marmotmarmot

        110k5136255




        110k5136255






















            Bionis is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Bionis is a new contributor. Be nice, and check out our Code of Conduct.













            Bionis is a new contributor. Be nice, and check out our Code of Conduct.












            Bionis is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to TeX - LaTeX 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.


            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%2ftex.stackexchange.com%2fquestions%2f480390%2fproblem-with-output-attempting-to-force-itself-all-onto-one-page-but-it-does-no%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

            Contact image not getting when fetch all contact list from iPhone by CNContact

            count number of partitions of a set with n elements into k subsets

            A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks