So,
Question 1)
if we have only one state in the quotient state, and if it satisfy any of the combination states of others , which mean {(s2,s3) , (s0,s1)} has predecessor s5 or in other words s5 can go to either s2 or s3 in (s2,s3) or s0 or s1 in (s0,s1) then I can draw the the transition from s5 to those combined states, is the right?
Question 2)
if i have combined state like (s0,s1) and (s2,s3) then, if i want to draw a transition from (s0,s1) to (s2,s3) , then s0 should go to s2 or s3 , similarly s1 also go to s2 or s3. if one of them is missing then , i can't draw the transition. is that right?
Question 3) If from (s0,s1) , only s0 if going to s5 and s1 is not going to s5 , can i draw the transition?
Question 4) (s0,s1) and (s2,s3) , if s0 is going to both s2 and s3 , but s1 is dead end. Can i draw the transition.?
Question 4) (s0,s1) and (s2,s3) , if s0 and s1 are going to s2 . But not to s3(s3 does not have any predecessor). Can i draw the transition.?