Step
*
of Lemma
send-once-no-prior-classrel
∀[Info,A:Type].  ∀b:bag(A). ∀es:EO+(Info). ∀e:E.  ((no Send(b) prior to e) 
⇐⇒ (↑first(e)) ∨ (↑bag-null(b)))
BY
{ Auto }
1
1. [Info] : Type
2. [A] : Type
3. b : bag(A)@i
4. es : EO+(Info)@i'
5. e : E@i
6. (no Send(b) prior to e)@i
⊢ (↑first(e)) ∨ (↑bag-null(b))
2
1. Info : Type
2. A : Type
3. b : bag(A)@i
4. es : EO+(Info)@i'
5. e : E@i
6. (↑first(e)) ∨ (↑bag-null(b))@i
⊢ (no Send(b) prior to e)
Latex:
Latex:
\mforall{}[Info,A:Type].
    \mforall{}b:bag(A).  \mforall{}es:EO+(Info).  \mforall{}e:E.    ((no  Send(b)  prior  to  e)  \mLeftarrow{}{}\mRightarrow{}  (\muparrow{}first(e))  \mvee{}  (\muparrow{}bag-null(b)))
By
Latex:
Auto
Home
Index