I’ve been thinking about this permutation avoidance question a bit lately. I was pretty excited about it today, because a friend and I came up with a neat win-win analysis idea for a special case. The thing that made me excited was a feeling of getting a tiny bit of traction on the problem (maybe) and making a cool high-level plan for how to execute the plan. As discussed elsewhere “making cool plans” is one of my terminal values. I guess I’m just writing this down as a reminder to myself as a reminder that there are lots of good and beautiful things in the world. And a reminder to strive to increase the number of good and beautiful things in the world.
This reminds me of an interesting vein of ethical(?) questions:
“Suppose you had a friend that wanted to work somewhere evil (e.g., TikTok). Is it right to dissuade them?"
"Suppose you lived in a future where scarcity isn’t an issue (because the robots are pretty efficient), and maybe there are just no serious issues. You have a friend that wants to play video games all day. Should you tell them not to?”
Or maybe the question I’m really trying to get at is\
“If you think someone’s doing something wrong, do you have the responsibility to tell them so? Is it even good for you to tell them so? Or should you just respect their decisions?”
Well, this post has gone really far afield. But, I think these are important questions so let me spend 10 secs to give gut instinct answer:
- I’m super into the idea of responsibility/deontology. So I won’t say you have a responsibility.
- But probably it’s good to do so.
- I mean, you should probably be somewhat delicate how you go about it.
- And you should be pretty willing to accept that ppl don’t see things the same way as you , and conditional on that just give up the endeavor. sometimes you might even have a strong enough prior in this direction to justify no action.
Anyways, I originally wrote this post as an excuse to share the following humorous dialogue. If you can’t see the humor then that’s really too bad. If the statement being proved seems obvious, then that’s called hindsight bias.
Averaging argument: (Proof by contradiction)
“I have a length
”Well in that case, I think it’d be pretty easy to find one of your
”Ah!”, the liar said, “that’s where you’re wrong!”
“Hmm”, JJ said. “I’m inclined not to believe you.
“Let’s call a box
"And just how would you do that!!” Alek challenged.
JJ: “well, I’d just iterate over the boxes --- remember Marcos and Tardos told us that there weren’t too many --- and check each one for being
"Well, well, fair enough” Alek admitted. “But I think you’ll have a bit more trouble with my array!” “Because my array has the following properties:“
- The number of disjoint copies of
that start in a -good box is
“Hold on…”
- Fix some box
which is not -good. - The number of disjoint
‘s that start in is at most --- this is just by the definition of what failure to be a -good box means. - So the total number of disjoint
‘s that start in non- -good boxes is at most . “So, you definitely do have disjoint copies of that start in -good boxes.”
Alek: “oh, you’re right, I must have miscounted. No matter!”
JJ: “I’m not sure what you mean. I think you’re pretty screwed at this point.”
“Specifically, you just told me that the number of disjoint copies of
Alek: “AND?”
JJ: “Well, then by averaging argument there is a box
Alek: “So? what’re you gonna do about it?”
JJ, with much patience “Well, I mean this is just exactly what I said I wanted a couple lines earlier. It’s a
Alek: “ok, I guess you got me.”
JJ: “It could well be said that this conclusion was unavoidable.”
Appendix
I’ve been thinking about how to make
Specifically, let’s assume that the range is
Let’s say that
Now, fix such a
Now, we look for ascending patterns which are “before
Let
So, our overall time is
for iterating over ‘s for trying ‘s for the length-2 avoidance testing (because of epsilon deterioration / ER stuff).
Overall it is
Alek’s Conjecture
Probably you can do
Bigger picture thoughts:
- I think the idea of “repairing” things has potential for helping us beat
for - But sometimes you can’t repair things.
- So it has to be a win-win analysis
- either we can repair things
- or we win for some other reason.
- Note that the recurrence that we don’t like is
. - So actually it seems really hard to improve this recurrence.
- So maybe we should just do completely different approach.
- Even though the simple splitting stuff that we were trying didn’t work, maybe there’s still something we can do.