This question is about whether the definition of weighted Non-deterministic Finite state Automata (NFAs) excludes the possibility of infinitely many transitions.
The definition of Finite State Automata implies finitely many states, with a finite alphabet for possible transitions. However, in a weighted NFA, it is possible to have multiple arcs between the same two states with the same transition symbol but with different weights.
Now my question is: Could one define a NFA with two states and infinitely many transitions between them with the same symbol, e.g. one for each natural number?