Skip to content

Complete University Mathematics Study Guide

flowchart TD
A[Hub] --> B[Key Concepts]
A --> C[Core Principles]
A --> D[Practical Applications]
B --> E[Fundamental definitions]
C --> F[Design patterns]
D --> G[Real-world usage]

University mathematics is fundamentally different from computational mathematics. It asks not “what is the answer?” but “why must this be true, and what would have to change for it to be false?” This shift — from computation to proof — is what transforms a collection of facts into genuine mathematical understanding.

This hub page maps every resource on this site. The prerequisite map shows you exactly how the subjects connect, so you can study in the right order and build understanding that compounds. Each section includes definitions, theorems, worked examples, common pitfalls, and practice problems.


Mathematics is cumulative. Each subject builds on the ones before it. The following map shows the dependencies — study the listed prerequisites before attempting a subject.

Linear Algebra ←────────────────────────────────────────────────┐
│ │
├── Abstract Algebra (groups, rings, fields) │
│ └── Galois Theory │
│ │
├── Real Analysis (ε-δ, sequences, continuity) │
│ ├── Multivariable Calculus (partial derivatives) │
│ │ └── Differential Geometry (manifolds) │
│ ├── Complex Analysis (analytic functions) │
│ └── Measure Theory (Lebesgue integration) │
│ └── Functional Analysis (Banach spaces) │
│ │
├── ODEs (first-order, second-order, Laplace) │
│ └── PDEs (Fourier series, separation of variables) │
│ │
├── Number Theory (divisibility, primes, congruences) │
│ │
├── Probability (random variables, distributions) │
│ └── Measure Theory (probability spaces) │
│ │
└── Topology (open sets, compactness, connectedness) │
└── Functional Analysis (topological vector spaces) │
Your BackgroundStart Here
Just finished high schoolLinear Algebra — the most broadly applicable subject
Comfortable with proofsReal Analysis — the foundation of rigorous mathematics
Interested in algebraAbstract Algebra — groups, rings, and fields
Need calculus for physicsMultivariable Calculus — practical and immediately useful
Interested in applied mathsODEs — the language of dynamical systems

Abstract algebra studies algebraic structures — groups, rings, fields, and their homomorphisms. It reveals the architecture of mathematical objects by focusing on their symmetries and operations rather than their specific elements.


Linear algebra is the most widely applied area of mathematics. It handles vector spaces, linear maps, eigenvalues, and inner product spaces — tools used in data science, quantum mechanics, computer graphics, and virtually every branch of applied mathematics.


Real analysis provides the rigorous foundation for calculus. The ε-δ framework formalises limits, continuity, differentiation, and integration on the real line. This is where you learn to prove the theorems that calculus takes for granted.


Multivariable calculus extends single-variable calculus to functions of several variables. Partial derivatives, multiple integrals, and vector calculus theorems (Green’s, Stokes’, and Gauss’) provide the mathematical tools for physics and engineering.


ODEs describe how quantities change in relation to each other — the language of dynamical systems, population models, electrical circuits, and mechanical vibrations. The course covers solution techniques, stability analysis, and an introduction to partial differential equations.


Complex analysis studies functions of a complex variable. The central result — differentiability once implies infinite differentiability — makes complex analysis the most elegant branch of analysis. It provides powerful tools for evaluating real integrals and understanding analytic continuation.


Number theory studies the properties of integers — divisibility, primes, congruences, and Diophantine equations. It is both one of the oldest branches of mathematics and one with profound modern applications in cryptography and coding theory.

  • Number Theory — Euclidean algorithm, fundamental theorem of arithmetic, modular arithmetic, Fermat’s little theorem, and Euler’s theorem

Probability theory provides the mathematical framework for uncertainty. Starting from axiomatic probability, it builds through random variables, distributions, and limit theorems to the measure-theoretic foundations used in modern statistics and stochastic processes.


Topology generalises continuity and convergence beyond metric spaces. It studies the properties of spaces that are preserved under continuous deformations — connectivity, compactness, and the fundamental group. Topology is the language of modern geometry and analysis.


Measure theory extends integration beyond the Riemann integral. The Lebesgue integral handles a far wider class of functions and provides the rigorous foundation for probability theory, Fourier analysis, and functional analysis.


Functional analysis extends linear algebra to infinite-dimensional vector spaces — function spaces. It provides the mathematical framework for quantum mechanics, partial differential equations, and signal processing.


Differential geometry studies smooth manifolds and geometric structures on them — curvature, connections, and geodesics. It connects calculus to geometry, enabling the study of curved spaces that appear in general relativity and modern geometry.



Mathematics provides the foundations for physics and applied fields:

  • University Physics — mechanics, electromagnetism, quantum mechanics, and thermal physics: the primary consumers of mathematical tools
  • C++ Programming — numerical methods, computational geometry, and scientific computing
  • IB Mathematics — IB-level mathematics at SL and HL
  • DSE Mathematics — secondary-level mathematics for the Hong Kong DSE

Proof-based mathematics requires mastery of several proof strategies. Knowing which technique to reach for is the core skill of mathematical reasoning.

TechniqueWhen to UseExample
Direct proofImplication P ⇒ Q”If n is even, then n² is even”
ContrapositiveEasier to prove ¬Q ⇒ ¬P”If n² is odd, then n is odd”
ContradictionAssume ¬P, derive contradictionIrrationality of √2
InductionStatement about natural numbersΣi = n(n+1)/2
ConstructionExistence proof”There exist infinitely many primes”
Case analysisStatement splits into cases”Every integer is even or odd”
  1. State what you are proving clearly — rephrase the theorem in your own words
  2. Identify the hypothesis and conclusion — know what you are given and what you must show
  3. Work backwards from the conclusion — what would you need to prove the final statement?
  4. Use definitions — every proof starts with what you know by definition
  5. Be precise — every step must follow logically from the previous one
  6. Check edge cases — does the proof work for n = 0, n = 1, negative numbers, etc.?

If you are new to proof-based mathematics, start with Linear Algebra — it is the most broadly applicable and has the gentlest learning curve. If you are already comfortable with proofs, start with Real Analysis for the foundations of rigorous calculus, or Abstract Algebra for algebraic structures.

Each subject requires approximately 6–8 weeks of focused study at a university pace. This means reading the notes, working through the examples, and completing the problem sets. Do not rush — mathematics is cumulative, and weak foundations create problems later.

Yes. Each section includes definitions, theorems, proofs, worked examples, and common pitfalls. Work through the examples with paper and pen — do not just read them. Then attempt the problem sets to test your understanding.

What is the difference between these notes and a textbook?

Section titled “What is the difference between these notes and a textbook?”

These notes follow the standard university curriculum and cover the same material as textbooks like Artin (Algebra), Rudin (Analysis), or Axler (Linear Algebra). They are designed as a complement to — not a replacement for — a full textbook. Use them for quick reference, review, and additional examples.

Practice. Read proofs in the notes, then try to reproduce them from memory. Attempt the problem sets without looking at solutions. Discuss proofs with other students. The ability to write proofs develops through active practice, not passive reading.

It depends on your goals. If you are studying physics, you need linear algebra, ODEs, real analysis, complex analysis, and differential geometry. If you are studying computer science, you need linear algebra, probability, and discrete mathematics (covered in ODEs). If you are studying pure mathematics, you need all of them.


Last updated: 24 July 2026

Written by Wyatt. For questions or feedback, visit wyattau.com.