Counting continued fraction numbers

KevB
Messages
11
Reaction score
0
I've been playing with a computational system that represents numbers in their simple continued fraction form.

That is, CF([a0,a1, ... , an]) =a0 + \frac{1}{ a_{1}+\frac{1}{a_{2}+\ddots\frac{1}{a_{n}}} }Considering what types of numbers such a system can represent, the finite CF's correspond to the set of rational numbers. Therefore this set is countably infinite (as are the rationals).

Cantor showed that the real numbers, which corresponds to the set of all finite and infinite CF's, is not countably infinite. What about the quadratic surds, which correspond to infinite continued fractions with a simple repeated pattern? Surds can be represented as a finite 'rational' part and a repeat length, which seems to be countable.

A wide variety of transcendental numbers also have repeating CF representations, such as e^{1/n} = CF([1, (n-1), 1],[0,2n,0]) = CF([1,(n-1),1,1,(3n-1),1,1,(5n-1),... ]) = 1+\frac{1}{(n-1)+\frac{1}{1+\frac{1}{1+\frac{1}{3n-1+\ddots}}}}

Consider the set of repeating CF's. { CF( [a_{0}, a_{1}, ..., a_{n} ], [v_{0},v_{1},...,v_{m}]), m<=n }, clearly each part, being finite, is countable, is the set of pairs still countably infinite?
 
Last edited:
Physics news on Phys.org
Quadratic surds are countable.In fact, the set of algebraic numbers is countable.
Could you help me understand the term 'repeating CFs' and the notation?
Is it composed of the two parts CF( [a_{0}, a_{1}, ..., a_{n} ] and [v_{0},v_{1},...,v_{m}])?
 
Eynstone said:
Quadratic surds are countable.In fact, the set of algebraic numbers is countable.
Could you help me understand the term 'repeating CFs' and the notation?
Is it composed of the two parts CF( [a_{0}, a_{1}, ..., a_{n} ] and [v_{0},v_{1},...,v_{m}])?

By 'repeating CFs' I'm referring to continued fractions who's coefficients have an arithmetic progression. For example e ~ 2.718281828 = CF([2,1,2,1],[0,2,0]) = CF([2,1,2,1,1,4,1,1,6,1,1,...]). While quadratic surds have the form CF( [a_{0}, a_{1}, ..., a_{n} ] and [v_{0},v_{1},...,v_{m}]) where all the vi terms are 0's, allowing non-zero vector or offset terms provides exact representations for many non-algebraic numbers (like e).

Intuitively it seems like this set is also countable, but I'm not sure.
 
Consider f([v0,v1,..vm])=2^(v0+1).3^(v1+1)... p_m^(vm+1). f maps each [v0,v1,..vm] to a unique natural number. Therefore,
([a0,a1,...an] ,[v0,v1,..vm])-> (a0,...,an,f([v0,v1,..vm])) is one-one from the set of repeating CFs to Union N^(n+1) over all n. Since the latter is a countable, so are the repeating CFs.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top