University Mathematics — Year 1 · Bachelor Year 1
14Differentiation
Derivatives were computed throughout the High School volume; what was missing is the chain of theorems that turns computation into information about functions: Rolle’s theorem, the mean value theorem, and their consequences — monotonicity criteria, Lipschitz bounds, convexity. Everything in this chapter concerns functions defined on an interval .
14.1 The derivative
Definition 14.1
is differentiable at when the difference quotient has a (finite) limit as ; the limit is written . Equivalently:
the graph then admitting the tangent line . Differentiability at implies continuity at (read the display). is differentiable on when it is at every point; is of class when moreover is continuous, and of class when can be differentiated times with continuous.
Example 14.2
The converse of “differentiable continuous” fails: at . More surprisingly, differentiable does not imply : the function () is differentiable everywhere, with , but has no limit at (Exercise 14.2).
Example 14.3 (Differentiable at exactly one point)
Let for and for . At : , so is differentiable at with . At any , is not even continuous: rational and irrational sequences converging to send to and to respectively (density, Theorem 10.14). So differentiability is a genuinely pointwise notion: it can hold at one point of and nowhere else. The moral for practice: statements like the monotonicity criterion or Rolle require the derivative on an interval — possessing at isolated points, however many, supports no global conclusion whatsoever.
Theorem 14.4 (Operations)
If are differentiable at (and where the formulas make sense):
and if is differentiable at : (chain rule).
Proof. Sum: immediate. Product: write
divide by and let ( is continuous at ). Quotient: treat via , then apply the product rule. Chain rule: with , define for and : is continuous at , and for ,
the first factor by composition of limits (this device handles the case cleanly, where the naive “multiply and divide by ” breaks). ∎
Theorem 14.5 (Derivative of an inverse function)
Let be continuous and strictly monotonic on , differentiable at with . Then (Theorem 13.16) is differentiable at , with
If , the inverse has a vertical tangent at .
Proof. For , set : continuity of gives , and
Vertical-tangent claim: if , the displayed quotient is the reciprocal of a quantity that tends to while keeping one constant sign (for strictly increasing, for all ): the difference quotient of therefore tends to (to for decreasing). The inverse remains continuous but is not differentiable at — its graph, the reflection of ’s across the diagonal, stands vertical exactly where ’s ran horizontal, as at illustrates against . ∎
Example 14.6 (Inverse derivatives, twice)
The theorem recomputes the classical derivatives with no limit work. For : at ,
valid for every since never vanishes. For : at ,
using . The closing insight: the formula converts knowledge about a function into knowledge about its inverse at the price of one substitution — and the substitution (, ) is exactly the statement that the two variables live on opposite sides of the bijection.
14.2 Rolle and the mean value theorem
Proposition 14.7 (Interior extremum)
If is differentiable at an interior point of and has a local extremum there, then .
Proof. Say a local maximum: there is with for , and interiority guarantees both sides of are available within . For the quotient has numerator and denominator : it is , and its limit inherits (wide inequalities pass to limits, Theorem 11.7); for the quotient is , giving . Hence . (At an endpoint, only one sign is available: the conclusion fails there — think of on , maximal at with derivative .) ∎
Theorem 14.8 (Rolle)
Let be continuous on , differentiable on , with . Then for some .
Proof. By the extreme value theorem (Theorem 13.13), attains its maximum and minimum on . If both are attained at endpoints, then (since ) max min and is constant: any interior works. Otherwise an extremum is attained at an interior point , and Proposition 14.7 gives . ∎
Theorem 14.9 (Mean value theorem)
Let be continuous on , differentiable on . There exists with
Mean value inequality: if moreover on , then ; in particular implies that is -Lipschitz.
Proof. Apply Rolle to : is continuous on , differentiable inside, and . At the point where : . The inequality follows by bounding ; the Lipschitz statement applies it to every pair of points. ∎
Example 14.10 (Newton’s method is Heron’s)
Newton’s method for solving replaces the curve by its tangent at the current guess and takes the tangent’s root as the next guess:
Run it on :
exactly Heron’s iteration (Example 11.24), two millennia early. The quadratic speed observed there is now explained by the tangent picture: near a simple root, curve and tangent differ by a second-order error, so each step roughly squares the error — the general statement follows from the Taylor bounds of Chapter 16. The closing insight: where dichotomy (Example 13.12) uses only continuity and gains one bit per step, Newton spends a derivative to double the number of correct digits per step.
Example 14.11 (The mean value theorem as an estimator)
How large is ? Apply the theorem to on : for some ,
and since , the left bound exceeds : thus (true value ) — three correct decimals from one derivative evaluation. Likewise (bound ): the Lipschitz estimates used since Chapter 11 are all this theorem. The closing insight: the mean value theorem is a zeroth-order Taylor formula — it trades one unknown point for a hard inequality, and Chapter 16 will iterate exactly this trade.
Corollary 14.12 (Monotonicity criterion)
Let be continuous on , differentiable on the interior.
- on the interior is increasing; constant.
- If except at finitely many points where it vanishes, is strictly increasing.
Proof. If : for in , the mean value theorem on gives . Conversely, difference quotients of an increasing function are , so their limits are too. The constant case: apply the previous to and . Strict version: is increasing; equality for would freeze on , forcing there — infinitely many points. ∎
Example 14.13 (Equal derivatives, unequal functions)
On , both and (add on the right half-line only) satisfy . They do not differ by a constant: the criterion “ constant” is an interval statement — its proof runs the mean value theorem between two points, which requires the whole segment joining them to lie in the domain. On each half-line separately, the primitives of are with one constant per half-line, two independent constants in total. Chapter 15 inherits this fine print: “the” primitive of a function is well defined up to a constant on each interval of its domain, and antiderivative tables silently assume connectivity.
Example 14.14 (Strictness for free)
is strictly increasing on even though its derivative vanishes at : the criterion’s clause “ except at finitely many points” is exactly designed for such flat points. By contrast, alone only gives increase in the wide sense (a constant function qualifies), and a derivative vanishing on a whole subinterval does freeze the function there. The practical rule: to claim strict monotonicity, list the zeros of ; finitely many (or more generally, none on any subinterval) is harmless, an interval of them is fatal.
Example 14.15 (A complete variation study)
Study on . Derivative: , positive on , negative on , positive on : by the monotonicity criterion, increases, then decreases, then increases, with a local maximum and a local minimum . Limits: at . Consequences, read off the variation table with the intermediate value theorem on each monotone branch: vanishes exactly once in each of
(the values at the junctions have opposite signs: ), so the equation has exactly three real roots; numerically they sit near , , . The closing insight: a variation table is a proof device, not a sketch — monotone branch plus sign change equals exactly one root, and the table enumerates the branches exhaustively.
Theorem 14.16 (Leibniz formula)
If are times differentiable, so is , and
Proof. Induction on , exactly parallel to the binomial theorem. The case is the product rule. Assuming the formula at rank , differentiate once more:
then reindex the first sum with and collect the coefficient of : it is by Pascal’s rule (Proposition 2.15), the boundary terms and carrying as they should. ∎
Example 14.17 (Leibniz in action)
Compute for . Take , whose derivatives die quickly (, , for ), and : only three terms of the Leibniz sum survive,
Sanity check at : , which is indeed . The closing insight: use Leibniz when one factor is a polynomial — the sum then has only terms, and the formula is a closed form, not an abstract identity. (For two infinitely-lively factors like , complex exponentials from Chapter 3 are the better tool.)
14.3 Convexity
Definition 14.18
is convex when every chord lies above the graph:
( is concave when is convex.)
Theorem 14.19 (Differential characterizations)
Let be differentiable on . The following are equivalent:
- is convex;
- is increasing on ;
- the graph lies above every tangent: for all .
If is twice differentiable: convex .
Proof. (1 3) Convexity written as for ; let : .
(3 2) For , the two tangent inequalities at and at give , hence .
(2 1) Fix and , and let . By the mean value theorem on and : there are with
and clearing denominators (, ) rearranges exactly into the convexity inequality.
Twice differentiable case: increasing (Corollary 14.12). ∎
Example 14.20 (Classical convexity inequalities)
is convex (): its tangent at gives for all . is concave: its tangent at gives ; its chords give, for , the inequality between geometric and arithmetic means: taking in concavity,
The general arithmetic–geometric inequality is Exercise 14.9.
Example 14.21 (A convexity inequality from scratch)
The function is convex on : . Its midpoint inequality, multiplied by , reads: for all ,
with equality iff (strict convexity). Test drive: , gives against . This innocuous inequality is the two-point case of the entropy comparison that reappears with Jensen’s inequality (Exercise 14.9) and in the information-theoretic asymptotics of the Year 3 volume. The closing insight: to manufacture an inequality, find a function whose second derivative has a sign and write down what convexity says — the differential characterization turns one sign check into infinitely many inequalities.
Remark 14.22 (Common pitfalls with derivatives)
(i) A positive derivative at one point does not give monotonicity near it: (with ) has , yet
equals at each : every neighborhood of contains descents. Monotonicity needs on an interval (Corollary 14.12); the pointwise sign only controls the crossing of the tangent line. (ii) Rolle’s three hypotheses are all active: on (no interior differentiability), on (ends not equal), and on (continuity fails at ) each break exactly one hypothesis and the conclusion. (iii) Derivatives may be discontinuous, but not arbitrarily: can oscillate (Example 14.2) yet always satisfies the intermediate value property (Darboux, Exercise 14.10): a derivative never jumps — if you compute a one-sided “derivative limit” with a jump, you have differentiated a non-differentiable function. (iv) The inverse formula needs : is a smooth strictly increasing bijection whose inverse has a vertical tangent at — differentiability of the inverse is lost exactly where vanishes (Theorem 14.5).
Remark 14.23 (Where the mean value theorem works next)
Nearly every quantitative statement of the next chapters is this chapter’s mean value theorem in costume: the fundamental theorem of calculus (Chapter 15) differentiates the area function and concludes with the monotonicity criterion; the Taylor–Lagrange formula (Chapter 16) is the mean value theorem iterated times; the error analysis of Newton’s method and of fixed-point iterations (Exercise 14.11) is the Lipschitz form; and this chapter’s weekend problem (Problem 14.1) turns the same Lipschitz bound into number theory — a repulsion inequality between algebraic numbers and rationals, yielding the first transcendental number in history. In the Year 2 volume, the mean value inequality survives in several variables when the equality does not.
Example 14.24 (Young’s inequality from concavity)
Let with . For all :
Proof by one application of the concavity of with weights (the two-point Jensen inequality, as in Exercise 14.9):
and increasing converts the inequality of logarithms into the claim; equality iff (strict concavity). The case is the arithmetic-geometric inequality in disguise. The closing insight: Young’s inequality is the algebraic seed of the Hölder and Minkowski inequalities of the Year 2 volume — one concavity statement about , harvested for norms.
Remark 14.25 (Perspectives inside this volume)
The derivative acquires three new lives before the volume ends. In Chapter 16 it iterates: derivatives at a point compress into one polynomial plus a controlled error, and the mean value theorem becomes the Lagrange remainder. In Chapter 24, differentiation turns geometric: for a parametrized curve , the pair is a velocity vector, tangency becomes collinearity, and critical points become cusps to classify. In Chapter 25, one variable is frozen at a time: partial derivatives repeat this chapter twice over, and the tangent line grows into a tangent plane. All three chapters inherit the same grammar — local linear approximation plus an error term — first spoken here.
14.4 Exercises
Exercise 14.1 ★
Differentiate (specifying the domains): ; ; ; .
Solution
Solution of Exercise 14.1.
on : derivative .
on (the argument is always ): derivative (computed in Proposition 4.21 — it is ).
on : derivative (consistent with Proposition 4.12 (2): the function is on each half-line).
on : derivative .
Exercise 14.2 ★
Complete Example 14.2: prove that , , is differentiable at with , and that has no limit at .
Solution
Solution of Exercise 14.2.
At : , so . For , the usual rules give . Along : ; along : . Two sequences tending to with different limits of : no limit (Theorem 13.3), so is not continuous at and is differentiable without being .
Exercise 14.3 ★
Using the mean value theorem or the tangent inequalities, prove that for all :
Deduce for every .
Solution
Solution of Exercise 14.3.
for : concavity tangent inequality at (strict away from the contact point since is strictly concave; or apply the mean value theorem: for some , and ). The same mean value identity gives the lower bound: .
Consequence: with in place of ,
The left member tends to : by the squeeze, , and by continuity of , .
Exercise 14.4 ★
Let be a real polynomial with distinct real roots. Prove that has at least distinct real roots, interlaced with those of . Deduce that if has all its roots real, so does .
Solution
Solution of Exercise 14.4.
Let be distinct roots of . On each , Rolle (Theorem 14.8) produces with : that is roots of , distinct because the open intervals are disjoint — and interlaced by construction.
If (degree ) has all roots real, write them with multiplicities . Each root of multiplicity is a root of of multiplicity (Proposition 8.11), contributing ; Rolle contributes more, all distinct from these. Total : all roots of are real.
Exercise 14.5 ★★
Let be differentiable on with as . Prove that (mean value theorem on ). Does hold too?
Solution
Solution of Exercise 14.5.
Fix and with for . For , the mean value theorem on gives with
For large, : hence .
Yes: with (mean value theorem on ), and , so .
Exercise 14.6 ★★
(A discrete Rolle) Let be times differentiable on and vanish at distinct points. Prove that vanishes at least once. Application: a polynomial of degree vanishing at points is zero (again).
Solution
Solution of Exercise 14.6.
Induction on . For : Rolle. If the claim holds for : vanishes at points, so by Rolle applied on the gaps, vanishes at distinct points; the induction hypothesis applied to ( times differentiable, zeros) makes vanish somewhere.
Application: if of degree vanishes at points, then , a constant equal to times the leading coefficient, vanishes: the leading coefficient is , and one concludes by downward induction (or directly: all coefficients vanish).
Exercise 14.7 ★★
Let be twice differentiable on with and for some interior . Prove that for some . (Two mean value theorems and a comparison of slopes.)
Solution
Solution of Exercise 14.7.
By the mean value theorem on and on :
with . Then the mean value theorem applied to on gives with
Exercise 14.8 ★★
Study the function on : variations, limits, maximum. Deduce that for all reals , and settle the famous special case: which of , is larger? Check against the small integer pairs and : why do they behave differently?
Solution
Solution of Exercise 14.8.
: increases on , decreases on , with maximum ; limits at and at (growth comparison).
For : strictly decreasing there gives , i.e. , i.e. .
With : .
Small pairs: : — reversed! The reason: , and on the function is increasing, so the comparison flips when both numbers sit below , and is unpredictable across ( explains the tie ).
Exercise 14.9 ★★
(Arithmetic–geometric inequality) Using the concavity of with general weights (Jensen’s inequality for points, to be proved by induction on ), show that for positive reals :
with equality iff all are equal.
Solution
Solution of Exercise 14.9.
Jensen for , by induction on . Claim: for positive and weights with : . For this is concavity. Step: with and ,
using concavity () then the induction hypothesis.
With and : ; exponentiate. Equality: is strictly concave (), so equality at each step forces the averaged points to coincide — i.e. all equal; and if all are equal, equality is clear.
Exercise 14.10 ★★★
(Darboux: derivatives take intermediate values) Let be differentiable on and in with . By considering and the point where attains its minimum on , prove that for some — even though need not be continuous (Exercise 14.2).
Solution
Solution of Exercise 14.10.
Let : differentiable, with and . By the extreme value theorem, attains its minimum on at some . It is not at : since , points just right of have . It is not at : since , points just left of have . So is interior, and Proposition 14.7 gives , i.e. .
Exercise 14.11 ★★★
Let be differentiable with for all (a contraction). Prove that has exactly one fixed point , and that every sequence converges to with . (Existence: apply the intermediate value theorem to on a large segment, using the Lipschitz bound; or use completeness with the Cauchy criterion.)
Solution
Solution of Exercise 14.11.
Uniqueness: two fixed points would give , absurd.
Existence: satisfies, by the mean value inequality, ; so for , , and symmetrically for large. The intermediate value theorem gives a zero of : a fixed point.
Convergence: the mean value inequality again:
so by induction .
Exercise 14.12 ★★★
(Cauchy’s mean value theorem and l’Hospital’s rule)
Let be continuous on , differentiable on , with never zero there. Prove that and that some satisfies
(apply Rolle to for the right constant ).
- Deduce l’Hospital’s rule in the form at a point: if and as , then .
- Show the converse fails: for () and , the quotient has a limit at but has none.
Solution
Solution of Exercise 14.12.
- If , Rolle would give an interior zero of : excluded. Set and : is continuous on , differentiable inside, and . Rolle provides with , i.e. ; divide by .
For close to , part (1) on (where ) gives and with
As , (squeeze), so the right side tends to : .
- , while has no limit at (Exercise 14.2): l’Hospital’s rule transfers information only from to , never back.
14.5 Problem: Liouville’s inequality and the first transcendental number
Problem 14.1
Weekend problem — algebraic numbers repel rationals: , and the transcendence of
A real number is algebraic when it is a root of a nonzero polynomial with integer coefficients, and transcendental otherwise. In 1844 Liouville produced the first number ever proved transcendental, and the engine of his proof is this chapter’s mean value theorem: an algebraic number of degree cannot be approximated by rationals better than — so a number approximable faster than every power cannot be algebraic. This problem builds the inequality, constructs Liouville’s number (ones at the factorial positions, via the digit machinery of Problem 10.1), proves its transcendence, and ends with Cantor’s rival proof and effective bounds for and .
Part I — How well can rationals be approximated?
- Show that two distinct rationals (written with ) satisfy . Deduce: if and , no such exists — a rational repels all other rationals at scale .
- Prove that for every rational (): (if the distance exceeds this is clear; otherwise bound and use the nonzero integer ).
In the other direction: check that preserves , generate from the pairs , , , , , and show each satisfies
infinitely many approximations of order . With question 2: the approximation exponent of is exactly .
- (Dirichlet) Let be irrational and . Consider the fractional parts of in the boxes : by the pigeonhole principle (Corollary 2.3), two fall in one box. Deduce and with , hence infinitely many rationals with : every irrational is approximable to order .
Part II — Liouville’s inequality. Let be irrational and algebraic.
- Show that among the nonzero integer polynomials vanishing at there is one, say of degree , with no rational root; and check (divide out a factor over and clear denominators; degree would make rational).
- Show that for every rational (): ( is a nonzero integer).
Let (Theorem 13.13). Using the mean value theorem between and , prove Liouville’s inequality: with ,
- Call a Liouville number when for every there is a rational with and . Prove that a Liouville number is irrational (question 1: choose with ).
- Prove Liouville’s theorem: a Liouville number is transcendental (combine questions 7 and 8: the inequality fails for large ).
Part III — The number .
- Let be the value (in the sense of Problem 10.1) of the decimal digit string with digit at the positions () and elsewhere, i.e. with . Write out the first digits of .
Prove the tail bracketing, for every :
(bound every partial sum beyond by a finite geometric sum).
- Write with . Show , and conclude that is a Liouville number in the sense of question 8.
- Conclude: is transcendental — the first explicit example in history (Liouville, 1844). Cross-check its irrationality directly: its digits are not eventually periodic (growing gaps, as in Problem 10.1, question 20).
- Generalize: replace each digit by an arbitrary nonzero digit . Show the value is still a Liouville number, and deduce — by the diagonal argument of Problem 10.1 (question 22) applied to these digit choices — that there are uncountably many transcendental numbers of this shape.
Part IV — The hierarchy of approximation orders. Say is approximable to order when for some constant infinitely many rationals satisfy .
- Assemble the hierarchy from Parts I–III: rationals are approximable to order and no better; to order and no better; every irrational to order at least ; an algebraic number of degree to no order beyond ; Liouville numbers to every order. Justify each claim by citing the relevant question.
- Show that is a Liouville number for every rational (translate the approximants: the new denominators are ). Conclude that Liouville — hence transcendental — numbers are dense in .
- (Cantor, 1874) Prove that the set of algebraic numbers is countable: there are finitely many integer polynomials with degree plus sum of bounded by , each with at most roots; a countable union of finite sets is countable. Since no sequence exhausts (Problem 10.1, question 22), transcendental numbers exist — in fact form an uncountable set. Compare the two proofs: what does Liouville’s give that Cantor’s cannot?
- Prove directly from question 2 that is not a Liouville number (for , the inequality bounds ; then only finitely many candidate rationals remain, all at positive distance from ). Generalize: no algebraic number is Liouville.
Part V — Effective constants.
For the Pell pair : verify and evaluate the exact error
five correct digits from a three-digit fraction.
Run Part II on , : check has no rational root, bound , and conclude the effective inequality
- Payoff: show that any rational approximating within must have denominator .
- Show that the base is irrelevant: the binary analogue (value of the binary string with ones at factorial positions) is also a Liouville number, hence transcendental.
Part VI — Frontiers and synthesis.
- Let be the value of the decimal string with ones exactly at the positions (). Show is approximable to order , and deduce from Liouville’s inequality that is neither rational nor a quadratic irrational. Explain why the method stalls there: order is compatible with algebraicity of degree , and closing that gap (any exponent suffices, for every algebraic number) is Roth’s theorem, far beyond this volume.
- Quantify Cantor: show that the algebraic numbers of degree given by polynomials with coefficients in number at most . (This finiteness is what made question 17 work.)
- Synthesis, one sentence each: (i) locate the single analytic ingredient of Liouville’s proof (which theorem of this chapter, used where); (ii) state the tension that powers it (integrality forces , smoothness forbids ); (iii) contrast Liouville’s and Cantor’s proofs of the existence of transcendental numbers; (iv) name where this volume meets the theme again — the weekend problem of Chapter 15 proves irrational by the same integrality-versus-smallness squeeze, with integrals in place of derivatives.
Solution
Solution of Problem 14.1.
1. , and is a nonzero integer when the fractions differ: the distance is . So no rational other than itself enters the punctured interval of radius around .
2. If , done. Otherwise , so . Since , is a nonzero integer, and
3. : the value propagates. From :
with alternating For these, , so and
with : infinitely many order- approximations. With question 2, the exponent is exact for .
4. The numbers () lie in the boxes : two share a box (Corollary 2.3), say for . With and : , so . Letting : since is irrational, each fixed fraction has positive distance to , while forces new fractions to appear: infinitely many distinct with .
5. Start from any nonzero integer with . If has a rational root , the factor theorem (Theorem 8.7) writes with ; since ( irrational), , and clearing denominators gives a nonzero integer polynomial of smaller degree vanishing at . The degree drops at each step, so the process stops: we reach , , with no rational root, of some degree . If , would make rational: so .
6. is an integer, and it is nonzero because has no rational root: .
7. Note : is a nonzero polynomial (), so it cannot vanish identically on . If , then it exceeds trivially. Otherwise and the mean value theorem (Theorem 14.9) gives between and with
so with question 6: .
8. Suppose is Liouville. Pick with and the corresponding , :
contradicting question 1. So Liouville numbers are irrational.
9. If a Liouville were algebraic: it is irrational (question 8), so questions 5–7 provide and with always. For each , the Liouville approximant gives , i.e. (as ). For large, : contradiction. Liouville numbers are transcendental.
10. Ones at positions ; all other digits among the first vanish:
11. For , the positions with are distinct integers , so the finite geometric sum gives
taking the supremum over : . Lower bound: .
12. , , and gives : question 11 reads
Given : for , (indeed ), and : the definition of question 8 is met. is a Liouville number.
13. By question 9, is transcendental — the first number in history proved transcendental (Liouville, 1844). Digit cross-check: the string has infinitely many ones with consecutive gaps , so it is not eventually periodic, and by the periodicity criterion of Problem 10.1 (question 18) — consistent.
14. With digits at the factorial positions: the tail bound of question 11 scales by at most : (positivity because the digit at position is nonzero). For : since : again a Liouville number, hence transcendental. These values are pairwise distinct for distinct digit choices (the strings are proper — zeros abound — and proper strings determine their value, Problem 10.1, question 10). Given any list of them, choose the -th factorial digit in different from that of : a number of the same shape missing from the list. Uncountably many explicit transcendentals.
15. First a lemma: if for all , then is not approximable to any order . Indeed infinitely many with would force , i.e. : the are bounded, and boundedly many fractions lie within distance of — finitely many candidates, not infinitely many. Now the hierarchy: rationals are approximable to order ( with gives error ) and to no order (question 1 gives the hypothesis of the lemma with , ); : order (question 3) and no more (question 2 and the lemma); every irrational: at least (question 4); algebraic of degree : at most (question 7 and the lemma); Liouville numbers: every order (question 12’s display, with ).
16. With : , , and
Given : for large , (the factorial crushes the power), so the error is : is Liouville. Since is dense and each is transcendental, transcendental numbers are dense in .
17. For there are finitely many with (degree and each coefficient in : at most ). Every nonzero integer polynomial has such a height, and has at most real roots: the algebraic numbers form a countable union (over ) of finite sets, hence can be listed as a single sequence. If the transcendentals could also be listed, interleaving the two lists would list , contradicting Problem 10.1 (question 22). So transcendental numbers form an uncountable set. Comparison: Cantor proves most reals are transcendental yet exhibits none; Liouville exhibits one, with effective constants (Part V) — existence by abundance versus existence by construction.
18. From question 2, the lemma hypothesis holds with , . If were Liouville, then for : forces , so ; only finitely many with these lie within of , each at some positive distance ( irrational); choosing with leaves no admissible at all: contradiction. The same argument with shows no algebraic number is Liouville — question 9 in effective clothing.
19. . Hence
against — five correct digits.
20. Rational-root test for : candidates , none a root. So and Part II applies to On : , so and :
21. If , then , i.e. ; since : .
22. Run Part III in base : , , and the geometric tail (ratio ) gives for . So is Liouville, hence transcendental: nothing in the argument is decimal.
23. With ones at positions : and the tail bound gives (as ): infinitely many approximations of order . By the lemma of question 15: order rules out rationality, and order rules out being a quadratic irrational (whose Liouville inequality has ). But an algebraic number of degree is only repelled at order : Liouville’s method cannot separate from the cubics. The gap is closed by Roth’s theorem — every algebraic irrational has approximation order exactly — a twentieth-century result far beyond this volume; granted it, too is transcendental.
24. There are at most tuples with entries in , and each nonzero polynomial among them has at most real roots: at most algebraic numbers arise — the finiteness that let question 17 enumerate them all.
25. (i) The single analytic ingredient is the mean value theorem, in question 7, converting the vanishing into the Lipschitz repulsion . (ii) The tension: integrality pushes up to , smoothness pulls it down to — a rational too close to would be crushed between the two. (iii) Liouville constructs one transcendental with effective constants; Cantor shows almost all reals are transcendental without naming one: construction versus cardinality. (iv) The weekend problem of Chapter 15 proves the irrationality of by the same squeeze — an integral that would be a positive integer yet is trapped in — with integration replacing differentiation as the analytic half.