Step * of Lemma simple-loc-comb-2_wf

[Info,A,B,C:Type]. ∀[F:Id ⟶ bag(A) ⟶ bag(B) ⟶ bag(C)]. ∀[X:EClass(A)]. ∀[Y:EClass(B)].  (F (Loc,X, Y) ∈ EClass(C))
BY
(ProveWfLemma
   THEN InstLemma `simple-loc-comb_wf` [⌜Info⌝; ⌜C⌝; ⌜2⌝; ⌜λn.[A; B][n]⌝; ⌜λn.[X; Y][n]⌝; ⌜λl,w. (F (w 0) (w 1))⌝]⋅
   THEN Try (Complete ((Auto THEN Auto')))) }


Latex:


Latex:
\mforall{}[Info,A,B,C:Type].  \mforall{}[F:Id  {}\mrightarrow{}  bag(A)  {}\mrightarrow{}  bag(B)  {}\mrightarrow{}  bag(C)].  \mforall{}[X:EClass(A)].  \mforall{}[Y:EClass(B)].
    (F  o  (Loc,X,  Y)  \mmember{}  EClass(C))


By


Latex:
(ProveWfLemma
  THEN  InstLemma  `simple-loc-comb\_wf`  [\mkleeneopen{}Info\mkleeneclose{};  \mkleeneopen{}C\mkleeneclose{};  \mkleeneopen{}2\mkleeneclose{};  \mkleeneopen{}\mlambda{}n.[A;  B][n]\mkleeneclose{};  \mkleeneopen{}\mlambda{}n.[X;  Y][n]\mkleeneclose{};  \mkleeneopen{}\mlambda{}l,w.  (F  l 
                                                                                                                                                                                                (w 
                                                                                                                                                                                                  0) 
                                                                                                                                                                                                (w 
                                                                                                                                                                                                  1))\000C\mkleeneclose{}]\mcdot{}
  THEN  Try  (Complete  ((Auto  THEN  Auto'))))




Home Index