Question

Using Cantor's Diagonal argument, show that for a given alphabet A, the set of possible DFAs...

Using Cantor's Diagonal argument, show that for a given alphabet A, the set of possible DFAs is countably infinite (that is, it’s the same as the number of natural numbers) while the set of all possible languages is uncountably infinite (that is, it’s as large as the number of subsets of the natural numbers)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1) _DEA DEA is is a 5- tuple M=(0, E,S, 90, F) 191<0 & 8 to E is alphabet 8 : * £ $ got 8 initial state Fs & Accepted statesSet of all languages = ges = P(W) [Power set of w ) le (W) 1 = |P(IN)! An element of P(IN) can be denoted by an infinite se

Cantor's argument can directly be applied on P(W).

Words are listed( as they are countable it is possible).

Where 1 would signify that the word is in the language and 0 would signify that word is not in the language.

Add a comment
Know the answer?
Add Answer to:
Using Cantor's Diagonal argument, show that for a given alphabet A, the set of possible DFAs...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • q1 1. Consider the alphabet set Σ = (0,1,2) and the enumeration ordering on Σ*, what...

    q1 1. Consider the alphabet set Σ = (0,1,2) and the enumeration ordering on Σ*, what are the 20th and 25th elements in this ordering? 2. Let N be the set of all natural numbers. Let S1 = { Ag N is infinite }, S2-( A N I A is finite) and S-S1 x S2 For (A1,B1) E S and (A2,B2) E S, define a relation R such that (A1,B1) R (A2,B2) iff A1CA2 and B2CB1. i) Is R a...

  • 1(a)Draw the state diagram for a DFA for accepting the following language over alphabet {0,1}: {w...

    1(a)Draw the state diagram for a DFA for accepting the following language over alphabet {0,1}: {w | the length of w is at least 2 and has the same symbol in its 2nd and last positions} (b)Draw the state diagram for an NFA for accepting the following language over alphabet {0,1} (Use as few states as possible): {w | w is of the form 1*(01 ∪ 10*)*} (c)If A is a language with alphabet Σ, the complement of A is...

  • 1) 2) Give formal descriptions (5-tuples) for the DFAs shown in figure below: 3) Give the...

    1) 2) Give formal descriptions (5-tuples) for the DFAs shown in figure below: 3) Give the state diagrams of DFAs recognizing the following languages over ? = {0, 1}: a) LÆ b) L? c) {e, 1001} d) {e, 101, 1001} e) {w : w has prefix 10} f) {w : w does not contain the substring 011} 4) Give the state diagrams of DFAs recognizing the following languages over ? = {0, 1}: a) {w: |w| ? 5} b) {w...

  • 1. Simplify the given composite set, using formulas, and then check the result, using Venn diagra...

    Please send me all answer as soon as possible. 1. Simplify the given composite set, using formulas, and then check the result, using Venn diagrams. ((MAN)U (MN))nM. 2. In the set of real numbers, for the given subsets system, draw the graph of the composite set (dnB)(ВАС). r A-|2; 5], B (3,7), С-|1:4), in the coordinate 3. Classify the given mapping y: A B by checking 5 properties. Each property must be explained. :-oo; +)10:), where y -3 1. Simplify...

  • This question deals with NFAs, DFAs, and regular expressions. (a) Using only the symbols described in...

    This question deals with NFAs, DFAs, and regular expressions. (a) Using only the symbols described in the lecture slides, write a regular expression that describes all strings over the alphabet Σ = {0,1} that are at are at least four bits long and begin and end with the same bit. (b) Draw a DFA, that accepts strings strings over the alphabet Σ = {0, 1} such that if you read the string from left to right, the difference between the...

  • Please show work. Thank you three letter passwords are possible using the 26 letters in the...

    Please show work. Thank you three letter passwords are possible using the 26 letters in the English alphabet if (i) Repeats are not allowed and order matters? (ii) Repeats are not allowed and order does not matter? (ii) Repeats are allowed and order matters? (iv) Repeats are allowed and order does not matter? Exercise 2.3. How many 6 digit numbers (in base 10) have all of their digits in the set f8,9)?

  • 1: 1 131 2 Given matrix A 2 2 2. matrix P and I S set 2. a) Show that matrix P diaqonalizes A and find D(diagonal m...

    1: 1 131 2 Given matrix A 2 2 2. matrix P and I S set 2. a) Show that matrix P diaqonalizes A and find D(diagonal matnx) that matches. 6) Find the eigen values of A Observe that the columns of P form set S c) orthogonal Set using the inner product standard show that set S is not an Use the Gram- Schmidt process to get an orthonormal set from S using inner product standard 1: 1 131...

  • JUST DO QUESTION 4 Université d'Ottawa Faculté de génie University of Ottawa Faculty of Engineeing École...

    JUST DO QUESTION 4 Université d'Ottawa Faculté de génie University of Ottawa Faculty of Engineeing École de science informatique et de génle électrique uOttawa School of Electrical Engineering and Computer Science Canada's universiry ELG 3126 RANDOM SIGNALS AND SYSTEMS Winter 2018 ASSIGNMENT 1 Set Theory (due at 11.30 AM Thusday, Jan. 18 in class) I. Your University of Ottaa stdent number has k distinct digits in it. State the set of t and all the subsets of this set that...

  • Write a java code to solve the following question using the backtracking algorithm. Given a set...

    Write a java code to solve the following question using the backtracking algorithm. Given a set of distinct integers, return all possible subsets. input: new int[] {1,2,3} output: [], [3], [2], [2,3], [1], [1,3], [1,2], [1,2,3] What to submit: 1. Your source code in a text document (15pts), 2. A screen copy showing you can run the code and the result of running the code (5 pts). 3. What is the performance of your algorithm (5 pts), give the answer,...

  • Two numbers X and Y are represented in RNS using the moduli set m =(3, 5,...

    Two numbers X and Y are represented in RNS using the moduli set m =(3, 5, 7). The numbers are: X = (0, 2, 5) and Y = (2, 3, 1). Find the RNS representation for the number Z = XxY. (Perform the multiplication in residue domain. No credit will be given if multiplication is performed after converting the numbers to their actual magnitude.) Find the value of Z using reverse conversion technique. (Show all the steps.)

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT