How to Create an Image for Cantor's *Diagonal Argument* with a Diagonal OvalError messages with diagonal...

Simple question about a formula for sums

Can the 2019 UA Artificer's Returning Weapon and Radiant Weapon infusions stack on the same weapon?

Would this neural network have short term memory?

Decreasing star size

Trying to build a function to compute divided difference for arbitrary list of points

How can I create a pattern of parallel lines that are increasing in distance in Photoshop / Illustrator?

Is it legal to use cash pulled from a credit card to pay the monthly payment on that credit card?

Will any serial mouse connect to Classic Macs?

How to avoid unconsciously copying the style of my favorite writer?

High income, sudden windfall

Is there a reason why I should not use the HaveIBeenPwned API to warn users about exposed passwords?

Why can't my huge trees be chopped down?

Is this photo showing a woman posing in the nude before teenagers real?

Does the Intel 8086 CPU have user mode and kernel mode?

Iterate over non-const variables in C++

Why/when is AC-DC-AC conversion superior to direct AC-Ac conversion?

Why are off grid solar setups only 12, 24, 48 VDC?

Why was Sauron preparing for war instead of trying to find the ring?

What is "I bet" in German?

401(k) investment after being fired. Do I own it?

Is dd if=/dev/urandom of=/dev/mem safe?

Are there any examples of technologies have been lost over time?

Is it normal practice to screen share with a client?

Explain why watch 'jobs' does not work but watch 'ps' work?



How to Create an Image for Cantor's *Diagonal Argument* with a Diagonal Oval


Error messages with diagonal arrowsLabeling diagonal arrows with the diagrams packageHow to create diagonal matrix with an aligned diagonal?How to typeset readable diagonal matrices with large entries?How to create a blanks diagram for counting problems?runaway argument with fractionDefault argument for newcommandHow to closed lines? ovalDiagonal table with numbersUsing printeranswers environment, how to print solutions in the box without the title “Solutions”






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















I would like to produce an illustration for Cantor's diagonal argument, something like a centered enumeration of $4$ or $5$ decimal expansions $x_{i} = .d_{i1}d_{i2}d_{i3} ldots$, and then insert a diagonal oval circumscribing $d_{11}, d_{22}, d_{33}, ldots$.



What is a good way to do this?



I have come up with the following, but I'm not sure it will allow me to insert the diagonal oval? (which I don't know how to do.)



Any constructive comments are appreciated.



I don't know if the latex documentation will format properly as this is my first question post on this site.



Thank you.



documentclass{book} usepackage{amsthm,latexsym,amssymb,amsmath,verbatim}

pagestyle{empty}

begin{document}

[ x_{1} = .d_{11}d_{12}d_{13}d_{14}d_{15} ldots ] [ x_{2} = .d_{21}d_{22}d_{23}d_{24}d_{25} ldots ] [ x_{3} = .d_{31}d_{32}d_{33}d_{34}d_{35} ldots ] [ x_{4} = .d_{41}d_{42}d_{43}d_{44}d_{45} ldots ] [ x_{5} = .d_{51}d_{52}d_{53}d_{54}d_{55} ldots ] [ hskip -100pt vdots ]

end{document}









share|improve this question




















  • 1





    MathJax isn't enabled on this site, so math expressions aren't rendered as math. To highlight code properly, select it and hit Ctrl + K (or click the button marked {} above the input field).

    – Torbjørn T.
    9 hours ago











  • Thank you, I did not know that. (And thank you for your edit.)

    – mlchristians
    9 hours ago




















2















I would like to produce an illustration for Cantor's diagonal argument, something like a centered enumeration of $4$ or $5$ decimal expansions $x_{i} = .d_{i1}d_{i2}d_{i3} ldots$, and then insert a diagonal oval circumscribing $d_{11}, d_{22}, d_{33}, ldots$.



What is a good way to do this?



I have come up with the following, but I'm not sure it will allow me to insert the diagonal oval? (which I don't know how to do.)



Any constructive comments are appreciated.



I don't know if the latex documentation will format properly as this is my first question post on this site.



Thank you.



documentclass{book} usepackage{amsthm,latexsym,amssymb,amsmath,verbatim}

pagestyle{empty}

begin{document}

[ x_{1} = .d_{11}d_{12}d_{13}d_{14}d_{15} ldots ] [ x_{2} = .d_{21}d_{22}d_{23}d_{24}d_{25} ldots ] [ x_{3} = .d_{31}d_{32}d_{33}d_{34}d_{35} ldots ] [ x_{4} = .d_{41}d_{42}d_{43}d_{44}d_{45} ldots ] [ x_{5} = .d_{51}d_{52}d_{53}d_{54}d_{55} ldots ] [ hskip -100pt vdots ]

end{document}









share|improve this question




















  • 1





    MathJax isn't enabled on this site, so math expressions aren't rendered as math. To highlight code properly, select it and hit Ctrl + K (or click the button marked {} above the input field).

    – Torbjørn T.
    9 hours ago











  • Thank you, I did not know that. (And thank you for your edit.)

    – mlchristians
    9 hours ago
















2












2








2


1






I would like to produce an illustration for Cantor's diagonal argument, something like a centered enumeration of $4$ or $5$ decimal expansions $x_{i} = .d_{i1}d_{i2}d_{i3} ldots$, and then insert a diagonal oval circumscribing $d_{11}, d_{22}, d_{33}, ldots$.



What is a good way to do this?



I have come up with the following, but I'm not sure it will allow me to insert the diagonal oval? (which I don't know how to do.)



Any constructive comments are appreciated.



I don't know if the latex documentation will format properly as this is my first question post on this site.



Thank you.



documentclass{book} usepackage{amsthm,latexsym,amssymb,amsmath,verbatim}

pagestyle{empty}

begin{document}

[ x_{1} = .d_{11}d_{12}d_{13}d_{14}d_{15} ldots ] [ x_{2} = .d_{21}d_{22}d_{23}d_{24}d_{25} ldots ] [ x_{3} = .d_{31}d_{32}d_{33}d_{34}d_{35} ldots ] [ x_{4} = .d_{41}d_{42}d_{43}d_{44}d_{45} ldots ] [ x_{5} = .d_{51}d_{52}d_{53}d_{54}d_{55} ldots ] [ hskip -100pt vdots ]

end{document}









share|improve this question
















I would like to produce an illustration for Cantor's diagonal argument, something like a centered enumeration of $4$ or $5$ decimal expansions $x_{i} = .d_{i1}d_{i2}d_{i3} ldots$, and then insert a diagonal oval circumscribing $d_{11}, d_{22}, d_{33}, ldots$.



What is a good way to do this?



I have come up with the following, but I'm not sure it will allow me to insert the diagonal oval? (which I don't know how to do.)



Any constructive comments are appreciated.



I don't know if the latex documentation will format properly as this is my first question post on this site.



Thank you.



documentclass{book} usepackage{amsthm,latexsym,amssymb,amsmath,verbatim}

pagestyle{empty}

begin{document}

[ x_{1} = .d_{11}d_{12}d_{13}d_{14}d_{15} ldots ] [ x_{2} = .d_{21}d_{22}d_{23}d_{24}d_{25} ldots ] [ x_{3} = .d_{31}d_{32}d_{33}d_{34}d_{35} ldots ] [ x_{4} = .d_{41}d_{42}d_{43}d_{44}d_{45} ldots ] [ x_{5} = .d_{51}d_{52}d_{53}d_{54}d_{55} ldots ] [ hskip -100pt vdots ]

end{document}






math-mode lists diagrams






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 hours ago









Torbjørn T.

163k13 gold badges267 silver badges453 bronze badges




163k13 gold badges267 silver badges453 bronze badges










asked 9 hours ago









mlchristiansmlchristians

1196 bronze badges




1196 bronze badges








  • 1





    MathJax isn't enabled on this site, so math expressions aren't rendered as math. To highlight code properly, select it and hit Ctrl + K (or click the button marked {} above the input field).

    – Torbjørn T.
    9 hours ago











  • Thank you, I did not know that. (And thank you for your edit.)

    – mlchristians
    9 hours ago
















  • 1





    MathJax isn't enabled on this site, so math expressions aren't rendered as math. To highlight code properly, select it and hit Ctrl + K (or click the button marked {} above the input field).

    – Torbjørn T.
    9 hours ago











  • Thank you, I did not know that. (And thank you for your edit.)

    – mlchristians
    9 hours ago










1




1





MathJax isn't enabled on this site, so math expressions aren't rendered as math. To highlight code properly, select it and hit Ctrl + K (or click the button marked {} above the input field).

– Torbjørn T.
9 hours ago





MathJax isn't enabled on this site, so math expressions aren't rendered as math. To highlight code properly, select it and hit Ctrl + K (or click the button marked {} above the input field).

– Torbjørn T.
9 hours ago













Thank you, I did not know that. (And thank you for your edit.)

– mlchristians
9 hours ago







Thank you, I did not know that. (And thank you for your edit.)

– mlchristians
9 hours ago












1 Answer
1






active

oldest

votes


















6














I propose this code, based on alignat and pstricks:



documentclass[11pt, svgnames]{book}

usepackage{amsthm,latexsym,amssymb,amsmath, verbatim}
usepackage{makebox}
usepackage{pst-node, auto-pst-pdf}
pagestyle{empty}

begin{document}

begin{postscript}
everypsbox{scriptstyle}
begin{alignat*}{7}
x_{1} & = . &: & d_{rnode{d1}{1}1} & & d_{12} & & d_{13} & & d_{14} & & d_{15} & ; & ldots \
x_{2} & = . & & d_{21} & enspace & d_{rnode{d2}{2}2} & & d_{23} & & d_{24} & & d_{25} & & ldots \
x_{3} & = . & & d_{31} & & d_{32} & enspace & d_{ rnode{d3}{3}3} & & d_{34} & & d_{35} & & ldots \
x_{4} & = . & & d_{41} & & d_{42} & & d_{43} & enspace & d_{rnode{d4}{4}4} & & d_{45} & & ldots \
x_{5} & = . & & d_{51} & & d_{52} & & d_{53} & & d_{54} & enspace & d_{rnode{d5}{5}5} & & ldots\[-1.33ex]
makebox*{$x_{5}$}{$ vdots $} & & & & & & & makebox*{$d_{53}$}{$ vdots $} & & & & & enspace & Rnode{dd}{ddots}
end{alignat*}
ncbox[boxsize=0.22, linearc=0.22, linecolor=FireBrick, nodesep=1.5ex, fillstyle=solid, fillcolor=FireBrick!20, opacity=0.3]{d1}{dd}
end{postscript}

end{document}


enter image description here






share|improve this answer
























  • This is much nicer than I had hoped for! Thank you.

    – mlchristians
    6 hours ago














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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f501734%2fhow-to-create-an-image-for-cantors-diagonal-argument-with-a-diagonal-oval%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









6














I propose this code, based on alignat and pstricks:



documentclass[11pt, svgnames]{book}

usepackage{amsthm,latexsym,amssymb,amsmath, verbatim}
usepackage{makebox}
usepackage{pst-node, auto-pst-pdf}
pagestyle{empty}

begin{document}

begin{postscript}
everypsbox{scriptstyle}
begin{alignat*}{7}
x_{1} & = . &: & d_{rnode{d1}{1}1} & & d_{12} & & d_{13} & & d_{14} & & d_{15} & ; & ldots \
x_{2} & = . & & d_{21} & enspace & d_{rnode{d2}{2}2} & & d_{23} & & d_{24} & & d_{25} & & ldots \
x_{3} & = . & & d_{31} & & d_{32} & enspace & d_{ rnode{d3}{3}3} & & d_{34} & & d_{35} & & ldots \
x_{4} & = . & & d_{41} & & d_{42} & & d_{43} & enspace & d_{rnode{d4}{4}4} & & d_{45} & & ldots \
x_{5} & = . & & d_{51} & & d_{52} & & d_{53} & & d_{54} & enspace & d_{rnode{d5}{5}5} & & ldots\[-1.33ex]
makebox*{$x_{5}$}{$ vdots $} & & & & & & & makebox*{$d_{53}$}{$ vdots $} & & & & & enspace & Rnode{dd}{ddots}
end{alignat*}
ncbox[boxsize=0.22, linearc=0.22, linecolor=FireBrick, nodesep=1.5ex, fillstyle=solid, fillcolor=FireBrick!20, opacity=0.3]{d1}{dd}
end{postscript}

end{document}


enter image description here






share|improve this answer
























  • This is much nicer than I had hoped for! Thank you.

    – mlchristians
    6 hours ago
















6














I propose this code, based on alignat and pstricks:



documentclass[11pt, svgnames]{book}

usepackage{amsthm,latexsym,amssymb,amsmath, verbatim}
usepackage{makebox}
usepackage{pst-node, auto-pst-pdf}
pagestyle{empty}

begin{document}

begin{postscript}
everypsbox{scriptstyle}
begin{alignat*}{7}
x_{1} & = . &: & d_{rnode{d1}{1}1} & & d_{12} & & d_{13} & & d_{14} & & d_{15} & ; & ldots \
x_{2} & = . & & d_{21} & enspace & d_{rnode{d2}{2}2} & & d_{23} & & d_{24} & & d_{25} & & ldots \
x_{3} & = . & & d_{31} & & d_{32} & enspace & d_{ rnode{d3}{3}3} & & d_{34} & & d_{35} & & ldots \
x_{4} & = . & & d_{41} & & d_{42} & & d_{43} & enspace & d_{rnode{d4}{4}4} & & d_{45} & & ldots \
x_{5} & = . & & d_{51} & & d_{52} & & d_{53} & & d_{54} & enspace & d_{rnode{d5}{5}5} & & ldots\[-1.33ex]
makebox*{$x_{5}$}{$ vdots $} & & & & & & & makebox*{$d_{53}$}{$ vdots $} & & & & & enspace & Rnode{dd}{ddots}
end{alignat*}
ncbox[boxsize=0.22, linearc=0.22, linecolor=FireBrick, nodesep=1.5ex, fillstyle=solid, fillcolor=FireBrick!20, opacity=0.3]{d1}{dd}
end{postscript}

end{document}


enter image description here






share|improve this answer
























  • This is much nicer than I had hoped for! Thank you.

    – mlchristians
    6 hours ago














6












6








6







I propose this code, based on alignat and pstricks:



documentclass[11pt, svgnames]{book}

usepackage{amsthm,latexsym,amssymb,amsmath, verbatim}
usepackage{makebox}
usepackage{pst-node, auto-pst-pdf}
pagestyle{empty}

begin{document}

begin{postscript}
everypsbox{scriptstyle}
begin{alignat*}{7}
x_{1} & = . &: & d_{rnode{d1}{1}1} & & d_{12} & & d_{13} & & d_{14} & & d_{15} & ; & ldots \
x_{2} & = . & & d_{21} & enspace & d_{rnode{d2}{2}2} & & d_{23} & & d_{24} & & d_{25} & & ldots \
x_{3} & = . & & d_{31} & & d_{32} & enspace & d_{ rnode{d3}{3}3} & & d_{34} & & d_{35} & & ldots \
x_{4} & = . & & d_{41} & & d_{42} & & d_{43} & enspace & d_{rnode{d4}{4}4} & & d_{45} & & ldots \
x_{5} & = . & & d_{51} & & d_{52} & & d_{53} & & d_{54} & enspace & d_{rnode{d5}{5}5} & & ldots\[-1.33ex]
makebox*{$x_{5}$}{$ vdots $} & & & & & & & makebox*{$d_{53}$}{$ vdots $} & & & & & enspace & Rnode{dd}{ddots}
end{alignat*}
ncbox[boxsize=0.22, linearc=0.22, linecolor=FireBrick, nodesep=1.5ex, fillstyle=solid, fillcolor=FireBrick!20, opacity=0.3]{d1}{dd}
end{postscript}

end{document}


enter image description here






share|improve this answer













I propose this code, based on alignat and pstricks:



documentclass[11pt, svgnames]{book}

usepackage{amsthm,latexsym,amssymb,amsmath, verbatim}
usepackage{makebox}
usepackage{pst-node, auto-pst-pdf}
pagestyle{empty}

begin{document}

begin{postscript}
everypsbox{scriptstyle}
begin{alignat*}{7}
x_{1} & = . &: & d_{rnode{d1}{1}1} & & d_{12} & & d_{13} & & d_{14} & & d_{15} & ; & ldots \
x_{2} & = . & & d_{21} & enspace & d_{rnode{d2}{2}2} & & d_{23} & & d_{24} & & d_{25} & & ldots \
x_{3} & = . & & d_{31} & & d_{32} & enspace & d_{ rnode{d3}{3}3} & & d_{34} & & d_{35} & & ldots \
x_{4} & = . & & d_{41} & & d_{42} & & d_{43} & enspace & d_{rnode{d4}{4}4} & & d_{45} & & ldots \
x_{5} & = . & & d_{51} & & d_{52} & & d_{53} & & d_{54} & enspace & d_{rnode{d5}{5}5} & & ldots\[-1.33ex]
makebox*{$x_{5}$}{$ vdots $} & & & & & & & makebox*{$d_{53}$}{$ vdots $} & & & & & enspace & Rnode{dd}{ddots}
end{alignat*}
ncbox[boxsize=0.22, linearc=0.22, linecolor=FireBrick, nodesep=1.5ex, fillstyle=solid, fillcolor=FireBrick!20, opacity=0.3]{d1}{dd}
end{postscript}

end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 8 hours ago









BernardBernard

186k7 gold badges84 silver badges220 bronze badges




186k7 gold badges84 silver badges220 bronze badges













  • This is much nicer than I had hoped for! Thank you.

    – mlchristians
    6 hours ago



















  • This is much nicer than I had hoped for! Thank you.

    – mlchristians
    6 hours ago

















This is much nicer than I had hoped for! Thank you.

– mlchristians
6 hours ago





This is much nicer than I had hoped for! Thank you.

– mlchristians
6 hours ago


















draft saved

draft discarded




















































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%2f501734%2fhow-to-create-an-image-for-cantors-diagonal-argument-with-a-diagonal-oval%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

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...