Chapter 6: Problem 19
Prove that for any finite languages \(A, B \subseteq \mathbf{\Sigma}^{*},|A B| \leq|A||B|\).
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 6: Problem 19
Prove that for any finite languages \(A, B \subseteq \mathbf{\Sigma}^{*},|A B| \leq|A||B|\).
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
For a given alphabet \(\mathbf{\Sigma}\) and index set \(I\), let \(B_{i} \subseteq \mathbf{\Sigma}^{*}\) for each \(i \in I\). If \(A \subseteq \Sigma^{*}\), prove that (a) \(A\left(\cap_{b e l} B_{i}\right) \subseteq\) \(\bigcap_{i \in i} A B_{i}\); and, (b) \(\left(\cap_{i \in I} B_{t}\right) A \subseteq \bigcap_{i \in I} B_{i} A\). [Here, for example, \(A\left(\bigcap_{i \in I} B_{i}\right)\) denotes the concatenation of the languages \(A\) and \(\bigcap_{i e i} B_{i}\).]
Construct a state diagram for a finite state machine with \(g=0=\\{0,1\\}\) that recognizes all strings in the language \(\\{0,1\\}^{*}\\{00\\} \cup\\{0,1\\}^{*}\\{11\\}\).
Let \(A=\\{10,11\\}, B=\\{00,1\\}\) be languages for the alphabet \(\mathbf{\Sigma}=\\{0,1\\}\). Determine each of the following: (a) \(A B\); (b) \(B A\); (c) \(A^{3}\); (d) \(B^{2}\).
Provide a recursive definition for each of the following languages \(A \subseteq \mathbf{\Sigma}^{*}\) where \(\mathbf{\Sigma}=\\{0,1\\} .\) a) \(x \in A\) if (and only if) the number of 0 's in \(x\) is even. b) \(x \in A\) if (and only if) there is only one 0 in \(x\). c) \(x \in A\) if (and only if) all of the 1 's in \(x\) precede all of the 0 's.
For \(\mathbf{\Sigma}=\\{w, x, y, z\\}\) determine the number of strings in \(\mathbf{\Sigma}^{*}\) of length five (a) that start with \(w ;\) (b) with precisely two w's; (c) with no w's; (d) with an even number of w's.
What do you think about this solution?
We value your feedback to improve our textbook solutions.