(14steps total) PrintForm Definitions Lemmas mb event system 7 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: edge-to 2 1 2 1 1

1. G : Id
2. to : |G|(IdLnk List)
3. from : |G|(IdLnk List)
4. e : IdLnk
5. i : |G|
6. (e  from(i))
7. bi-graph(G;to;from)
8. e  Edge(G)
9. i:|G|. 
9. (lto(i).destination(l) = i
9. G(source(l))
9. & (l  from(source(l)))
9. & (lnk-inv(l from(i)))
9. & (lfrom(i).source(l) = i
9. & G(destination(l))
9. & & (l  to(destination(l)))
9. & & (lnk-inv(l to(i)))
10. (lto(i).destination(l) = i
10. G(source(l))
10. & (l  from(source(l)))
10. & (lnk-inv(l from(i)))
11. l:IdLnk. 
11. (l  from(i))
11. 
11. source(l) = i
11. G(destination(l))
11. & (l  to(destination(l)))
11. & (lnk-inv(l to(i))
12. source(e) = i
13. G(destination(e))
14. (e  to(destination(e)))
15. (lnk-inv(e to(i))
  (e  to(destination(e)))


By: Thin -1
THEN
RepeatFor 3
(ParallelLast
(THEN
(Try
((BackThru
((Thm* T:(Id), to,from:(|T|(IdLnk List)), u:Edge(T).
((Thm* bi-graph(T;to;from destination(u |T|))
THEN
Try (Unfold `bi-graph-to` 0)
THEN
Try Trivial


Generated subgoal:

1 14. i1 : 
15. e = (to(destination(e)))[i1]
  e = (to(destination(e)))[i1 Edge(G)

1 step

About:
listboolassertapplyfunctionequalmemberimpliesandall
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

(14steps total) PrintForm Definitions Lemmas mb event system 7 Sections EventSystems Doc