Math
Math
Shailesh Kumar
November 30, 2024
sup(S + a) = sup(S) + a,
(−1)n
S = 1+ :n∈N .
n
Solution:
The supremum of a set S is defined as the least upper bound of S, denoted sup(S), such that: 1.
sup(S) ≥ s, for all s ∈ S (upper bound). 2. If α is any upper bound of S, then α ≥ sup(S).
To prove sup(S + a) = sup(S) + a, let M = sup(S). By definition, M is the least upper bound of S.
For S + a = {s + a : s ∈ S}, adding a to every element of S shifts the bounds of the set by a. Thus:
- The upper bound sup(S + a) becomes M + a, and no smaller value can be the upper bound. Hence,
sup(S + a) =n sup(S) + a. o
(−1)n
For S = 1 + n : n ∈ N : - When n is odd, s = 1 + n1 . - When n is even, s = 1 − n1 . As n → ∞,
the sequence oscillates between 1 and 1 ± n1 .
1 1
sup(S) = 1 + = 2, inf(S) = 1 − = 0.
1 1
—
1
2. (a) Limit Point of a Set
Question: Define the limit point of a set. Show that 0 is the only limit point of n1 : n ∈ N .
Solution: A limit point p of a set S satisfies: for every ϵ > 0, there exists x ∈ S \ {p} such that
|x − p| < ϵ.
For S = n1 : n ∈ N , as n → ∞, n1 → 0. No other point satisfies the definition of a limit point, as S
is discrete.
—
2
3. (c) Convergence of a Recurrence Sequence
Question: Show that the sequence {an }, defined by
√
a1 = 1, an+1 = 2 + an , ∀n ≥ 1,
L2 = 2 + L =⇒ L2 − L − 2 = 0 =⇒ (L − 2)(L + 1) = 0.
3
6. (a) Uniform Convergence
Question: If fn → f uniformly on [a, b] and fn are continuous, show f is continuous.
Solution: Uniform convergence preserves continuity: For any ϵ > 0, |fn (x) − f (x)| < ϵ, combined
with continuity of fn .
—
—
1
un (x) ≤ .
n4
P 1 P
The series n4 converges, as it is a p-series with p = 4 > 1. By the Weierstrass M-test, un (x)
converges uniformly on R. P
2. **Term-by-term integration**: Since un (x) are continuous and un (x) converges uniformly, the
series can be integrated term by term on any interval [a, b]:
Z bX∞ X∞ Z b
un (x) dx = un (x) dx.
a n=1 n=1 a