Consider selecting $3$ objects from the set $A = \{ 1,2,3,4,5,6\}$, how many strictly increasing sequences can be chosen from $A$? Answer is $C_3^6$, but my problem is that I don't know what it means by strictly increasing and how to get the answer $C_3^6$.
Edit:
Thanks for answering, so is it correct to say that the answer is 6C3 because it's the same thing as a combinations problem without repetition and we can say this because 354 for example is the same as 345 since order doesn't matter. Therefore, 6C3 right?