df606
- 14
- 0
I'm trying to read this book "Automata, Computability, and Complexity" by Elaine Rich and on page 75 it defines this function: \delta'(Q,c) = \cup\{eps(p):\exists q\in Q((q,c,p)\in\Delta)\}
I've never seen the union operator used in this way. What does it mean?
Apologies if this is in the wrong section.
Edit: I don't care what the stuff inside the brackets means. I understand that part. I'm asking, what does \cup mean when it's front of any set? It could be something like \cup\{x:x\in\mathbb{R}\}
I've never seen the union operator used in this way. What does it mean?
Apologies if this is in the wrong section.
Edit: I don't care what the stuff inside the brackets means. I understand that part. I'm asking, what does \cup mean when it's front of any set? It could be something like \cup\{x:x\in\mathbb{R}\}
Last edited: