Daniel Donado – Metric spaces on omega_1 under determinacy

August 24, 2014

Daniel was my first masters student, completing his M.S. in June 2010. I co-advised him together with my friend and colleague Ramiro de la Vega, at the Universidad de los Andes, in Bogota. The following picture is from his Facebook profile.

Daniel Donado

Daniel

Daniel’s thesis, Metric spaces on \omega_1 under the axiom of determinacy (in Spanish), is part of a vastly unexplored field: general topology in the absence of choice.

Work on this area has been mostly about highlighting pathologies, illustrating how vastly different results can be when we keep standard definitions but work in setting where the axiom of choice fails badly. Even in the setting of the real numbers with the standard topology, things may not work as expected: Every set of reals may be Borel (in fact F_{\sigma\sigma}), there may be Borel infinite Dedekind-finite sets, etc. In his PhD thesis at UC Berkeley, Apollo Hogan showed that, instead, we can carry out a systematic and detailed study of general topology if instead of dealing with arbitrary models with absurd failures of choice, we concentrate on settings where the absence of choice is compensated by a rich combinatorial structure. Specifically, Apollo (who was a student at Berkeley at the same time I was there) considered topology under the axiom of determinacy. Daniel’s thesis is a survey of some of the results discovered by Apollo.

Daniel begins by reviewing some of the basic consequences of \mathsf{AD}, the axiom of determinacy. To state \mathsf{AD}, we need to consider certain ideal games between two players, that I will just call I and II. In all these games the format is the same: players I and II alternate with I playing first. In each turn, the corresponding player picks a natural number, repetitions being allowed, and both players having knowledge of all the moves both have made previously. They play for infinitely many rounds. At the end, a sequence of natural numbers \langle n_0,n_1,n_2,\dots\rangle has been produced, with n_0,n_2,n_4,\dots being the numbers picked by player I, and n_1,n_3,\dots being the ones picked by II. We have one of these games for each set A\subseteq\mathbb N^{\mathbb N}, where \mathbb N^{\mathbb N} is the set of all infinite sequences of natural numbers. In the game associated to such an A, player I wins iff the sequence \langle n_0,n_1,n_2,\dots\rangle is in A. Otherwise, player II is the winner.

A strategy \sigma for player I is a function that tells player I what to play each time. Formally, this is just a function from the set of finite sequences of numbers to \mathbb N. A strategy for II is defined similarly. We say that a strategy for I is winning if and only if player I wins the game whenever they play following the strategy. That is, in any such game we have  n_0=\sigma(\langle\rangle), n_2=\sigma(\langle n_1\rangle), n_4=\sigma(\langle n_1,n_3\rangle), etc, and at the end we have that \langle n_0,n_1,n_2,\dots\rangle\in A. Winning strategies for player II are defined similarly. We say that A is determined iff one of the players has a winning strategy.

It is easy to give examples of determined sets A. Using the axiom of choice, we can give examples of undetermined sets, but deep theorems in descriptive set theory indicate that no undetermined set can be particularly simple. For instance, it is a celebrated theorem of Martin that all Borel sets are determined. Here, \mathbb N^{\mathbb N} is made into a topological space by taking the product topology of countably many copies of the discrete set \mathbb N.

The axiom of determinacy is the statement that all A\subseteq \mathbb N^{\mathbb N} are determined. In particular, this statement contradicts the axiom of choice. See here for slides of a talk I gave a few years ago containing a quick introduction to the subject.

The short remainder of this post (after the fold) is by necessity more technical.

Read the rest of this entry »

Advertisement

287 Communication in the mathematical sciences – Syllabus

August 24, 2014

Instructor: Andrés E. Caicedo
Fall 2014

Time: MW 1:30-2:45 pm.
Place: Mathematics building, Room 139.

This class satisfies the CID requirement in mathematics.

Contact Information

  • Office: 239-A Mathematics building.
  • Phone number: (208)-426-1116. (Not very efficient.)
  • Office Hours: W 12:00-1:15 pm. (Or by appointment.)
  • Email: caicedo@math.boisestate.edu

Textbook

MR1443666
Mount Holyoke College
Laboratories in mathematical experimentation. A bridge to higher mathematics.
Textbooks in Mathematical Sciences. Springer-Verlag, New York, 1997. xx+278 pp.
ISBN: 0-387-94922-4.

Contents (Thanks to Samuel Coskey for suggestions)

The course decription at the Department’s site describes this course as follows:

Integrates mathematics content with the opportunity to develop proof writing and communication skills important in the mathematical sciences. Content is drawn from discrete and foundational math and elementary analysis. Introduction to and engagement with written and verbal communication practices characteristic to mathematical sciences. Introduction to and use of technologies that support communication in the mathematical sciences.

Following up on the theme introduced in Math 187, this course will help you transition from computational to proof-based mathematics. Skill at computations is of course still essential. However, in deeper mathematical study, we ask broader questions, and require that the answers be justified by proofs. In this course we will practice proving theorems, and along the way we will participate in the whole mathematical process.

A key realization is that, in actual mathematical research, we are not told what statement to prove, but must instead ask good questions and investigate them methodically. Even if there is a statement we are interested in, we typically do not know whether it is indeed true. In this class we will get practical experience in discovery, conjecture, and exposition of mathematical truth. We will learn to gather data to inform our conjectures, usually with the aid of a computer program. In the process we will learn to distinguish between evidence and proof, and to use both in support of our statements.

In most classes, you are expected to work individually and you are assessed in a timed environment. In a CID course such as this one, we focus instead on the activities that actually take place in the discipline: collaboration with our peers, writing research papers, attending and giving talks, and so on.  Accordingly, we will take a look at some of the key technologies that mathematicians use to carry out and share their work. There are many mathematical programming languages, but we will use Sage. We will typeset papers in LaTeX, and presentations in Beamer.

LaTeX

Please visit Sharelatex, where you can start practicing right away and work in groups. LaTeX has been the primary tool for the dissemination of mathematics (and many other sciences, take a look at the ArXiv to get an idea of how widely used the program is), and it has been so for almost 35 years, even though it has changed very little in that time. It is important to master the LaTeX system, since the language it provides for expressing mathematics will certainly be the standard for many years to come. MathJax and other technologies are expected to eventually replace LaTeX as the standard, but for the time being, knowing it is essential. for instance, Scott Aaronson lists as the first of his Ten Signs a Claimed Mathematical Breakthrough is Wrong that the authors do not use (La)TeX.

LaTeX is available as free software, and abundant documentation exists. A few useful references are The (not so) short introduction to LaTeX, the NASA guide to LaTeX commands, and The comprehensive LaTeX symbol list. I recommend that you also bookmark and visit frequently the Q&A site on Stack Exchange.

Beamer

Beamer is a LaTeX documentclass designed especially for creating powerpoint-style presentations. The output is a pdf file that you can click through page-by-page while you speak. In the code, you simply enclose each slide within \begin{frame}{My Title} and \end{frame}. Inside, simply use the LaTeX commands that you are used to. The ultimate Beamer reference is the full user guide, but this may contain too much information, and to get started the less intimidating short intro (and its source) may be more useful.

Sage and python

Sage is a computer algebra system and programming language. In the long term, knowing it may be just as important and useful if not more than knowing LaTeX. While you are welcome to use any language you prefer, I recommend Sage because it is free to use online, and has been developed as open source software from the beginning. The recently developed Sage Cloud makes its use even more convenient.

When getting started, check out the guided tour or the introductory video series. There is also a nice web site for the nuts and bolts of Python at learnpython. You can start using Sage very quickly by logging into sagenb.org using your google mail account.

Grading

Your grade will be based on your in-class work, your written reports, and short oral presentations.

All of your time in-class will be devoted to our research projects. Come to class every day prepared to listen, think, and discuss mathematics with your group. Buy a notebook just for Math 287 and keep careful track of your thoughts and data. Assign yourself homework each class so you can bring new ideas to the next meeting. Since attendance and participation are crucial to your success, absences will lower your grade rapidly. [Documented absences are always excused, and you may have one or two free unexplained absences.]

At the end of each unit you will turn in a written article called a “lab report” that summarizes and explains the results of your activities. The majority of your grade will be based on these reports, each of which receives a letter grade.

You will also be asked to give several (typically very short) presentations on your work, individually or as a group. In total, these will be worth about the same as a lab report.

Further details will be provided once we get started.

Additional information will be posted in this blog, and students are encouraged to use the comments feature. Please use full names, which will simplify my life filtering spam out.

On occasion, I post links to supplementary material on Google+ and Twitter.


414/514 Advanced Analysis (Analysis I) – Syllabus

August 20, 2014

Instructor: Andrés E. Caicedo
Fall 2014

Time: MWF 10:30-11:45 am.
Place: Mathematics building, Room 139.

Contact Information

  • Office: 239-A Mathematics building.
  • Phone number: (208)-426-1116. (Not very efficient.)
  • Office Hours: W 12:00-1:15 pm. (Or by appointment.)
  • Email: caicedo@math.boisestate.edu

Text
We will use three textbooks and complement with papers and handouts for topics not covered there.

  • MR1886084 (2003e:00005).
    Pugh, Charles Chapman
    Real mathematical analysis.
    Undergraduate Texts in Mathematics. Springer-Verlag, New York, 2002. xii+437 pp.
    ISBN: 0-387-95297-7.
  • MR0655599 (83j:26001).
    van Rooij, A. C. M.; Schikhof, W. H.
    A second course on real functions.
    Cambridge University Press, Cambridge-New York, 1982. xiii+200 pp.
    ISBN: 0-521-23944-3; 0-521-28361-2.
  • MR1996162. See also MR0169961 (30 #204).
    Gelbaum, Bernard R.; Olmsted, John M. H.
    Counterexamples in analysis.
    Corrected reprint of the second (1965) edition. Dover Publications, Inc., Mineola, NY, 2003. xxiv+195 pp.
    ISBN: 0-486-42875-3.

The book by van Rooij and Schikhof will be our primary reference, supplemented naturally by the Counterexamples book.  The book assumes some knowledge beyond what is covered in our undergraduate course Math 314: Foundations of Analysis, and does not cover the theory in dimension n>1; for these topics, we will follow Pugh’s text.

Contents
Math 414/514 covers Analysis on Euclidean spaces ({\mathbb R}^n) with emphasis on the theory in dimension one. The approach is theoretical, as opposed to the more computational approach of calculus, and a certain degree of mathematical maturity is required. The course is cross-listed, and accordingly the level will be aimed at beginning graduate students.

From the Course Description on the Department’s site:

Introduction to fundamental elements of analysis on Euclidean spaces including the basic differential and integral calculus. Topics include: infinite series, sequences and series of function, uniform convergence, theory of integration, implicit function theorem and applications.

Here is a short list of topics we expect to cover. This list may change based on students’ interest:

  1. Set theoretic preliminaries.
    • Cantor’s approach to infinite cardinalities. Countable vs. uncountable sets. Sets of size continuum. The Bernstein-Cantor-Schröder theorem.
    • The axiom of choice. Zorn’s lemma. Countable and dependent choice.
    • Transfinite recursion. The first uncountable ordinal \omega_1.
  2. Axiomatization and construction of the set of reals.
    • The least upper bound property; uniqueness of \mathbb R up to isomorphism.
    • Dedekind cuts, and complete orders.
    • Metric spaces, and Cauchy completions. Banach contraction mapping theorem.
  3. Topology on \mathbb R.
    • Open and closed sets. Compact sets and Cantor sets. Baire space.
    • Borel sets. Analytic sets.
    • Notions of smallness.
      • Meagerness and the Baire category theorem. The Baire-Cantor stationary principle.
      • Sets of Jordan content zero and of measure zero.
      • Introduction to the theory of strong measure zero sets.
  4. Continuity.
    • Sets of discontinuity of functions.
    • Monotonicity. Functions of bounded variation.
  5. Differentiability.
    • The problem of characterizing derivatives. Baire class one functions. The intermediate value property. Sets of continuity of derivatives.
    • The mean value theorem. L’Hôpital’s rule.
    • The dynamics of Newton’s method.
    • The Baire hierarchy of functions.
    • Continuous nowhere differentiable functions.
  6. Power series.
    • Real analytic functions. Taylor series.
    • C^\infty functions. Zahorsky’s characterization of the sets of points where a C^\infty function fails to be analytic.
  7. Integration.
    • Riemann integration. Lebesgue’s characterization of Riemann integrability.
    • Weierstraß approximation theorem.
    • Lebesgue integration. The fundamental theorem of calculus.
    • The Henstock-Kurzweil integral. Denjoy’s approach to reconstructing primitives.
  8. Introduction to multivariable calculus.
    • (Frechet) derivatives.
    • The inverse and implicit function theorems.

Grading

Based on homework. No late homework is allowed. Collaboration is encouraged, although students must turn in their own version of the solutions, and give credit to books/websites/… that were consulted and people with whom the problems where discussed.

There will be no exams. However, an important component of being proficient in mathematics is a certain amount of mental agility in recalling notions and basic arguments. I plan to assess these by requesting oral presentations of solutions to some of the homework problems throughout the term. If I find the students lacking here, it will be necessary to have an exam or two. The final exam is currently scheduled for Wednesday, December 17, 2014, 12:00-2:00 pm.

Additional information will be posted in this blog, and students are encouraged to use the comments feature. Please use full names, which will simplify my life filtering spam out.

On occasion, I post links to supplementary material on Google+ and Twitter.

Pdf version of this post.