Step
*
1
of Lemma
eo-forward-pred?
1. Info : Type
2. eo : EO+(Info)
3. e : E
4. e1 : E@i
5. E ⊆r E
6. ↑first(e1)
⊢ (inr ⋅ ) = if e1 = e then inr ⋅  if first(e1) then inr ⋅  else inl pred(e1) fi  ∈ (E?)
BY
{ RepeatFor 2 (AutoSplit) }
1
1. Info : Type
2. eo : EO+(Info)
3. e : E
4. e1 : E@i
5. ¬↑first(e1)
6. ¬(e1 = e ∈ E)
7. E ⊆r E
8. ↑first(e1)
⊢ (inr ⋅ ) = (inl pred(e1)) ∈ (E?)
Latex:
1.  Info  :  Type
2.  eo  :  EO+(Info)
3.  e  :  E
4.  e1  :  E@i
5.  E  \msubseteq{}r  E
6.  \muparrow{}first(e1)
\mvdash{}  (inr  \mcdot{}  )  =  if  e1  =  e  then  inr  \mcdot{}    if  first(e1)  then  inr  \mcdot{}    else  inl  pred(e1)  fi 
By
RepeatFor  2  (AutoSplit)
Home
Index