I have model simple NOT gate in uppaal with propagational delay. But I am unable to prove one property. Screenshot of automata is attached. Xinp is input, xout is output. 3 is used as propagational delay here.
P1: A[] (xinp && t>3 imply (xout==!xinp))
This property is working correctly , after 3 time unit, output becomes negation of input.
P2: A[] (xinp && t<3 imply (xout==!xinp))
This property should be unsatisfiable so that I can verify that not gate is working after the propagational delay and before 3 time unit output is not according to not gate. BUT this property is not unsatisfiable.