Cases
Cases are like if/else statements for variables.
Let
a(t)=⎩⎨⎧x1c1x2c2⋮xncn
This means
a(t)=x1 if condition c1 is true
a(t)=x2 if condition c2 is true
so on...
a(t)=xns.t.cn is true
Also ci cannot be true whenever cj∀j∈{1,...,n},j=i