Sets, Subsets, Possible Relations

In summary, for a set with n elements, the number of possible relations between subsets is 2n and the number of "true" possible relations is (2+1)n, which can be represented by the binomial expansion of (2+1)n.
  • #1
Figaro
103
7
Given a set, there are subsets and possible relations between those arbitrary subsets. For a given example set, the possible relation between the subsets of the example set will narrow down to the "true" possible relations between those subsets.

a) {1}
Number of Subsets: ##2^1 = 2## (∅, {1}) where the power means how many elements

Number of Possible Relations (suppose those two subsets A and B are arbitrary): ##2^2 = 4## (A⊆A, A⊆B, B⊆B, B⊆A) where the base is 2 since there are two subsets and the power is 2 since there are two possible ways to relate each pair.

Number of "True" Possible Relations: 3 (∅⊆∅, ∅⊆{1}, {1}⊆{1})

b) {1,2}
Number of Subsets: ##2^2 = 4##

Number of Possible Relations (suppose those two subsets A and B are arbitrary): ##4^2 = 16##

Number of "True" Possible Relations: 9

c) {1,2,3}
Number of Subsets: ##2^3 = 8##

Number of Possible Relations (suppose those two subsets A and B are arbitrary): ##8^2 = 64##

Number of "True" Possible Relations: 27

d) {1,2,3, ..., n}
Number of Subsets: ##2^n##

Number of Possible Relations (suppose those two subsets A and B are arbitrary): ##(2^n)^2 = 2^{2n}##

Number of "True" Possible Relations: ##3^n##

Part d) is guesswork. So is part d) correct by the pattern that is given in part a)-c)? I know that I need to do induction in order to formally say that IT is correct but the question is if I can guess by the pattern.
 
Physics news on Phys.org
  • #2
For a set with n elements, you have
- 1 subset with 0 elements, leading to 2n true possible relations
- n subsets with 1 element, leading to n*2n-1 true possible relations
- ...
- 1 subset with n elements, leading to 1 possible relation.

This is the binomial expansion of (2+1)n. No need to use induction.
 

1. What is a set?

A set is a collection of distinct objects or elements. These objects can be anything, such as numbers, letters, or even other sets.

2. What is a subset?

A subset is a set that contains only elements that are also in a larger set. In other words, all the elements in a subset are also present in the original set.

3. What are possible relations between sets?

There are several possible relations between sets, including subset, proper subset, equal set, disjoint set, and power set. These relations describe how sets are related to each other in terms of their elements.

4. How are sets and subsets represented?

Sets and subsets can be represented using either set notation or roster notation. Set notation uses curly braces to enclose the elements of a set, while roster notation lists out all the elements of a set within curly braces.

5. What are some real-life applications of sets and subsets?

Sets and subsets are used in various fields such as mathematics, computer science, and statistics. They are also used in practical applications such as organizing data, creating Venn diagrams, and solving logic problems.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
33
Views
3K
  • Set Theory, Logic, Probability, Statistics
2
Replies
35
Views
566
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
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
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
511
Back
Top