Conserving contiguity with a transposed progression

  • Thread starter Loren Booda
  • Start date
In summary, it is not possible to rearrange a sequence of integers from 1 to N so that no two neighbors retain their original adjacency for N <= 3. For N >= 5, you can list the odds first, then the evens. The only interesting case is N=4, where it is not possible to rearrange the sequence with wrap-around.
  • #1
Loren Booda
3,125
4
Can a sequence of integers from 1 to N be rearranged so that no two neighbors retain their original adjacency?
 
Physics news on Phys.org
  • #2
I suppose running it backwards (6,5,4,3,2,1) is not enough for what you meant.

Then, how about 1,3,5,2,4,6.
 
  • #3
And for any N?
 
  • #4
Well, for N <= 3 you obviously can't, so the trivial response is "no".

For N >= 5 you only need to list the odds, then the evens.

The interesting case is N=4. If you don't count the endpoints, 2,4,1,3 suffices. If you count them as neighbors, then
- Sequences starting with "1" won't have a place for "2": second and fourth are neighbors to "1", and third place would make it neighbor to wherever you place "3".
- Similar for sequences starting with "4": there's no place for "3" (third place leaves no place for "2").
- Similar when starting with "2", where there is no place for "3" (second and fourth are neighbors to "2", third would leave no place for "4").
- And same for starting with "3", where similarly there is no place for "2" (third place leaves no place for "1").
So with wrap-around, N=4 is a no-no.
 
Last edited:
  • #5


Yes, it is possible to rearrange a sequence of integers from 1 to N in a way that no two neighbors retain their original adjacency. This is known as a transposed progression.

To achieve this, we can use a mathematical technique called a transposition. This involves swapping two adjacent numbers in the sequence. By repeating this process multiple times, we can rearrange the sequence in a way that breaks the original adjacency.

For example, let's consider the sequence 1, 2, 3, 4, 5, 6, 7. By performing a transposition between 3 and 4, we get the sequence 1, 2, 4, 3, 5, 6, 7. We can continue to perform transpositions between adjacent numbers until we achieve the desired rearrangement.

This technique can be used for any sequence of integers from 1 to N, as long as N is greater than 2. However, it is important to note that this rearrangement may not always be possible. In some cases, the sequence may have a specific pattern or structure that makes it impossible to break the original adjacency. In these cases, it may be necessary to use other mathematical techniques or algorithms to achieve a transposed progression.
 

FAQ: Conserving contiguity with a transposed progression

What is "conserving contiguity with a transposed progression"?

"Conserving contiguity with a transposed progression" refers to maintaining the relationship between musical notes in a chord progression when transposed to a different key. This means that the intervals between the notes in the original progression are preserved in the transposed version.

Why is conserving contiguity important in music?

Conserving contiguity is important in music because it helps maintain the harmonic structure and tonal balance of a piece. It also allows for smooth and natural transitions between chords, creating a pleasing and cohesive sound.

How is contiguity conserved in a transposed progression?

To conserve contiguity in a transposed progression, the intervals between the notes in the original progression must remain the same in the transposed version. This can be achieved by using music theory principles and techniques such as chord inversions, secondary dominants, and chromaticism.

Are there any exceptions to conserving contiguity in a transposed progression?

Yes, there can be exceptions to conserving contiguity in a transposed progression. For example, in jazz music, musicians may intentionally alter the intervals in a chord progression to create a more interesting and unique sound. However, in most traditional and classical music, conserving contiguity is a fundamental principle.

How can I practice conserving contiguity in my own musical compositions?

To practice conserving contiguity, you can start by transposing simple chord progressions to different keys and making sure the intervals between the notes remain the same. You can also study and analyze the chord progressions in well-known songs to see how contiguity is conserved. As with any skill, practice and experimentation are key to mastering this concept in your own compositions.

Similar threads

Back
Top