| Who Cites induced event str? | |
| induced_event_str | Def induced_event_str(E;A;f) == < A,MS(E),msg(E) o f,loc(E) o f,is-send(E) o f, |
| 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: | induced_event_str(E;A;f) | has structure: | induced_event_str(E; A; f) |
About: