This repository contains comprehensive course materials for graduate-level mathematics, including topics like set theory, real analysis, topology, linear algebra and abstract algebra. The content is structured in TeX documents, which include detailed notes, diagrams, and proofs.
This directory is the core of the repository, featuring detailed documents for various topics in graduate-level mathematics:
grad-math-[n].tex
: Main source files for each topic.grad-math-[n].pdf
: Compiled PDFs from the TeX files.
The grad-math-full
directory contains detailed documents for graduate-level mathematics courses, organized by specific topics in each document:
grad-math-1.tex/pdf: Set Theory I
- Set, Power Set, Cartesian Product
- Union, Intersection, Complement
- Function, Image, Pre-image
- Injection, Surjection, Bijection
- Axiom of Choice
grad-math-2.tex/pdf: Set Theory II
- Relation, Equivalence Relation
- Equivalence Class, Partition
grad-math-3.tex/pdf: Advanced Calculus I
- Boundedness, Supremum and Infimum
- Least Upper Bound Property (Completeness Axiom)
- Well-Ordering Principle and Mathematical Induction
- Archimedean Property
grad-math-4.tex/pdf: Advanced Calculus II
- Convergence of Sequences
- Inequality Rule for Absolute Values
- Limit Theorem (Algebraic Property of Limit of Sequence)
grad-math-5.tex/pdf: Topology I
- Topology and Topological Space
- Open Set
- Continuous Mapping
- Distance Function and Metric Space
- Convergence of Sequences; Continuity of Functions
Each .tex
file is accompanied by a .pdf
version which is the compiled and formatted version of the LaTeX document. These documents provide an in-depth look at the fundamental and advanced topics necessary for graduate-level studies in mathematics.
To compile the documents, you need a TeX distribution such as TeX Live:
- Install TeX Live: Installation Guide.
- Navigate to the desired directory.
- Use the command
pdflatex <file-name.tex>
to compile a file to PDF.
Contributions to the repository are welcome. To contribute:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes.
- Submit a pull request.
This repository is licensed under the MIT License - see the LICENSE file for details.