Integer transition system

Has button, stores an integer. When you press the button the integer changes.

Transition system:

  • Set (of states)
  • transition funciton
  • Initial state

Adding a boolean

  • Set (of states)
  • Family of transition funciton
  • Initial state

Passive state

Nothing happens until an input is provided. Also called reactive transition systems.

Active State

State where it spontaneously changes state.

Mixed system

Set X of passive states Set Y of active sets

These then create a pairing so forms a co-algebra in Set^2.