Step
*
1
2
1
2
of Lemma
iseg-interface-predecessors
1. Info : Type
2. es : EO+(Info)@i'
3. X : EClass(Top)@i'
4. e : E(X)@i
5. L : E(X) List@i
6. L ≤ ≤(X)(e)@i
7. ¬↑null(L)
8. ¬↑null(L)
9. last(L) ≤loc e 
10. sorted-by(λx,y. (x <loc y);≤(X)(last(L)))
11. sorted-by(λx,y. (x <loc y);≤(X)(e))
12. sorted-by(λx,y. (x <loc y);L)
13. t : E(X)@i
14. (t ∈ L)@i
⊢ (t ∈ ≤(X)(last(L)))
BY
{ (RWO "member-interface-predecessors" 0 THEN Auto) }
1
1. Info : Type
2. es : EO+(Info)@i'
3. X : EClass(Top)@i'
4. e : E(X)@i
5. L : E(X) List@i
6. L ≤ ≤(X)(e)@i
7. ¬↑null(L)
8. ¬↑null(L)
9. last(L) ≤loc e 
10. sorted-by(λx,y. (x <loc y);≤(X)(last(L)))
11. sorted-by(λx,y. (x <loc y);≤(X)(e))
12. sorted-by(λx,y. (x <loc y);L)
13. t : E(X)@i
14. (t ∈ L)@i
⊢ t ≤loc last(L) 
Latex:
Latex:
1.  Info  :  Type
2.  es  :  EO+(Info)@i'
3.  X  :  EClass(Top)@i'
4.  e  :  E(X)@i
5.  L  :  E(X)  List@i
6.  L  \mleq{}  \mleq{}(X)(e)@i
7.  \mneg{}\muparrow{}null(L)
8.  \mneg{}\muparrow{}null(L)
9.  last(L)  \mleq{}loc  e 
10.  sorted-by(\mlambda{}x,y.  (x  <loc  y);\mleq{}(X)(last(L)))
11.  sorted-by(\mlambda{}x,y.  (x  <loc  y);\mleq{}(X)(e))
12.  sorted-by(\mlambda{}x,y.  (x  <loc  y);L)
13.  t  :  E(X)@i
14.  (t  \mmember{}  L)@i
\mvdash{}  (t  \mmember{}  \mleq{}(X)(last(L)))
By
Latex:
(RWO  "member-interface-predecessors"  0  THEN  Auto)
Home
Index