What is the mathematical topic related to finding gaps in a sequential list?

  • Thread starter Thread starter rtal
  • Start date Start date
  • Tags Tags
    List
rtal
Messages
2
Reaction score
0
If I have a sequence 1,2,3,.. 1000. I can find a gap by summing up and subtrating from the sum of 1.. 1000 (usually with a known formula like n x (n+1) / 2 but with processing power I can just add 1 ... 1000 with a computer program).
If there is a two number gap, I can add squares as well and so have two equations with two variables
SumOfOneTo1000 - SumOfListWithGaps = x + y --- Equation 1
SumOfOneSquareTo1000Sequare - SumOfSquaresFromListWithGaps = sqr(x) + sqr(y) ---- Eq 2
Now I have two equations and two unknown and I can simplify that into a quadratic equation with two roots. The roots are x and y.
So I can a 2 number gap as well.
How far can I go with this logic meaning with cubes and 3 gaps etc.
What category does this problem fall under, is it information theory?
thanks for your help.
 
Physics news on Phys.org
You are correct, that you can form n equations of n unknowns of the form:

A_(1)^(i) + A_(2)^(i) + ... A_(n)^(i) = X_(i) i = {1,2,...,n}.

But equations with i > 3 would fall in the category of higher algebra and would be difficult to solve.
 
Last edited:
ramsey2879 said:
would fall in the category of higher algebra

Yes, but since this is the Number Theory section, we should keep in mind that the solutions to these particular equations are known to be integers. The equations can be treated as Diophantine equations.

"Diophantine Equations" is the relevant mathematical topic, not "Information Theory". Information Theory takes place in a setting where there are probability distributions.
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
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...
##\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...
Back
Top