Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Nondeterministic finite automaton
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===ε-closure of a state or set of states=== For a state <math>q \in Q</math>, let <math>E(q)</math> denote the set of states that are reachable from <math>q</math> by following ε-transitions in the transition function <math>\delta</math>, i.e., <math>p \in E(q)</math> if there is a sequence of states <math>q_1,..., q_k</math> such that * <math>q_1 = q</math>, * <math>q_{i+1} \in \delta(q_i, \varepsilon)</math> for each <math>1 \le i < k</math>, and * <math>q_k = p</math>. <math>E(q)</math> is known as the '''epsilon closure''', (also '''ε-closure''') of <math>q</math>. The ε-closure of a set <math>P</math> of states of an NFA is defined as the set of states reachable from any state in <math>P</math> following ε-transitions. Formally, for <math>P \subseteq Q</math>, define <math>E(P) = \bigcup\limits_{q\in P} E(q)</math>.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)