Skip to main content

Questions tagged [finite-sets]

0 votes
2 answers
142 views

I am currently trying to understand why some finite sets or problems are always decidable. For example, the halting problem on an empty tape is proven to be undecidable: $$H_0 = \{w \in \{0,1\}^* \mid ...
checkchecker's user avatar
1 vote
0 answers
42 views

Consider the following four strings of text: Alabama Alaska Arizona Arkansas These strings of text represent four names for four different states within the United States of America. Suppose that we ...
Toothpick Anemone's user avatar
0 votes
0 answers
96 views

I'm studying finite state machines and trying to make this table, but I don't know where to start. Isn't it necessary to know what happens when for example both inputs A and B from state s1 are active?...
massive.attack's user avatar
2 votes
1 answer
777 views

I want to prove (or disprove) the following conjecture: Let $\Sigma$ be a finite alphabet, and let $L \subseteq \Sigma^*$ satisfy that there are no $v, w \in L$ such that $v$ is a proper substring of ...
anamundi's user avatar
4 votes
0 answers
137 views

I have a set of sets, for example { {1, 2, 3}, {1, 2}, {2}, {2, 4} } I want to find all sets which are not subsets of another set. For example, ...
Daniel M.'s user avatar
  • 141
0 votes
0 answers
219 views

I am still quite confused on how to properly handle in answering the intersection and equality of two FAs in terms of table form and manipulating its transformation....
Ralph Henry's user avatar
1 vote
0 answers
55 views

Is there any research/information on matching vector family sets (the U list or the V list or both) that form a group (under addition)? You can find the definition of MV families here: https://homes....
Ali Gholami's user avatar
3 votes
1 answer
104 views

Is there an efficient algorithm to solve the following decision problem? Given a finite set $S$ and a set of relations $\mathcal R$ from $S$ to $S$, determine whether there is any sequence of ...
Milo Brandt's user avatar
0 votes
2 answers
95 views

This is a question from a practice quiz at my university. Is the question asking for the cardinality of Σ1 = {a,b} to the power of four? if that's the case, then the set would still have a ...
Bee's user avatar
  • 185
1 vote
1 answer
98 views

I'm trying to implement conditional probability distribution when the events of two RVs are sets. If I try to extrapolate concepts from real or categorical variables to sets things become confusing ...
Nacho's user avatar
  • 11
4 votes
1 answer
224 views

I have a system of linear equations over a finite field $\mathbb F_p \cong \mathbb Z_p$, and I'm interested in the decision problem of whether there exists a solution where all of the variables $x_i$ ...
Peter Kagey's user avatar
1 vote
1 answer
418 views

So I was trying to solve following exercise: Let $(L_{i})_{i \in \mathbb{N}}$ be a family of decidable languages - this means that every $L_{i}$ is decidable. Then $\cup_{i \in \mathbb{N}}L_{i} $ is ...
Momo's user avatar
  • 35
6 votes
2 answers
293 views

Consider $n$ sets, $X_i$, each having $n$ elements or fewer, drawn among a set of at most $m \gt n$ elements. In other words $$\forall i \in [1 \ldots n],~|X_i| \le n~\wedge~\left|\bigcup_{i=1}^n X_i\...
Arthur B's user avatar
  • 353
4 votes
2 answers
435 views

Is it true that every regular language can be expressed as a finite union of periodic sets? In other words, if $L$ is regular, then do there exist finite sets $A_1,\dots,A_n,B_1,\dots,B_n$ such that ...
D.W.'s user avatar
  • 169k
1 vote
1 answer
285 views

Given a collection of sets $\{S_1, S_2, \dots, S_n\}$, find all the "reduced" intersections between those sets that yield the desired set $\{x\}$ as the result. A "reduced" intersection is defined as ...
mathTrials's user avatar

15 30 50 per page