Does there exist a general approach in mainstream academia for representing a deterministic infinite automata? Unlike the finite kind, this one with infinite number of states.
Although there is infinite state. There is a finite number of types of states. E.g. state $inBrackets_k$ goes to state has an edge leading to $inBrackets_{k+1}$ when receiving input '('. $inBrackets$ can be considered the class/type of those infinity many states. (Thats a language of balanced brackets handle by deterministic infinite state machine example).
Further more. Could deterministic infinite automata be minimised. I.E. Minimise the number of types of states, using the same approach we use for the finite kind?