A is a finite set of letters and A+ denotes the set of all finite length strings formed by letters in A, i.e. ∀w ∈ A+, w is a string, each letter in w belongs to A and len(w) ≥ 1. E.g.- If A = {a, b} then aba ∈ A+ and len(aba) = 3 Now every finite length string u ∈ A+ is assigned a cost between 1 to 100, given by the cost function C : A+ → {1, 2, . . . , 100}. Show that for any natural number n, there is a finite length string w in A+ which can be factored into a concatenation of n strings or factors such that the overall cost of the word is same as the cost of each of those factors. In other words, show that ∀n ∈ N, ∃w1, w2, . . . , wn ∈ A+ such that w = w1w2 . . . wn and C(w) = C(wi) ∀i ∈ {1, . . . , n} (Note that the example is just for clarification and the problem is over any general finite set of letters)
2026-02-23 09:32:13.1771839133
∀n ∈ N, ∃w1, w2, . . . , wn ∈ A+ such that w = w1w2 . . . wn and C(w) = C(wi) ∀i ∈ {1, . . . , n}
158 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in COMBINATORICS-ON-WORDS
- Confusion on "Lyndon Words, Free Algebras, and Shuffles"
- Decomposition into Lyndon Words
- Counting particular odd-length strings over a two letter alphabet.
- Find the number of distinct line ups such that A,B,C are not adjacent?
- Formula to calculate possible combination of words in a 3x3 crossword grid
- If I have a certain word, how can I find the lowest number of characters that must remain in their original spots if I permute it?
- What problem in combinatorics-on-words could this be a formula for: $\frac{2^i i}{2}$?
- Insertion and deletion of cubed words $w^3$
- Sum over binary words of length $k$.
- Limit of set of finite words stable with prefix
Related Questions in ARITHMETIC-COMBINATORICS
- Minors of a particular matrix?
- Erdos conjecture on arithmetic progression
- Parity of Partition Function
- Efficient way to count number of arithmetic progression on coloring of $\mathbb{N}$.
- How prove that there are $a,b,c$ such that $a \in A, b \in B, c \in C$ and $a,b,c$ (with approriate order) is a arithmetic sequence?
- Circular variation with repetition
- Number of sudokus with no consecutive arithmetic progression of length 3 in any row or column.
- this is a conjecture or a result? every arithmetic progression contains a sequence of $k$ "consecutive" primes for possibly all natural numbers $k$?
- Arithmetic Progressions in slowly oscillating sequences
- Boundedness of $\gcd(|x-y|,|a_x-a_y|)$ in sequence
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?
This is a weird question, because we can find the required words already in set $\{a\}^+$ for any letter $a\in A$ (what should be expected because the question concerns also one-letter alphabet $A$). Next, for one-letter alphabet the claim is a corollary of more strong theorems. For instance, Rado Theorem [Pro, 9.3] for an equation $x_1+\dots+x_{100}-y=0$ or Hindman Theorem for natural numbers [Pro, 6.4].
References
I. Protasov. Combinatorics of numbers, VNTL Publishers, 1997.