Finding the Cardinality of Set C: A Problem in Subsequence Coverage

In summary: This will result in a set of all possible subsequences that can be formed by taking K tiles from T. Then, we can compare this set with the set S to find the elements that can be covered by K tiles of T. Finally, we can find the cardinality of C by counting the number of elements in this set. Overall, the main idea is to use the properties of sets and subsets to find the elements that can be covered by K tiles of T. In summary, to find the cardinality of C given M, L_T, L_S, K, we need to compare the set of all possible subsequences formed by taking K tiles from T with the set S, and count the number of elements that are common to both
  • #1
grigor
4
0
I have faced the following problem recently:

We have a sequence A of M consecutive integers, beginning at A[1] = 1: 1,2,...M (example: M = 8 , A = 1,2,3,4,5,6,7,8 )

We have the set T consisting of all possible subsequences made from L_T consecutive terms of A, which do not overlap. (example L_T = 3 , subsequences are {1,2,3},{4,5,6},{7,8,9},...). Let's call the elements of T "tiles".

We have the set S consisting of all possible subsequences of A that have length L_S. ( example L_S = 4, subsequences like {1,2,3,4} , {1,3,7,8} ,...{4,5,7,8} ).

We say that an element s of S can be "covered" by K "tiles" of T if there exist K tiles in T such that the union of their sets of terms contains the terms of s as a subset. For example, subsequence {1,2,3} is possible to cover with 2 tiles of length 2 ({1,2} and {3,4}), while subsequnce {1,3,5} is not possible to "cover" with 2 "tiles" of length 2, but is possible to cover with 2 "tiles" of length 3 ({1,2,3} and {4,5,6}).

Let C be the subset of elements of S that can be covered by K tiles of T.

Find the cardinality of C given M, L_T, L_S, K.

Any ideas would be appreciated how to tackle this problem.
 
Physics news on Phys.org
  • #2
It may make sense to look at the union of each subset of K tiles, and then take power sets of their union.
 

What is the definition of cardinality of a set?

The cardinality of a set is the number of elements or members in that set. It represents the size or magnitude of a set.

How do you find the cardinality of a finite set?

To find the cardinality of a finite set, you simply count the number of elements in the set. For example, if a set has 3 elements, its cardinality is 3.

What is the cardinality of an infinite set?

An infinite set has an uncountable number of elements, so its cardinality is represented by the symbol ∞ (infinity).

What is the difference between cardinality and cardinal number?

Cardinality refers to the size or number of elements in a set, while cardinal number is a specific number used to represent the cardinality of a set. For example, the cardinality of a set may be 3, but its cardinal number is 3.

What is the importance of finding the cardinality of a set?

Finding the cardinality of a set is important in understanding the properties and relationships of different sets. It also helps in solving problems involving sets, such as finding the number of possible outcomes in an experiment or calculating the probability of an event occurring.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Precalculus Mathematics Homework Help
Replies
23
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
27
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
Replies
20
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
502
  • Set Theory, Logic, Probability, Statistics
2
Replies
57
Views
5K
  • Topology and Analysis
Replies
8
Views
2K
Back
Top