Step
*
3
of Lemma
alle-at-iff
1. es : EO@i'
2. i : Id@i
3. [P] : {e:E| loc(e) = i ∈ Id}  ─→ ℙ
4. ∀e@i.P[e] supposing ↑first(e)@i
5. ∀e@i.P[pred(e)] 
⇒ P[e] supposing ¬↑first(e)@i
⊢ ∀e@i.P[e]
BY
{ ((All (Unfold `alle-at`)) THEN LocLessInd THEN Auto) }
1
1. es : EO@i'
2. i : Id@i
3. [P] : {e:E| loc(e) = i ∈ Id}  ─→ ℙ
4. ∀e:E. ((loc(e) = i ∈ Id) 
⇒ P[e] supposing ↑first(e))@i
5. ∀e:E. ((loc(e) = i ∈ Id) 
⇒ P[pred(e)] 
⇒ P[e] supposing ¬↑first(e))@i
6. WellFnd{i}(E;x,y.(x <loc y))
7. j : E@i
8. ∀k:E. ((k <loc j) 
⇒ (loc(k) = i ∈ Id) 
⇒ P[k])@i
9. loc(j) = i ∈ Id@i
⊢ P[j]
Latex:
1.  es  :  EO@i'
2.  i  :  Id@i
3.  [P]  :  \{e:E|  loc(e)  =  i\}    {}\mrightarrow{}  \mBbbP{}
4.  \mforall{}e@i.P[e]  supposing  \muparrow{}first(e)@i
5.  \mforall{}e@i.P[pred(e)]  {}\mRightarrow{}  P[e]  supposing  \mneg{}\muparrow{}first(e)@i
\mvdash{}  \mforall{}e@i.P[e]
By
((All  (Unfold  `alle-at`))  THEN  LocLessInd  THEN  Auto)
Home
Index