Step
*
1
of Lemma
decidable__exists-prior-iterated-classrel
1. [Info] : Type
2. [A] : Type
3. [S] : Type
4. init : Id ─→ bag(S)@i
5. f : A ─→ S ─→ S@i
6. X : EClass(A)@i'
7. es : EO+(Info)@i'
8. e : E@i
9. single-valued-classrel(es;X;A)@i
10. single-valued-bag(init loc(e);S)@i
11. ↑first(e)
12. ∃v:S. v ↓∈ init loc(e)
⊢ Dec(∃v:S. ((True ∧ v ↓∈ init loc(e)) ∨ ((¬True) ∧ iterated-classrel(es;S;A;f;init;X;pred(e);v))))
BY
{ (Unfold `decidable` 0 THEN (OrLeft THENA Auto) THEN ExRepD THEN (InstConcl [⌈v⌉]⋅ THENA Auto) THEN OrLeft THEN Auto) }
Latex:
1.  [Info]  :  Type
2.  [A]  :  Type
3.  [S]  :  Type
4.  init  :  Id  {}\mrightarrow{}  bag(S)@i
5.  f  :  A  {}\mrightarrow{}  S  {}\mrightarrow{}  S@i
6.  X  :  EClass(A)@i'
7.  es  :  EO+(Info)@i'
8.  e  :  E@i
9.  single-valued-classrel(es;X;A)@i
10.  single-valued-bag(init  loc(e);S)@i
11.  \muparrow{}first(e)
12.  \mexists{}v:S.  v  \mdownarrow{}\mmember{}  init  loc(e)
\mvdash{}  Dec(\mexists{}v:S.  ((True  \mwedge{}  v  \mdownarrow{}\mmember{}  init  loc(e))  \mvee{}  ((\mneg{}True)  \mwedge{}  iterated-classrel(es;S;A;f;init;X;pred(e);v))))
By
(Unfold  `decidable`  0
  THEN  (OrLeft  THENA  Auto)
  THEN  ExRepD
  THEN  (InstConcl  [\mkleeneopen{}v\mkleeneclose{}]\mcdot{}  THENA  Auto)
  THEN  OrLeft
  THEN  Auto)
Home
Index