| Who Cites induced tagged event str? | |
| induced_tagged_event_str | Def < A,evt,tg > (E) == < A,MS(E),msg(E) o evt,loc(E) o evt,is-send(E) o evt,tg, |
| Thm* | |
| event_is_snd | Def is-send(E) == 1of(2of(2of(2of(2of(E))))) |
| Thm* | |
| compose | Def (f o g)(x) == f(g(x)) |
| Thm* | |
| event_loc | Def loc(E) == 1of(2of(2of(2of(E)))) |
| Thm* | |
| event_msg | Def msg(E) == 1of(2of(2of(E))) |
| Thm* | |
| event_msg_str | Def MS(E) == 1of(2of(E)) |
| Thm* | |
| pi2 | Def 2of(t) == t.2 |
| Thm* | |
| pi1 | Def 1of(t) == t.1 |
| Thm* |
| Syntax: | < A,evt,tg > (E) | has structure: | induced_tagged_event_str(E; A; evt; tg) |
About: