Skip to content

Commit 7daf163

Browse files
author
luifrancgom
committed
adding files related to references
1 parent 8246635 commit 7daf163

File tree

5 files changed

+1722
-1
lines changed

5 files changed

+1722
-1
lines changed

_quarto.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ book:
4747
- chapter_23.qmd
4848
- chapter_24.qmd
4949
- chapter_25.qmd
50+
- references.qmd
5051

5152
format:
5253
html:
@@ -80,6 +81,9 @@ format:
8081
classoption: [headsepline=true, pagesize=auto]
8182
papersize: b5
8283
indent: true
84+
# references
85+
link-citations: true
86+
link-bibliography: true
8387
# includes
8488
include-in-header:
8589
- file: partials/latex/header.tex
@@ -92,6 +96,10 @@ format:
9296
# keep-md: true
9397
# keep-tex: true
9498

99+
# citations
100+
bibliography: references/halmos_naive_set_theory_quarto.bib
101+
csl: references/apa_7ed.csl
102+
95103
# Partial solution to include axioms
96104
crossref:
97105
cnj-title: Axiom

preface.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Every mathematician agrees that every mathematician must know some set theory; the disagreement begins in trying to decide how much is some. This book contains my answer to that question. The purpose of the book is to tell the beginning student of advanced mathematics the basic set-theoretic facts of life, and to do so with the minimum of philosophical discourse and logical formalism. The point of view throughout is that prospective mathematician anxious to study groups, or integrals, or manifolds. From this point of view the concepts and methods of this book are merely some of the standard mathematical tools; the expert specialist will find nothing new here.
44

5-
Scholarly bibliographical credits and references are out of place in a purely expository book such as this one. The student who gets interested in set theory for its own sake should know, bowever, that there is much more to the subject than there is in this book. One of the most beautiful sources of set-theoretic wisdom is still Hausdorff's *Set theory*. A recent and highly readable addition to the literature, with an extensive and up-to-date bibliography, is *Axiomatic set theory* by Suppes.
5+
Scholarly bibliographical credits and references are out of place in a purely expository book such as this one. The student who gets interested in set theory for its own sake should know, bowever, that there is much more to the subject than there is in this book. One of the most beautiful sources of set-theoretic wisdom is still Hausdorff's *Set theory*. A recent and highly readable addition to the literature, with an extensive and up-to-date bibliography, is *Axiomatic set theory* by Suppes [@suppes_axiomatic_1960].
66

77
In set theory "naive" and "axiomatic" are contrasting words. The present treatment might best be described as axiomatic set theory from the naive point of view. It is axiomatic in that some axioms for set theory are stated and used as the basis of all subsequent proofs. It is naive in that the language and notation are those of ordinary informal (but formalizable) mathematics. A more important way in which the naive point view predominates is that set theory is regarded as a body of facts, of which the axioms are a brief and convenient summary; in the orthodox axiomatic view the logical relations among various axioms are the central objects of study. Analogously, a study of geometry might be regarded purely naive if it proceeded on the paper-folding kind of intuition alone; the other extreme, the purely axiomatic one, is the one in which axioms for the various non-Euclidean geometries are studied with the same amount of attention as Euclid's. The analogue of the point of view of this book is the study of just one sane set of axioms with the intention of describing Euclidean geometry only.
88

references.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# References {.unnumbered}
2+
3+
::: {#refs}
4+
:::
5+

0 commit comments

Comments
 (0)