Let $\{ a_n \}^\infty_1 \subseteq \Bbb{R}$ be a sequence. If for any recursively enumerable set $S = \{k_1, k_2, ...\} \subseteq \Bbb{N}$, where $k_1 < k_2 < ...$ is an infinite ascending chain, $\sum^\infty_{i=1} a_{k_i}$ converges, can we conclude that $\sum^\infty_{i=1} a_{i}$ converges absolutely? Although we usually construct a conditionally convergent series using a particular pattern, I think there must be a counterexample with the help of a non-computable number. However I am not familiar with computability, so I ask for help.
2026-03-29 04:33:56.1774758836
Convergence on sum of sequence
75 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SEQUENCES-AND-SERIES
- How to show that $k < m_1+2$?
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Negative Countdown
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Show that the sequence is bounded below 3
- A particular exercise on convergence of recursive sequence
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Powers of a simple matrix and Catalan numbers
- Convergence of a rational sequence to a irrational limit
- studying the convergence of a series:
Related Questions in COMPUTABILITY
- Are all infinite sets of indices of computable functions extensional?
- Simple applications of forcing in recursion theory?
- Proof of "Extension" for Rice's Theorem
- How to interpret Matiyasevich–Robinson–Davis–Putnam in term of algebraic geometry or geometry?
- Does there exist a weakly increasing cofinal function $\kappa \to \kappa$ strictly below the diagonal?
- Why isn't the idea of "an oracle for the halting problem" considered self-contradictory?
- is there any set membership of which is not decidable in polynomial time but semidecidable in P?
- The elementary theory of finite commutative rings
- Is there any universal algorithm converting grammar to Turing Machine?
- Is the sign of a real number decidable?
Related Questions in ABSOLUTE-CONVERGENCE
- Does one-sided derivative of real power series at edge of domain of convergence
- Every rearrangement of an absolutely convergent series converges to the same sum (Rudin)
- Prove $\int_{\pi}^{\infty}\frac{\cos(x)}{x}dx$ is convergent
- Conditional convergent improper Riemann integral vs. Lebesgue Integral
- Pointwise, uniform and absolute convergence of function-series $\sum_{n=1}^\infty f_n$ with $f_n=(-1)^n\frac{x}{n}$
- Does it make mathematical sense to do an absolute convergence test if the original series diverges?
- Prove absolute convergence given the following inequality
- Proving a space is not complete by finding an absolutely convergent series
- Convergence and absolute convergence of sums
- Absolute convergence of $\sum_{n=1}^{\infty}z_n^2$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
We'll construct a counterexample.
A maximal r.e. set is a set $M\subseteq\omega$ such that:
(1) $M$ is r.e.;
(2) $\omega\setminus M$ is infinite;
and (3) for every r.e. set $X\supseteq M,$ either $X\setminus M$ is finite or $X$ is cofinite.
($X$ is cofinite means that $\omega\setminus X$ is finite.)
Friedberg proved that maximal r.e. sets exist.
$$ $$
Let $M$ be a maximal r.e. set. List $\omega\setminus M$ in increasing order: $u_1 \lt u_2 \lt u_3 \lt\dots.$ (This is not a recursive enumeration.)
Define $a_n$ for $n\lt\omega$ by setting:
$$a_n=\begin{cases} \displaystyle\frac{(-1)^j}{j}, & \text{if }n=u_j;\cr 0, & \text{if }n\in M. \end{cases}$$
Note that the sum $\sum_{n=0}^\infty a_n$ converges, but that series is not absolutely convergent.
Now let $S$ be any infinite r.e. set; list S in increasing order: $k_1\lt k_2 \lt k_3\dots.$ (This is not necessarily a recursive enumeration.) We'll show that $\sum_{j=1}^\infty a_{k_j}$ converges.
Since $M\cup S$ is an r.e. set containing $M,$ we must have that either $S\setminus M = (M\cup S)\setminus M$ is finite or that $M\cup S$ is cofinite. We handle each case separately:
$\bullet\;\;$ If $S\setminus M$ is finite, then the terms of $\sum_{j=1}^\infty a_{k_j}$ consist of infinitely many terms that are zero and only finitely many terms of the form $\frac{(-1)^j}j.$ So, in this case, the series converges.
$\bullet\;\;$ If $M\cup S$ is cofinite, then $S$ contains all but finitely many members of $\omega\setminus M$ (plus some members of $M$ as well). So $\sum_{j=1}^\infty a_{k_j}$ consists of all but finitely many terms of $\sum_{j=1}^\infty \frac{(-1)^j}j$ (in the same order as in that series) interspersed with some zero terms, which again converges, completing the proof.