Step
*
of Lemma
es-cut-induction-sq-stable
∀[Info:Type]
  ∀es:EO+(Info). ∀X:EClass(Top). ∀f:sys-antecedent(es;X).
    ∀[P:Cut(X;f) ─→ ℙ]
      ((∀c:Cut(X;f). SqStable(P[c]))
      
⇒ P[{}]
      
⇒ (∀c:Cut(X;f). ∀e:E(X).
            (P[c]
            
⇒ (P[c+e]) supposing (prior(X)(e) ∈ c supposing ↑e ∈b prior(X) and f e ∈ c supposing ¬((f e) = e ∈ E(X)))))
      
⇒ {∀c:Cut(X;f). P[c]})
BY
{ (Unfold `guard` 0 THEN Auto) }
1
1. [Info] : Type
2. es : EO+(Info)@i'
3. X : EClass(Top)@i'
4. f : sys-antecedent(es;X)@i
5. [P] : Cut(X;f) ─→ ℙ
6. ∀c:Cut(X;f). SqStable(P[c])@i
7. P[{}]@i
8. ∀c:Cut(X;f). ∀e:E(X).
     (P[c] 
⇒ (P[c+e]) supposing (prior(X)(e) ∈ c supposing ↑e ∈b prior(X) and f e ∈ c supposing ¬((f e) = e ∈ E(X))))@i
9. c : Cut(X;f)@i
⊢ P[c]
Latex:
Latex:
\mforall{}[Info:Type]
    \mforall{}es:EO+(Info).  \mforall{}X:EClass(Top).  \mforall{}f:sys-antecedent(es;X).
        \mforall{}[P:Cut(X;f)  {}\mrightarrow{}  \mBbbP{}]
            ((\mforall{}c:Cut(X;f).  SqStable(P[c]))
            {}\mRightarrow{}  P[\{\}]
            {}\mRightarrow{}  (\mforall{}c:Cut(X;f).  \mforall{}e:E(X).
                        (P[c]
                        {}\mRightarrow{}  (P[c+e])  supposing 
                                    (prior(X)(e)  \mmember{}  c  supposing  \muparrow{}e  \mmember{}\msubb{}  prior(X)  and 
                                    f  e  \mmember{}  c  supposing  \mneg{}((f  e)  =  e))))
            {}\mRightarrow{}  \{\mforall{}c:Cut(X;f).  P[c]\})
By
Latex:
(Unfold  `guard`  0  THEN  Auto)
Home
Index