--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAFhKorXobyHG%3De0C8oZEm1P6khscj_1P_Vi2CU%3DtfMOpoCxnYA%40mail.gmail.com.
morphism m "0->011010 1->121122":
# define the morphism
image U m T:
# apply it to the Thue-Morse word, defining U
eval cubef "~Ei,n n>=1 & At (t<2*n) => U[i+t]=U[i+n+t]":
# check that U is cubefree; it answers TRUE
def curl "Ei,c c>=1 & i+2*c=n+1 & At (t<c) => U[i+t]=U[i+t+c]":
# determine if the prefix of U of length n+1 (for n>=0) ends with a square
def nocurl "~Ei,c c>=1 & i+2*c=n+1 & At (t<c) => U[i+t]=U[i+t+c]":
# determine if the prefix of U of length n+1 does NOT end with a square
combine C curl=2 nocurl=1:
# make a DFAO to compute the sequence C
eval tmp "~Ei,n n>=1 & At (t<2*n) => C[i+t]=C[i+t+n]":
# check that there are no cubes in C, it answers TRUE
Hope this is useful to you.
Jeffrey Shallit
Hi Geoffrey,
I had a go at your question, and I think I now have a surprisingly short explicit infinite construction, together with a rigorous proof.
Let (T) be the Thue–Morse word and define
[
H(0)=011010,\qquad H(1)=121122.
]
If (W=H(T)) and the first symbol of (W) is deleted to give (V), then I can prove that both (V) and its curling-number transform are cubefree. The result also survives the alternative convention where an initial 1 is prepended to the transform.
I have independently checked the finite data as well, and found a few other results around the binary case and the lexicographic question. I’m still doing some deeper checking and trying to see how far the result can be strengthened before writing everything up formally.
Since this comes directly from the problem you raised, I wanted to ask whether you would be interested in collaborating on a paper about it. I’d be very happy to send you the full proof, code, and computational results once I’ve finished tidying them up.
Best,
Jason
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAAOnSgRU4VvwtjeSJyhDkYkA05Wb3jwtAFnZS_N-ZxuzYK7A6Q%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CABbU%3D%2BXESYNjAkkLVfsW_YdYD-HsMNMgurdo2%2BJQ_d6dOya2Og%40mail.gmail.com.
Hi Jean-Paul,
Thank you for pointing this out. I hadn’t yet caught up with Jeffrey Shallit’s message when I sent mine, so I had not realised that the morphism I found was exactly the same construction. I’m glad you flagged it, and of course I won’t present that construction as an independent new result.
What I have mentioned on SeqFan so far is actually only a part of what I have found while investigating the problem — probably less than half of the material at this stage. Some of the later results go in rather different directions, and I’m currently checking them carefully, including their relation to existing work, before saying too much publicly.
Thank you also for the observation about the 8-uniform morphism. I’ll take a closer look at that.
Best wishes,
Jason Dong
To view this discussion visit https://groups.google.com/d/msgid/seqfan/cbcb9f44-4c45-4cf7-822e-180ae351036e%40gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CABbU%3D%2BVvEyDw6O8wG0Tg7Zwe8sOAhpmaD8byohmxjyMU0N5Q7Q%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CAFhKorVKahwRpDQVYH0RbpuhuXyYOuCE-k0VrFXDbfcJTgTghQ%40mail.gmail.com.