From 70f5179d92820a43cebc6982a71dcedcc648ed73 Mon Sep 17 00:00:00 2001 From: Kevin Buzzard Date: Thu, 14 Dec 2023 22:49:13 +0000 Subject: [PATCH] Add bibliography --- blueprint/src/FLT.bib | 65 ++++++++++++++++++++++++++++++++ blueprint/src/chapter/biblio.tex | 4 ++ blueprint/src/content.tex | 1 + 3 files changed, 70 insertions(+) create mode 100644 blueprint/src/FLT.bib create mode 100644 blueprint/src/chapter/biblio.tex diff --git a/blueprint/src/FLT.bib b/blueprint/src/FLT.bib new file mode 100644 index 00000000..56054de5 --- /dev/null +++ b/blueprint/src/FLT.bib @@ -0,0 +1,65 @@ +@article {mazur, + AUTHOR = {Mazur, B.}, + TITLE = {Modular curves and the {E}isenstein ideal}, + NOTE = {With an appendix by Mazur and M. Rapoport}, + JOURNAL = {Inst. Hautes \'{E}tudes Sci. Publ. Math.}, + FJOURNAL = {Institut des Hautes \'{E}tudes Scientifiques. Publications + Math\'{e}matiques}, + NUMBER = {47}, + YEAR = {1977}, + PAGES = {33--186}, + ISSN = {0073-8301,1618-1913}, + MRCLASS = {14G25 (10D05)}, + MRNUMBER = {488287}, +MRREVIEWER = {M.\ Ohta}, + URL = {http://www.numdam.org/item?id=PMIHES_1977__47__33_0}, +} +@article {serreconj, + AUTHOR = {Serre, Jean-Pierre}, + TITLE = {Sur les repr\'{e}sentations modulaires de degr\'{e} {$2$} de + {$\roman{Gal}(\overline{\bold{Q}}/\bold{Q})$}}, + JOURNAL = {Duke Math. J.}, + FJOURNAL = {Duke Mathematical Journal}, + VOLUME = {54}, + YEAR = {1987}, + NUMBER = {1}, + PAGES = {179--230}, + ISSN = {0012-7094,1547-7398}, + MRCLASS = {11F11 (11G05 14G15 14G25 14K15)}, + MRNUMBER = {885783}, +MRREVIEWER = {M.\ A.\ Kenku}, + DOI = {10.1215/S0012-7094-87-05413-5}, + URL = {https://doi.org/10.1215/S0012-7094-87-05413-5}, +} +@article {WilesFLT, + AUTHOR = {Wiles, Andrew}, + TITLE = {Modular elliptic curves and {F}ermat's last theorem}, + JOURNAL = {Ann. of Math. (2)}, + FJOURNAL = {Annals of Mathematics. Second Series}, + VOLUME = {141}, + YEAR = {1995}, + NUMBER = {3}, + PAGES = {443--551}, + ISSN = {0003-486X,1939-8980}, + MRCLASS = {11G05 (11D41 11F11 11F80 11G18)}, + MRNUMBER = {1333035}, +MRREVIEWER = {Karl\ Rubin}, + DOI = {10.2307/2118559}, + URL = {https://doi.org/10.2307/2118559}, +} +@article {Taylor-Wiles, + AUTHOR = {Taylor, Richard and Wiles, Andrew}, + TITLE = {Ring-theoretic properties of certain {H}ecke algebras}, + JOURNAL = {Ann. of Math. (2)}, + FJOURNAL = {Annals of Mathematics. Second Series}, + VOLUME = {141}, + YEAR = {1995}, + NUMBER = {3}, + PAGES = {553--572}, + ISSN = {0003-486X,1939-8980}, + MRCLASS = {11G18 (11D41 11F11 11R34 13C40)}, + MRNUMBER = {1333036}, +MRREVIEWER = {Karl\ Rubin}, + DOI = {10.2307/2118560}, + URL = {https://doi.org/10.2307/2118560}, +} \ No newline at end of file diff --git a/blueprint/src/chapter/biblio.tex b/blueprint/src/chapter/biblio.tex new file mode 100644 index 00000000..35d32319 --- /dev/null +++ b/blueprint/src/chapter/biblio.tex @@ -0,0 +1,4 @@ +\bibliographystyle{plain} % We choose the "plain" reference style +\bibliography{FLT} + + diff --git a/blueprint/src/content.tex b/blueprint/src/content.tex index 90f1e12f..4444586b 100644 --- a/blueprint/src/content.tex +++ b/blueprint/src/content.tex @@ -2,3 +2,4 @@ \input{chapter/introduction} \input{chapter/reductions} +\input{chapter/biblio}