Step
*
1
1
2
of Lemma
es-interval-induction
.....upcase..... 
1. es : EO@i'
2. i : Id@i
3. [P] : e1:{e:E| loc(e) = i ∈ Id}  ─→ {e2:E| loc(e2) = i ∈ Id}  ─→ ℙ
4. ∀e1@i.∀e2≥e1.(∀e:E. ((e1 <loc e) 
⇒ e ≤loc e2  
⇒ P[e;e2])) 
⇒ P[e1;e2]@i
5. n : ℤ@i
6. \\%2 : 0 < n@i
7. ∀e,e':E.  ((loc(e) = i ∈ Id) 
⇒ (||[e, e']|| ≤ (n - 1)) 
⇒ e ≤loc e'  
⇒ P[e;e'])@i
⊢ ∀e,e':E.  ((loc(e) = i ∈ Id) 
⇒ (||[e, e']|| ≤ n) 
⇒ e ≤loc e'  
⇒ P[e;e'])
BY
{ All (Unfolds ``alle-at alle-ge``) }
1
1. es : EO@i'
2. i : Id@i
3. [P] : e1:{e:E| loc(e) = i ∈ Id}  ─→ {e2:E| loc(e2) = i ∈ Id}  ─→ ℙ
4. ∀e1:E. ((loc(e1) = i ∈ Id) 
⇒ (∀e2:E. (e1 ≤loc e2  
⇒ (∀e:E. ((e1 <loc e) 
⇒ e ≤loc e2  
⇒ P[e;e2])) 
⇒ P[e1;e2])))@i
5. n : ℤ@i
6. \\%2 : 0 < n@i
7. ∀e,e':E.  ((loc(e) = i ∈ Id) 
⇒ (||[e, e']|| ≤ (n - 1)) 
⇒ e ≤loc e'  
⇒ P[e;e'])@i
⊢ ∀e,e':E.  ((loc(e) = i ∈ Id) 
⇒ (||[e, e']|| ≤ n) 
⇒ e ≤loc e'  
⇒ P[e;e'])
Latex:
.....upcase..... 
1.  es  :  EO@i'
2.  i  :  Id@i
3.  [P]  :  e1:\{e:E|  loc(e)  =  i\}    {}\mrightarrow{}  \{e2:E|  loc(e2)  =  i\}    {}\mrightarrow{}  \mBbbP{}
4.  \mforall{}e1@i.\mforall{}e2\mgeq{}e1.(\mforall{}e:E.  ((e1  <loc  e)  {}\mRightarrow{}  e  \mleq{}loc  e2    {}\mRightarrow{}  P[e;e2]))  {}\mRightarrow{}  P[e1;e2]@i
5.  n  :  \mBbbZ{}@i
6.  \mbackslash{}\mbackslash{}\%2  :  0  <  n@i
7.  \mforall{}e,e':E.    ((loc(e)  =  i)  {}\mRightarrow{}  (||[e,  e']||  \mleq{}  (n  -  1))  {}\mRightarrow{}  e  \mleq{}loc  e'    {}\mRightarrow{}  P[e;e'])@i
\mvdash{}  \mforall{}e,e':E.    ((loc(e)  =  i)  {}\mRightarrow{}  (||[e,  e']||  \mleq{}  n)  {}\mRightarrow{}  e  \mleq{}loc  e'    {}\mRightarrow{}  P[e;e'])
By
All  (Unfolds  ``alle-at  alle-ge``)
Home
Index