I'm learning about finite automata right now, and struggling with a bit of the math notation. In the explanation here: https://math.stackexchange.com/a/563875/125649, the user explains that the automaton is in state $q$ before the transition, and some state $q'$ after the transition.
I read $q'$ as q-prime from what limited math I know, but I don't know why it's being called that. I've only ever understood prime in the context of calculus, where you have $f(n)$ or $f'(n)$ (read f prime of n), where $f'$ is the derivative of $f$.
Does this mean in the link above, state $q'$ is just a derivative of state $q$?