Proving 2-Subsets of an n-Set A Equals n(n-1)/2

  • Thread starter Ella087
  • Start date
In summary, the conversation discusses proving by induction the number of 2-subsets of an n-set A, which is shown to be equal to n(n-1)/2. The example of sets with 1, 2, and 3 elements is used to illustrate this formula, and it is generalized to the n+1 case. The formula is also related to the number of selections of 2 distinct elements from n distinct elements. The conversation suggests that this is for learning induction proofs.
  • #1
Ella087
3
0
Prove by induction that the number of 2-subsets of an n-set A equals n(n-1)/2.
 
Physics news on Phys.org
  • #2
Can you count the number of 2-subsets of a set A with 1 element..? Well, it's obviously zero..what if A has two elements... then there is one 2-subset, A itself ... what about three...? Can you relate the number of 2-subsets of a 3-set to the number of 2-subsets of a 2-set?

Say the 2-set is A= {1,2} and the three set is B={1,2,3}. A 2-subset of A is certainly also a 2-subset of B, so you have {1,2}, but there are more 2-subsets of B, those containing 3. What can you pair 3 with? Apparently with any of the elements of A, which gives you another two 2-subsets of B, namely {1,3},{2,3}.

So in total there are three 2-subsets of a set B with three elements, in agreement with your formula.

Can you generalize this?
 
  • #3
The n to n+1 case is rather simple. Assume for n we have n(n-1)/2 2-subsets. Add one more element. This adds n more two-subsets. n(n-1)/2 + n=n(n+1)/2.
 
  • #4
Is it for learning induction proofs? Straightway, the number of selection of 2 distinct elements from n distinct elements is nC2 (= n combination 2).
 

1. What is an n-Set?

An n-Set is a set that contains n elements. The number n can be any positive integer.

2. How do you prove that 2-Subsets of an n-Set A equals n(n-1)/2?

The formula n(n-1)/2 represents the number of 2-subsets that can be formed from an n-set. To prove this, we can use the combinatorial approach. We know that the number of ways to choose 2 elements from a set of n elements is n choose 2, which is also equal to n(n-1)/2. Therefore, the 2-subsets of an n-Set A equals n(n-1)/2.

3. Can you provide an example of proving 2-Subsets of an n-Set A equals n(n-1)/2?

Sure, let's say we have a set A = {1, 2, 3, 4}. The number of 2-subsets that can be formed from this set is 4 choose 2, which is equal to 6. Using the formula n(n-1)/2, we get 4(4-1)/2 = 6. So, the number of 2-subsets of A equals n(n-1)/2.

4. Can the formula n(n-1)/2 be used to find the number of subsets with more than 2 elements in an n-Set?

No, the formula only works for finding the number of 2-subsets in an n-set. To find the number of subsets with more than 2 elements, we can use the formula 2^n - 1, where n is the number of elements in the set.

5. Why is it important to prove the formula for 2-Subsets of an n-Set A equals n(n-1)/2?

Proving this formula is important because it helps us understand the relationship between the number of elements in a set and the number of 2-subsets that can be formed from that set. It also allows us to solve problems related to combinations and permutations, which have various applications in mathematics, computer science, and other fields.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
22
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
Replies
0
Views
326
  • Set Theory, Logic, Probability, Statistics
Replies
19
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
3K
Back
Top