Math Problem Statement
- Let m and n be positive integers. Exhibit an arrangement of the integersbetween 1 and mn which has no increasing subsequence of length m + 1,and no decreasing subsequence of length n + 1
Solution
This problem is asking for an arrangement of integers between and such that there is no increasing subsequence of length and no decreasing subsequence of length . A well-known solution to this problem is based on the Robinson-Schensted-Knuth (RSK) correspondence and the construction of a standard Young tableau. Here’s a construction for such a sequence:
Solution Approach:
One common method to find such a sequence is to use a permutation that avoids long increasing or decreasing subsequences. The Ferrer diagram and the RSK algorithm ensure that there are bounds on the lengths of the increasing and decreasing subsequences.
We can use a two-line standard representation approach, which helps control both the increasing and decreasing subsequences. Specifically, the reverse row-reading word of an tableau provides such a sequence.
Construction:
An arrangement that satisfies the conditions for this problem can be obtained using the Lexicographic order of the integers organized into an grid.
For simplicity, we can take the following example construction when and (though the method works for any and ):
-
List the integers between and .
-
Arrange these integers in a grid as
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Combinatorics
Permutation Theory
Young Tableaux
RSK Correspondence
Formulas
-
Theorems
Robinson-Schensted-Knuth Correspondence
Ferrer Diagram
Suitable Grade Level
Undergraduate/Advanced High School
Related Recommendation
Constructing Integer Sequences without Increasing or Decreasing Subsequences
Arranging Integers with No Increasing or Decreasing Subsequences using Erdős–Szekeres Theorem
How to Rearrange 1,2,3,4,5 Without 3 Consecutive Increasing or Decreasing Numbers
Proof of Number Sequence Properties Using the Pigeonhole Principle
Counting Sequences: Even and Odd Number Arrangements from 0 to 9