Skip to content
GRE Math overview

Public topic · GRE Math

Real Analysis Domain Guide

Completeness, sequences, uniform versus pointwise convergence, continuity theorems, and the counting and probability rules the GRE Mathematics Test groups with them — taught through the counterexamples that decide the questions.

Concise answer

Real analysis asks whether the properties you rely on actually survive a limit. Completeness of R\mathbb{R} is what makes limits exist at all; compactness is what makes continuous functions well behaved; uniform convergence is what lets continuity, integration, and differentiation pass through a limit. Nearly every question is a request for either the correct hypothesis or the standard counterexample, so the material is best held as a small library of examples rather than as proofs.

Definitions

Supremum and completeness
The least upper bound of a set. The completeness axiom says every nonempty set of reals that is bounded above has one — the property that separates R\mathbb{R} from Q\mathbb{Q}.
Convergent sequence
xnLx_n \to L when for every ε>0\varepsilon > 0 there is NN with xnL<ε|x_n - L| < \varepsilon for all n>Nn > N. The order of quantifiers is the content.
Cauchy sequence
A sequence whose terms eventually get arbitrarily close to each other. In R\mathbb{R} (and in any complete space) Cauchy and convergent mean the same thing.
Uniform continuity
For every ε\varepsilon there is a single δ\delta that works at every point of the domain. Ordinary continuity allows δ\delta to depend on the point.
Pointwise versus uniform convergence
fnff_n \to f pointwise when fn(x)f(x)f_n(x) \to f(x) for each fixed xx; uniformly when supxfn(x)f(x)0\sup_x |f_n(x) - f(x)| \to 0, so one NN works for all xx at once.
Independent events
P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). This is a numerical condition, not a statement that the events cannot both happen.

Intuition

Completeness is the engine. It is why a bounded increasing sequence must converge even when you cannot name the limit, why Cauchy sequences converge, and why R\mathbb{R} has no gaps for a limit to fall into. Almost every existence theorem in the domain traces back to it, which is why Q\mathbb{Q} — where xnx_n approximating 2\sqrt{2} is Cauchy but has no limit in the space — is the right counterexample to keep in mind.

Compactness is the hypothesis that upgrades continuity. On a compact domain a continuous function is bounded, attains its extremes, and is uniformly continuous; on a non-compact domain each of those can fail, and the standard failures (1/x1/x on (0,1)(0,1), x2x^2 on R\mathbb{R}, sin(1/x)\sin(1/x) near 00) are worth memorising as objects rather than as arguments.

Uniform convergence is about whether the approximation is good everywhere at once. Pointwise convergence lets each xx take as long as it likes, and that slack is exactly what allows continuity to be lost in the limit. The supremum test — does supxfn(x)f(x)\sup_x |f_n(x) - f(x)| go to zero? — converts the question into a computation.

Concept walkthrough

Sequences first. A bounded monotone sequence converges (monotone convergence theorem); every bounded sequence has a convergent subsequence (Bolzano–Weierstrass); and a sequence converges if and only if it is Cauchy. Between them these settle most 'does this converge?' items without any limit computation. For recursively defined sequences the standard exam pattern is: show the sequence is monotone, show it is bounded, conclude convergence, then find the limit by solving the fixed-point equation obtained from letting nn \to \infty on both sides — an order that matters, because solving the fixed-point equation first proves nothing about existence.

Series belongs to the same circle of ideas, seen through partial sums. The nn-th term test is a one-way street: terms failing to approach zero forces divergence, while terms approaching zero says nothing. The integral test converts a series into an improper integral, which is where the pp-series threshold p>1p > 1 comes from. Absolute convergence implies convergence but not conversely, and the difference is not cosmetic: an absolutely convergent series has the same sum under every rearrangement, whereas a conditionally convergent series can be rearranged to converge to any real number at all.

Continuity has three layers on this exam. Continuity at a point is the three-condition definition. Continuity on a set is that condition at every point of it. Uniform continuity demands one δ\delta for the whole set. The separating examples are compact: f(x)=1/xf(x) = 1/x is continuous on (0,1)(0,1) but neither bounded nor uniformly continuous; f(x)=x2f(x) = x^2 is continuous on R\mathbb{R} but not uniformly continuous there; f(x)=xf(x) = \sqrt{x} is uniformly continuous on [0,)[0,\infty) but not Lipschitz at 00; f(x)=xf(x) = |x| is continuous everywhere and differentiable nowhere at 00. The theorem that ties the layers together is that a continuous function on a compact set is automatically uniformly continuous and attains its maximum and minimum.

The two great value theorems are used constantly and are usually tested by removing a hypothesis. The intermediate value theorem needs continuity on a closed interval and gives every value between f(a)f(a) and f(b)f(b) — it is the standard route to 'this equation has a root'. The extreme value theorem needs continuity on a closed bounded interval and gives an attained maximum and minimum; drop closedness or boundedness and it fails, which is exactly what 1/x1/x on (0,1)(0,1) demonstrates. The mean value theorem needs continuity on [a,b][a,b] and differentiability on (a,b)(a,b), and it is the engine behind statements like 'if f=0f' = 0 throughout an interval then ff is constant'.

Sequences of functions is the topic that separates scores. Pointwise convergence is checked one xx at a time; uniform convergence is checked by the supremum of the error. Uniform convergence preserves continuity, permits interchange of limit and integral on a bounded interval, and is what makes term-by-term reasoning legitimate. Differentiation is the awkward case: uniform convergence of fnf_n does not give convergence of fnf_n', and the standard witness is fn(x)=sin(nx)/nf_n(x) = \sin(nx)/n, which converges uniformly to 00 while fn(x)=cos(nx)f_n'(x) = \cos(nx) converges nowhere.

Counting and probability are grouped into this domain by the exam's own taxonomy and are answered by a short rule set. Order matters means permutations, P(n,r)=n!/(nr)!P(n,r) = n!/(n-r)!; order does not matter means combinations, C(n,r)=n!/(r!(nr)!)C(n,r) = n!/(r!(n-r)!). Overcounting is corrected by division, and the classic error is dividing twice for the same symmetry. On the probability side, P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B), P(AB)=P(AB)P(B)P(A \cap B) = P(A \mid B)P(B), and independence is the numerical condition P(AB)=P(A)P(B)P(A \cap B) = P(A)P(B). Expectation is always linear — E[X+Y]=E[X]+E[Y]E[X + Y] = E[X] + E[Y] with no independence needed — while variance adds only for independent variables, and Var(aX+b)=a2Var(X)\operatorname{Var}(aX + b) = a^2 \operatorname{Var}(X) shows why the shift disappears and the scale is squared.

After this page, you should be able to

  • State the monotone convergence theorem and the Bolzano–Weierstrass theorem and use them to prove a sequence converges without producing its limit.
  • Distinguish continuity, uniform continuity, and differentiability, and give a standard function separating each pair.
  • Test a sequence of functions for uniform convergence using the supremum of fnf|f_n - f|.
  • Apply the extreme and intermediate value theorems, naming the hypothesis each one needs.
  • Count with permutations and combinations, and recognise when a symmetry has been divided out twice.
  • Compute with the addition, multiplication, and conditional-probability rules, and keep 'mutually exclusive' apart from 'independent'.

Formulas and assumptions

Convergence machinery for sequences

bounded+monotoneconvergent;bounded convergent subsequence;convergent    Cauchy\text{bounded} + \text{monotone} \Rightarrow \text{convergent}; \quad \text{bounded} \Rightarrow \exists\ \text{convergent subsequence}; \quad \text{convergent} \iff \text{Cauchy}

Variables

  • x_n: a real sequence

Assumptions

  • Cauchy implies convergent only in a complete space; in Q it fails.
  • Bolzano-Weierstrass gives a subsequence, not convergence of the whole sequence.

Uniform convergence test

fnf uniformly on S    supxSfn(x)f(x)0f_n \to f \ \text{uniformly on } S \iff \sup_{x \in S} |f_n(x) - f(x)| \longrightarrow 0

Variables

  • f: the pointwise limit function
  • S: the set on which convergence is claimed

Assumptions

  • The pointwise limit must be identified first; the supremum is measured against it.
  • Uniform convergence preserves continuity and permits interchange with integration, but not with differentiation.

Continuity on a compact set

fC(K), K compactf bounded, xmax,xmin, f uniformly continuousf \in C(K),\ K \text{ compact} \Rightarrow f \text{ bounded},\ \exists\, x_{\max}, x_{\min},\ f \text{ uniformly continuous}

Variables

  • K: a compact set
  • f: a continuous real-valued function

Assumptions

  • Compactness is the load-bearing hypothesis; on (0,1) the function 1/x satisfies none of the three conclusions.
  • In R^n compact means closed and bounded.

Intermediate and mean value theorems

IVT: f(a)<y<f(b)c, f(c)=y;MVT: f(c)=f(b)f(a)ba\text{IVT: } f(a) < y < f(b) \Rightarrow \exists c,\ f(c) = y; \qquad \text{MVT: } f'(c) = \frac{f(b) - f(a)}{b-a}

Variables

  • [a, b]: a closed bounded interval
  • c: the guaranteed point

Assumptions

  • Both theorems assert existence only; neither locates c.
  • The MVT requires differentiability on the open interval and continuity on the closed one.

Permutations and combinations

P(n,r)=n!(nr)!,C(n,r)=(nr)=n!r!(nr)!P(n,r) = \frac{n!}{(n-r)!}, \qquad C(n,r) = \binom{n}{r} = \frac{n!}{r!\,(n-r)!}

Variables

  • n: the pool size
  • r: the number chosen

Assumptions

  • Both assume selection without replacement from distinguishable objects.
  • Repeated objects require dividing by the factorial of each repetition count, once only.

Probability rules

P(AB)=P(A)+P(B)P(AB),P(AB)=P(AB)P(B),AB    P(AB)=P(A)P(B)P(A \cup B) = P(A) + P(B) - P(A \cap B), \quad P(A \cap B) = P(A \mid B)P(B), \quad A \perp B \iff P(A \cap B) = P(A)P(B)

Variables

  • A, B: events in a common sample space

Assumptions

  • The conditional formula needs P(B) > 0.
  • Mutually exclusive means P(A and B) = 0, which for events of positive probability rules independence out.

Expectation and variance

E[X+Y]=E[X]+E[Y],Var(aX+b)=a2Var(X),Var(X+Y)=Var(X)+Var(Y) (XY)E[X+Y] = E[X] + E[Y], \qquad \operatorname{Var}(aX+b) = a^{2}\operatorname{Var}(X), \qquad \operatorname{Var}(X+Y) = \operatorname{Var}(X) + \operatorname{Var}(Y) \ (X \perp Y)

Variables

  • X, Y: random variables
  • a, b: constants

Assumptions

  • Linearity of expectation never requires independence; additivity of variance does.
  • The shift b disappears from the variance because variance measures spread, not location.

Worked example

Where pointwise convergence stops being enough

Let fn(x)=xnf_n(x) = x^n on [0,1][0,1]. Find the pointwise limit and decide whether the convergence is uniform on [0,1][0,1], and on [0,a][0,a] for a fixed a<1a < 1.

  1. 1Fix xx with 0x<10 \le x < 1. Then xn0x^n \to 0. At x=1x = 1, fn(1)=1f_n(1) = 1 for every nn. So the pointwise limit is f(x)=0f(x) = 0 on [0,1)[0,1) and f(1)=1f(1) = 1.
  2. 2Each fnf_n is a polynomial and so is continuous on [0,1][0,1], but the limit ff jumps at x=1x = 1 and is therefore discontinuous.
  3. 3A uniform limit of continuous functions is continuous. Since ff is not continuous, the convergence cannot be uniform on [0,1][0,1] — no computation needed.
  4. 4Confirm quantitatively with the supremum test. For x[0,1)x \in [0,1) the error is xn0=xn|x^n - 0| = x^n, and letting x1x \to 1^- shows supx[0,1)xn=1\sup_{x \in [0,1)} x^n = 1; at x=1x = 1 the error is 00. So sup[0,1]fnf=1\sup_{[0,1]} |f_n - f| = 1 for every nn, which does not tend to 00.
  5. 5Now restrict to [0,a][0,a] with a<1a < 1. There ff is identically 00 and the error is supx[0,a]xn=an\sup_{x \in [0,a]} x^n = a^n.
  6. 6Since 0a<10 \le a < 1, an0a^n \to 0, so the convergence is uniform on [0,a][0,a]. The failure at x=1x = 1 is genuinely local: removing any neighbourhood of 11 restores uniformity.

The pointwise limit is 00 on [0,1)[0,1) and 11 at x=1x = 1. Convergence is not uniform on [0,1][0,1] — the supremum error is 11 for every nn — but it is uniform on [0,a][0,a] for each fixed a<1a < 1, where the supremum error is an0a^n \to 0.

Common traps

  • Concluding that a series converges because its terms tend to zero. The harmonic series is the standing counterexample.
  • Assuming the pointwise limit of continuous functions is continuous. xnx^n on [0,1][0,1] refutes it, and the repair is uniform convergence.
  • Assuming continuity implies uniform continuity. It does on a compact set; x2x^2 on R\mathbb{R} and 1/x1/x on (0,1)(0,1) show what happens otherwise.
  • Assuming a continuous function on an open interval is bounded. 1/x1/x on (0,1)(0,1) is continuous and unbounded — the extreme value theorem needs a closed bounded interval.
  • Assuming uniform convergence of fnf_n gives convergence of fnf_n'. Take fn(x)=sin(nx)/nf_n(x) = \sin(nx)/n: it converges uniformly to 00, while fn(x)=cos(nx)f_n'(x) = \cos(nx) converges nowhere.
  • Rearranging a conditionally convergent series as if the sum were fixed. Only absolute convergence guarantees a rearrangement-invariant sum.
  • Treating mutually exclusive events as independent. If both have positive probability, mutual exclusivity makes them dependent.
  • Adding variances without independence, or forgetting that expectation is linear regardless.
  • Dividing twice for the same symmetry in a counting problem — for example dividing by r!r! after having already chosen an unordered set.

Question depth and domain coverage vary by exam. Practice answers are checked after submission.

Sources

  1. GRE Subject Test Content and StructureETS. Accessed 2026-07-06. Use as a cited source for exam facts; do not imply affiliation or reproduce protected test material.
  2. Calculus Volume 1, Section 2.4: ContinuityOpenStax. Accessed 2026-08-03. OpenStax textbook content is CC BY-NC-SA 4.0; attribute and avoid verbatim reuse beyond short cited references.
  3. Calculus Volume 2, Section 5.3: The Divergence and Integral TestsOpenStax. Accessed 2026-08-03. OpenStax textbook content is CC BY-NC-SA 4.0; attribute and avoid verbatim reuse beyond short cited references.
  4. Mathematical Analysis (Zakon), Section 4.8: Continuity on Compact Sets. Uniform ContinuityLibreTexts Mathematics. Accessed 2026-08-15. Zakon's Mathematical Analysis on LibreTexts is CC BY 3.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  5. Contemporary Mathematics, Section 7.2: PermutationsOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.
  6. Contemporary Mathematics, Section 7.3: CombinationsOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.
  7. Introductory Statistics 2e, Section 3.3: Two Basic Rules of ProbabilityOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.
  8. Introductory Statistics 2e, Section 3.2: Independent and Mutually Exclusive EventsOpenStax. Accessed 2026-08-02. OpenStax textbook content is CC BY 4.0; attribute and avoid verbatim reuse beyond short cited references.

Sources and corrections

Sources last checked 2026-08-15

Every source cited on this page was checked on the date shown, and we update the page when a source changes. If something looks wrong, tell us and we'll recheck it.