Step * of Lemma cond-msg-body-sv-bag-only

[f:Name ⟶ Type]. ∀[hdr:Name]. ∀[es:EO+(Message(f))]. ∀[e:E]. ∀[T:Type].
  (sv-bag-only(cond-msg-body(hdr;info(e))) ∈ T) supposing ((header(e) hdr ∈ Name) and hdr encodes T)
BY
(Auto
   THEN Try ((BLemma `cond-msg-body-single-valued` THEN Auto))
   THEN RepUR ``cond-msg-body`` 0
   THEN Repeat (AutoSplit)
   THEN Assert ⌜False⌝⋅
   THEN All(Fold `es-header`)
   THEN Auto) }


Latex:


Latex:
\mforall{}[f:Name  {}\mrightarrow{}  Type].  \mforall{}[hdr:Name].  \mforall{}[es:EO+(Message(f))].  \mforall{}[e:E].  \mforall{}[T:Type].
    (sv-bag-only(cond-msg-body(hdr;info(e)))  \mmember{}  T)  supposing  ((header(e)  =  hdr)  and  hdr  encodes  T)


By


Latex:
(Auto
  THEN  Try  ((BLemma  `cond-msg-body-single-valued`  THEN  Auto))
  THEN  RepUR  ``cond-msg-body``  0
  THEN  Repeat  (AutoSplit)
  THEN  Assert  \mkleeneopen{}False\mkleeneclose{}\mcdot{}
  THEN  All(Fold  `es-header`)
  THEN  Auto)




Home Index