849 views
1 votes
1 votes
the set L ⊆Σ*  is accepted by some FA if and only if L is the union of some of the equivalence classes of a right invariant equivalence relation of finite index........................what is its meaning and is true or false??

1 Answer

0 votes
0 votes
This is true as it is nothing but the definition of My Hill Nerode Theorem.

Few definitions are below for your reference.

Definition 1. Let Σ be an alphabet and ~ a relation of equivalency on Σ*. Then relation ~ is right invariant if for all u, v, w ∈ Σ*:

u ~ v <=> uw ~ vw

Definition 2. Let L be a language (not neccessarily regular) over Σ. We define relation ~Lcalled prefix equivalence on Σ* as follows:

u ~L v <=> ∀w ∈ Σ*: uw ∈ L <=> vw ∈ L

You can further read it here  http://radek.io/2011/10/24/myhill-nerode-theorem-in-practice/

Related questions

3 votes
3 votes
2 answers
1
0 votes
0 votes
1 answer
2
gateexplore asked Jun 11, 2023
442 views
Construct an NFA that will accept string of 0's, 1's and 2's beginning with a 0's followed by an odd number of 1's and ending with any number of 2's. Please give the answ...
0 votes
0 votes
0 answers
3
vishnu777 asked Nov 24, 2022
215 views
Can anyone explain what is the meaning of saying set of some languages is another language.Ex: L1,L2,L3.....Ln are some languages then i define L={L1,L2,L3.....Ln} which ...
1 votes
1 votes
2 answers
4