Step * 1 2 1 of Lemma member-links-from-to


1. tg Id@i
2. srclocs Id List@i
3. dstlocs Id List@i
4. IdLnk@i
5. {(source(l) ∈ srclocs) ∧ (destination(l) ∈ dstlocs) ∧ (lname(l) tg ∈ Id)}@i
⊢ ∃y:Id
   ((y ∈ dstlocs)
   ∧ (map(λv.(link(tg) from to destination(l));srclocs) map(λv.(link(tg) from to y);srclocs) ∈ (IdLnk List)))
BY
(D -1 THEN With ⌈destination(l)⌉ (D 0) ⋅ THEN Auto) }


Latex:



1.  tg  :  Id@i
2.  srclocs  :  Id  List@i
3.  dstlocs  :  Id  List@i
4.  l  :  IdLnk@i
5.  \{(source(l)  \mmember{}  srclocs)  \mwedge{}  (destination(l)  \mmember{}  dstlocs)  \mwedge{}  (lname(l)  =  tg)\}@i
\mvdash{}  \mexists{}y:Id
      ((y  \mmember{}  dstlocs)
      \mwedge{}  (map(\mlambda{}v.(link(tg)  from  v  to  destination(l));srclocs)  =  map(\mlambda{}v.(link(tg)  from  v  to  y);srclocs)))


By

(D  -1  THEN  With  \mkleeneopen{}destination(l)\mkleeneclose{}  (D  0)  \mcdot{}  THEN  Auto)




Home Index