146k views
3 votes
By [n][n] we denote the set {1,…,n}. A function f:[m]→[n] is called monotone if f(i) \leq f(j)f(i)≤f(j)whenever i < ji

User Per Melin
by
4.9k points

1 Answer

1 vote

Answer:

There are a total of
{ 6 \choose 3} = 20 functions.

Explanation:

In order to define an injective monotone function from [3] to [6] we need to select 3 different values fromm {1,2,3,4,5,6} and assign the smallest one of them to 1, asign the intermediate value to 2 and the largest value to 3. That way the function is monotone and it satisfies what the problem asks.

The total way of selecting injective monotone functions is, therefore, the total amount of ways to pick 3 elements from a set of 6. That number is the combinatorial number of 6 with 3, in other words


{6 \choose 3} = (6!)/(3!(6-3)!) = (720)/(6*6) = (720)/(36) = 20

User Deniz Cetinalp
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.