Example Minimization
1. Ouput Disjoint states: {A, C, D} {B}
–Note B outputs 1 on input 1
2. Input 0: A->A, B->B, C->D, D->C thus {A, C, D} all
go to one of {A, C, D}
Input 1: A->B, B->C, C->B, D->B again {A,C,D}
behave the same.
3. No new partitions were needed so {A,D,C} are
equivalent states. Re-label {A,D,C} as S and {B} as T
4. Derive S,0 -> S,0; S,1 -> T,0; T,0 -> T,0; T,1 -> S,1
B
A
0/0
0/0
1/0
1/1
D
C
0/0
0/0
1/0
1/0