How to prove dfa is minimal?

Asked by Kalirn

Report
in progress 41
16 Answers 218 views

Leave a reply to Kalirn : prove dfa is minimal


Answers ( 16 )

  1. L26: Minimizing the number of states in a DFA :

    how to prove dfa is minimal

    Ratings : 27 %   

      
  2. How to minimize a Deterministic Finite Automata (DFA) using Table Fill method? :

    how to prove dfa is minimal

    Ratings : 30 %   

      
  3. (Q,\Sigma,\delta,q_0,F)$ be a NFA. We construct a DFA $A' = (Q',\Sigma,\delta',q'_0,F')$ where $Q' = \mathcal{P}(Q)$, $F' = \{S \in Q' | F \cap S …
    Read More

    Ratings : 44 %   

      
  4. Convert NFA to DFA :

    how to prove dfa is minimal

    Ratings : 59 %   

      
  5. Theory Of Computation 7,DFA of binary no which is divisible by 3 :

    how to prove dfa is minimal

    Ratings : 68 %   

      
  6. Find a minimal DFA for the language L = {a n: n mod 3 =1 or n mod 5 = 2} and prove that the result is minimal, i.e. the result has minimum number of states.
    Read More

    Ratings : 40 %   

      
  7. A synchronizing word for a given synchronizing DFA is called minimal if none of its proper (...) Using this characterization we prove that any such automaton possesses
    Read More

    Ratings : 10 %   

      
  8. ECS120 Introduction to the Theory of Computation Fall Quarter 2007 Discussion Notes Wednesday, October 3, 2007 Minimal DFA Proof Before trying to prove that your DFA
    Read More

    Ratings : 61 %   

      
  9. \Sigma, \delta, q_s, F)$ and a minimal $DFA_{MIN} = (Q_{MIN}, \Sigma, \delta_{MIN}, q_{s_{MIN}}, F_{MIN})$ where (...) but I find it hard to prove this neatly.
    Read More

    Ratings : 55 %   

      
  10. 1 - Convert Regular Expression to Finite-State Automaton :

    how to prove dfa is minimal

    Ratings : 17 %   

      
  11. Convert Regular Expression to DFA :

    how to prove dfa is minimal

    Ratings : 63 %   

      
  12. Prim's Algorithm: Minimal Spanning Tree :

    how to prove dfa is minimal

    Ratings : 38 %   

      
  13. Equivalence NFA DFA :

    how to prove dfa is minimal

    Ratings : 19 %   

      
  14. How to Minimize DFA states :

    how to prove dfa is minimal

    Ratings : 74 %   

      
  15. Theory Of Computation 24,DFA which accepts strings= { a^nb^m | n,m greater than or equal to 1} :

    how to prove dfa is minimal

    Ratings : 10 %