Primality testing for beginners:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Providence, RI
American Math. Soc.
2014
|
Schriftenreihe: | Student mathematical library
70 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 233 - 236 |
Beschreibung: | XII, 244 S. |
ISBN: | 9780821898833 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV041587736 | ||
003 | DE-604 | ||
005 | 20140327 | ||
007 | t | ||
008 | 140124s2014 xxu |||| 00||| eng d | ||
010 | |a 013032423 | ||
020 | |a 9780821898833 |9 978-0-8218-9883-3 | ||
035 | |a (OCoLC)870208067 | ||
035 | |a (DE-599)BVBBV041587736 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-20 |a DE-83 | ||
050 | 0 | |a QA241 | |
082 | 0 | |a 512.7/2 |2 23 | |
084 | |a SK 180 |0 (DE-625)143222: |2 rvk | ||
084 | |a 11Y11 |2 msc | ||
100 | 1 | |a Rempe-Gillen, Lasse |d 1978- |e Verfasser |0 (DE-588)124924131 |4 aut | |
240 | 1 | 0 | |a Primzahltests für Einsteiger |
245 | 1 | 0 | |a Primality testing for beginners |c Lasse Rempe-Gillen ; Rebecca Waldecker |
264 | 1 | |a Providence, RI |b American Math. Soc. |c 2014 | |
300 | |a XII, 244 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Student mathematical library |v 70 | |
500 | |a Literaturverz. S. 233 - 236 | ||
650 | 7 | |a Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) |2 msc | |
650 | 7 | |a Number theory ... Research exposition (monographs, survey articles) |2 msc | |
650 | 7 | |a Number theory ... Elementary number theory ... Elementary number theory |2 msc | |
650 | 7 | |a Number theory ... Computational number theory ... Primality |2 msc | |
650 | 7 | |a Number theory ... Computational number theory ... Algorithms; complexity |2 msc | |
650 | 4 | |a Number theory | |
650 | 4 | |a Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) | |
650 | 4 | |a Number theory ... Research exposition (monographs, survey articles) | |
650 | 4 | |a Number theory ... Elementary number theory ... Elementary number theory | |
650 | 4 | |a Number theory ... Computational number theory ... Primality | |
650 | 4 | |a Number theory ... Computational number theory ... Algorithms; complexity | |
650 | 0 | 7 | |a Algorithmus |0 (DE-588)4001183-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Kryptologie |0 (DE-588)4033329-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Primzahltest |0 (DE-588)4704538-3 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Primzahltest |0 (DE-588)4704538-3 |D s |
689 | 0 | 1 | |a Algorithmus |0 (DE-588)4001183-5 |D s |
689 | 0 | 2 | |a Kryptologie |0 (DE-588)4033329-2 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Waldecker, Rebecca |d 1979- |e Verfasser |0 (DE-588)132966824 |4 aut | |
830 | 0 | |a Student mathematical library |v 70 |w (DE-604)BV013184751 |9 70 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027032861&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-027032861 |
Datensatz im Suchindex
_version_ | 1804151779836821504 |
---|---|
adam_text | Titel: Primality testing for beginners
Autor: Rempe-Gillen, Lasse
Jahr: 2014
Contents
Preface xi
Introduction 1
Part 1. Foundations
Chapter 1. Natural numbers and primes 13
§1.1. The natural numbers 13
§1.2. Divisibility and primes 26
§1.3. Prime factor decomposition 31
§1.4. The Euclidean algorithm 35
§1.5. The Sieve of Eratosthenes 39
§1.6. There are infimtely many primes 41
Further reading 42
Chapter 2. Algorithms and complexity 43
§2.1. Algorithms 43
§2.2. Decidable and undecidable problems 52
§2.3. Complexity of algorithms and the class P 57
§2.4. The class NP 68
viii Contents
§2.5. Randomized algorithms 73
Further reading 81
Chapter 3. Foundations of number theory 83
§3.1. Modular arithmetic 84
§3.2. Fermat s Little Theorem 94
§3.3. A first primality test 104
§3.4. Polynomials 107
§3.5. Polynomials and modular arithmetic 120
Further reading 127
Chapter 4. Prime numbers and cryptography 129
§4.1. Cryptography 129
§4.2. RSA 132
§4.3. Distribution of primes 136
§4.4. Proof of the weak prime number theorem 139
§4.5. Randomized primality tests 143
Further reading 150
Part 2. The AKS Algorithm
Chapter 5. The starting point: Fermat for polynomials 153
§5.1. A generalization of Fermat s Theorem 153
§5.2. The idea of the AKS algorithm 159
§5.3. The Agrawal-Biswas test 163
Chapter 6. The theorem of Agrawal, Kayal, and Saxena 169
§6.1. Statement of the theorem 170
§6.2. The idea of the proof 171
§6.3. The number of polynomials in V 173
§6.4. Cyclotomic polynomials 178
Contents ix
Chapter 7. The algorithm 183
§7.1. How quickly does the order of n modulo r grow? 183
§7.2. The algorithm of Agrawal, Kayal, and Saxena 186
§7.3. Further comments 189
Further reading 192
Appendix A. Open questions 193
Further reading 205
Appendix B. Solutions and comments to important exercises 207
Bibliography 233
List of Symbols 237
Index 239
|
any_adam_object | 1 |
author | Rempe-Gillen, Lasse 1978- Waldecker, Rebecca 1979- |
author_GND | (DE-588)124924131 (DE-588)132966824 |
author_facet | Rempe-Gillen, Lasse 1978- Waldecker, Rebecca 1979- |
author_role | aut aut |
author_sort | Rempe-Gillen, Lasse 1978- |
author_variant | l r g lrg r w rw |
building | Verbundindex |
bvnumber | BV041587736 |
callnumber-first | Q - Science |
callnumber-label | QA241 |
callnumber-raw | QA241 |
callnumber-search | QA241 |
callnumber-sort | QA 3241 |
callnumber-subject | QA - Mathematics |
classification_rvk | SK 180 |
ctrlnum | (OCoLC)870208067 (DE-599)BVBBV041587736 |
dewey-full | 512.7/2 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 512 - Algebra |
dewey-raw | 512.7/2 |
dewey-search | 512.7/2 |
dewey-sort | 3512.7 12 |
dewey-tens | 510 - Mathematics |
discipline | Mathematik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02808nam a2200625 cb4500</leader><controlfield tag="001">BV041587736</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20140327 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">140124s2014 xxu |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">013032423</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780821898833</subfield><subfield code="9">978-0-8218-9883-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)870208067</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV041587736</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA241</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">512.7/2</subfield><subfield code="2">23</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SK 180</subfield><subfield code="0">(DE-625)143222:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">11Y11</subfield><subfield code="2">msc</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Rempe-Gillen, Lasse</subfield><subfield code="d">1978-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)124924131</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">Primzahltests für Einsteiger</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Primality testing for beginners</subfield><subfield code="c">Lasse Rempe-Gillen ; Rebecca Waldecker</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Providence, RI</subfield><subfield code="b">American Math. Soc.</subfield><subfield code="c">2014</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 244 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Student mathematical library</subfield><subfield code="v">70</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Literaturverz. S. 233 - 236</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Number theory ... Instructional exposition (textbooks, tutorial papers, etc.)</subfield><subfield code="2">msc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Number theory ... Research exposition (monographs, survey articles)</subfield><subfield code="2">msc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Number theory ... Elementary number theory ... Elementary number theory</subfield><subfield code="2">msc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Number theory ... Computational number theory ... Primality</subfield><subfield code="2">msc</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Number theory ... Computational number theory ... Algorithms; complexity</subfield><subfield code="2">msc</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Number theory</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Number theory ... Instructional exposition (textbooks, tutorial papers, etc.)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Number theory ... Research exposition (monographs, survey articles)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Number theory ... Elementary number theory ... Elementary number theory</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Number theory ... Computational number theory ... Primality</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Number theory ... Computational number theory ... Algorithms; complexity</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kryptologie</subfield><subfield code="0">(DE-588)4033329-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Primzahltest</subfield><subfield code="0">(DE-588)4704538-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Primzahltest</subfield><subfield code="0">(DE-588)4704538-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Algorithmus</subfield><subfield code="0">(DE-588)4001183-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Kryptologie</subfield><subfield code="0">(DE-588)4033329-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Waldecker, Rebecca</subfield><subfield code="d">1979-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)132966824</subfield><subfield code="4">aut</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Student mathematical library</subfield><subfield code="v">70</subfield><subfield code="w">(DE-604)BV013184751</subfield><subfield code="9">70</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027032861&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-027032861</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV041587736 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T01:00:15Z |
institution | BVB |
isbn | 9780821898833 |
language | English |
lccn | 013032423 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-027032861 |
oclc_num | 870208067 |
open_access_boolean | |
owner | DE-20 DE-83 |
owner_facet | DE-20 DE-83 |
physical | XII, 244 S. |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | American Math. Soc. |
record_format | marc |
series | Student mathematical library |
series2 | Student mathematical library |
spelling | Rempe-Gillen, Lasse 1978- Verfasser (DE-588)124924131 aut Primzahltests für Einsteiger Primality testing for beginners Lasse Rempe-Gillen ; Rebecca Waldecker Providence, RI American Math. Soc. 2014 XII, 244 S. txt rdacontent n rdamedia nc rdacarrier Student mathematical library 70 Literaturverz. S. 233 - 236 Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) msc Number theory ... Research exposition (monographs, survey articles) msc Number theory ... Elementary number theory ... Elementary number theory msc Number theory ... Computational number theory ... Primality msc Number theory ... Computational number theory ... Algorithms; complexity msc Number theory Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) Number theory ... Research exposition (monographs, survey articles) Number theory ... Elementary number theory ... Elementary number theory Number theory ... Computational number theory ... Primality Number theory ... Computational number theory ... Algorithms; complexity Algorithmus (DE-588)4001183-5 gnd rswk-swf Kryptologie (DE-588)4033329-2 gnd rswk-swf Primzahltest (DE-588)4704538-3 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Primzahltest (DE-588)4704538-3 s Algorithmus (DE-588)4001183-5 s Kryptologie (DE-588)4033329-2 s DE-604 Waldecker, Rebecca 1979- Verfasser (DE-588)132966824 aut Student mathematical library 70 (DE-604)BV013184751 70 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027032861&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Rempe-Gillen, Lasse 1978- Waldecker, Rebecca 1979- Primality testing for beginners Student mathematical library Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) msc Number theory ... Research exposition (monographs, survey articles) msc Number theory ... Elementary number theory ... Elementary number theory msc Number theory ... Computational number theory ... Primality msc Number theory ... Computational number theory ... Algorithms; complexity msc Number theory Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) Number theory ... Research exposition (monographs, survey articles) Number theory ... Elementary number theory ... Elementary number theory Number theory ... Computational number theory ... Primality Number theory ... Computational number theory ... Algorithms; complexity Algorithmus (DE-588)4001183-5 gnd Kryptologie (DE-588)4033329-2 gnd Primzahltest (DE-588)4704538-3 gnd |
subject_GND | (DE-588)4001183-5 (DE-588)4033329-2 (DE-588)4704538-3 (DE-588)4123623-3 |
title | Primality testing for beginners |
title_alt | Primzahltests für Einsteiger |
title_auth | Primality testing for beginners |
title_exact_search | Primality testing for beginners |
title_full | Primality testing for beginners Lasse Rempe-Gillen ; Rebecca Waldecker |
title_fullStr | Primality testing for beginners Lasse Rempe-Gillen ; Rebecca Waldecker |
title_full_unstemmed | Primality testing for beginners Lasse Rempe-Gillen ; Rebecca Waldecker |
title_short | Primality testing for beginners |
title_sort | primality testing for beginners |
topic | Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) msc Number theory ... Research exposition (monographs, survey articles) msc Number theory ... Elementary number theory ... Elementary number theory msc Number theory ... Computational number theory ... Primality msc Number theory ... Computational number theory ... Algorithms; complexity msc Number theory Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) Number theory ... Research exposition (monographs, survey articles) Number theory ... Elementary number theory ... Elementary number theory Number theory ... Computational number theory ... Primality Number theory ... Computational number theory ... Algorithms; complexity Algorithmus (DE-588)4001183-5 gnd Kryptologie (DE-588)4033329-2 gnd Primzahltest (DE-588)4704538-3 gnd |
topic_facet | Number theory ... Instructional exposition (textbooks, tutorial papers, etc.) Number theory ... Research exposition (monographs, survey articles) Number theory ... Elementary number theory ... Elementary number theory Number theory ... Computational number theory ... Primality Number theory ... Computational number theory ... Algorithms; complexity Number theory Algorithmus Kryptologie Primzahltest Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027032861&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV013184751 |
work_keys_str_mv | AT rempegillenlasse primzahltestsfureinsteiger AT waldeckerrebecca primzahltestsfureinsteiger AT rempegillenlasse primalitytestingforbeginners AT waldeckerrebecca primalitytestingforbeginners |