Wikipedia : Because DFAs can be reduced to a canonical form (minimal DFAs), there are also efficient algorithms to determine:
- whether a DFA accepts any strings.
- whether a DFA accepts all strings.
- whether two DFAs recognize the same language.
I am not able prove how first two properties are decidable or by which algorithms we can determine same.