| Rank | Theorem | Name |
| 9 | Thm* L:MsgA List. ( A,B L.A ||+ B)  ( A L.Feasible(A))  Feasible( (L)) | [ma-join-list-feasible] |
| cites the following: |
| 0 | Thm* Feasible() | [ma-empty-feasible] |
| 2 | Thm* P:(T Prop), x:T, L:T List. ( y [x / L].P(y))  P(x) & ( y L.P(y)) | [l_all_cons] |
| 1 | Thm* T:Type{i}, x:T, L:T List, P:(T T Prop{i'}).
Thm* ( x,y [x / L].P(x,y))  ( x,y L.P(x,y)) & ( y L.P(x,y)) | [pairwise-cons] |
| 8 | Thm* L:MsgA List.
Thm* ( A,B L.A ||+ B)  (L) MsgA & ( M:MsgA. ( B L.M ||+ B)  M ||+ (L)) | [ma-join-list-property] |
| 6 | Thm* A,B:MsgA.
Thm* A || B
Thm* 
Thm* ma-frame-compatible(A; B)
Thm* 
Thm* ma-sframe-compatible(A; B)  Feasible(A)  Feasible(B)  Feasible(A B) | [ma-join-feasible] |