Proving that k is the number of ways we can order k items

  • Thread starter number0
  • Start date
In summary: Is this almost right?Say the (k+1)th object is in the first spot. How many ways are there to arrange objects 1 through k in the remaining spots?This is no longer a proof by induction, is it?I'm going to step out of this thread - don't want this to become a case of too many cooks.In summary, someone is trying to prove that there is a number k such that for every set of k items there is a way to order them, but they are stuck on how to start the proof. They have help from others, but still cannot seem to get past the initial step. Once they understand the concept of induction, they are able to continue on to the
  • #1
number0
104
0

Homework Statement



How do you prove that k! is the number of ways we can order k items?


Homework Equations





The Attempt at a Solution



I tried mathematical induction... but I keep getting stuck on how to show that (k + 1)! is the

number of ways we can order (k +1) items?

Can anyone help? Thanks.
 
Physics news on Phys.org
  • #2
This might not be rigorous enough but it may be enough for you to get started:

Take 1 item. How many ways can you place it into k+1 slots? Now by the induction hypothesis, how many ways can you fill the remaining k slots with the remaining k items?
 
  • #3
number0 said:
I tried mathematical induction... but I keep getting stuck on how to show that (k + 1)! is the

number of ways we can order (k +1) items?

Can anyone help? Thanks.
So you have k objects that you can "line up" in (k!) different ways. Now add one more object to the collection. What are the different ways in which you can position this new object among the existing line of k objects?
 
  • #4
Both you guys gave me good help, but I am still stuck.

This is what I got so far...

1) There is k+1 ways to place it into k slots.

How am I suppose to use the inductive hypothesis?
 
  • #5
number0 said:
Both you guys gave me good help, but I am still stuck.

This is what I got so far...

1) There is k+1 ways to place it into k slots.

How am I suppose to use the inductive hypothesis?
It's not clear what the "it" is that you refer to above, or which step of the inductive process you are at.

I suggest you wipe the slate clean and start at the beginning.

What's the first step in a proof by induction?
 
  • #6
Gokul43201 said:
It's not clear what the "it" is that you refer to above, or which step of the inductive process you are at.

I suggest you wipe the slate clean and start at the beginning.

What's the first step in a proof by induction?

By it, I am referring to k+1. So there is k+1 ways to place k+1 into a set that contains k elements.
 
  • #7
By it, I am referring to k+1.
By "k+1", do you mean "the (k+1)th object"?

If so, you are correct, but can you explain more clearly how there are k+1 ways to position this object?
 
  • #8
Gokul43201 said:
By "k=1", do you mean "the (k+1)th object"?

If so, you are correct, but can you explain more clearly how there are k+1 ways to position this object?

Well... take k = 3 for example. So k + 1 = 4. Then:

1 2 3 4
1 2 4 3
1 4 2 3
4 1 2 3

. Thus there are four ways?
 
  • #9
Say the (k+1)th object is in the first spot. How many ways are there to arrange objects 1 through k in the remaining spots?
 
  • #10
vela said:
Say the (k+1)th object is in the first spot. How many ways are there to arrange objects 1 through k in the remaining spots?

Oh! k times. Then the logic proof can goes as follows:

since k + 1 can be placed in k amount of positions, we can use the inductive hypothesis to multiply k + 1 by k! to get (k + 1)! ?

I am not sure about it;/
 
  • #11
What you wrote has numerous mistakes, but I suspect it may just be you being sloppy. For example, you said "k + 1 can be placed in k amount of positions," yet in your previous post, you argued that the (k+1)-th item can go into k+1 spots. Can you clarify exactly what you're thinking?
 
  • #12
vela said:
What you wrote has numerous mistakes, but I suspect it may just be you being sloppy. For example, you said "k + 1 can be placed in k amount of positions," yet in your previous post, you argued that the (k+1)-th item can go into k+1 spots. Can you clarify exactly what you're thinking?

Okay I reread my post and it was sloppy. This is what it was suppose to mean:

If we insert a k+1 element into the set, then there will be k + 1 amount of ways to position k + 1. From the inductive hypothesis, we can multiply k + 1 ways by k! to get (k + 1)! ways of arranging a set.

Is this almost right?
 
Last edited:
  • #13
vela said:
Say the (k+1)th object is in the first spot. How many ways are there to arrange objects 1 through k in the remaining spots?
This is no longer a proof by induction, is it?

I'm going to step out of this thread - don't want this to become a case of too many cooks.

But before I leave, I should perhaps add that the discussion in post #8 is on the right track. All you (number0) need to do is make that argument using general terms, rather than a specific example. And then you are one step away from completing the proof by induction.
 
Last edited:
  • #14
number0 said:
Okay I reread my post and it was sloppy. This is what it was suppose to mean:

If we insert a k+1 element into the set, then there will be k + 1 amount of ways to position k + 1. From the inductive hypothesis, we can multiply k + 1 ways by k! to get (k + 1)! ways of arranging a set.

Is this almost right?
Yup, that's the idea. You just have to fill in the rest of the pieces of a proof by induction.
Gokul43201 said:
This is not a proof by induction, is it?
Well, it's an element of the proof. The induction hypothesis allows you to assume there are k! ways to arrange the k remaining elements.
I'm going to step out of this thread - don't want this to become a case of too many cooks.
I don't think it's necessary for you to stop posting here. It would be one thing if we were proposing two completely different ways to solve this, but we're essentially saying the same things.
 

1. What does it mean to "order" items?

Ordering items refers to arranging them in a specific sequence or pattern, such as from smallest to largest or alphabetically.

2. Why is it important to prove that k is the number of ways we can order k items?

This proof serves as a mathematical confirmation of the relationship between the number of items and the number of ways they can be ordered. It also allows us to make predictions and calculations based on this relationship.

3. Can you provide an example of this concept?

For instance, if we have a set of 3 letters (A, B, C), there are 3 ways we can arrange them: ABC, ACB, and BAC. This follows the pattern of k = 3, where k represents the number of items (in this case, letters) and 3 represents the number of ways they can be ordered.

4. How can we prove that k is the number of ways we can order k items?

This can be proven using combinatorics, a branch of mathematics that deals with counting and arranging objects. The specific method used may vary depending on the context and problem at hand.

5. Can this concept be applied to real-life situations?

Yes, this concept can be applied in various fields such as computer science, statistics, and business. For example, in computer science, this concept can be used in algorithms for sorting and searching data. In business, it can be used to determine the number of possible combinations for a product line or menu items.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
337
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
226
  • Calculus and Beyond Homework Help
Replies
6
Views
472
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
105
  • Calculus and Beyond Homework Help
Replies
4
Views
650
  • Calculus and Beyond Homework Help
Replies
7
Views
680
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
495
Back
Top