

| f(s0, a) = s0 | g(s0, a) = 0 |
| f(s0, b) = s1 | g(s0, b) = 1 |
| f(s1, a) = s1 | g(s1, a) = 1 |
| f(s1, b) = s1 | g(s1, b) = 0 |

| Input string | Accept/Reject? |
| abbaa | |
| bbabb | |
| ababaaa |
Let A and A' be FSA. A is equivalent to A' if the strings accepted by A is the same as the strings accepted by A', that is, Ac(A) = Ac(A').
