Step
*
of Lemma
pcw-pp-head_wf
∀[P:Type]. ∀[A:P ⟶ Type]. ∀[B:p:P ⟶ A[p] ⟶ Type]. ∀[C:p:P ⟶ a:A[p] ⟶ B[p;a] ⟶ P]. ∀[pp:PartialPath].
  pcw-pp-head(pp) ∈ pcw-step(P;p.A[p];p,a.B[p;a];p,a,b.C[p;a;b]) supposing ¬↑pcw-pp-null(pp)
BY
{ ProveWfLemma }
1
1. P : Type
2. A : P ⟶ Type
3. B : p:P ⟶ A[p] ⟶ Type
4. C : p:P ⟶ a:A[p] ⟶ B[p;a] ⟶ P
5. n : ℕ
6. p1 : ℕn ⟶ pcw-step(P;p.A[p];p,a.B[p;a];p,a,b.C[p;a;b])
7. ∀i:ℕn - 1. StepRel(p1 i;p1 (i + 1))
8. ¬↑n ≤z 0
⊢ 0 ∈ ℕn
Latex:
Latex:
\mforall{}[P:Type].  \mforall{}[A:P  {}\mrightarrow{}  Type].  \mforall{}[B:p:P  {}\mrightarrow{}  A[p]  {}\mrightarrow{}  Type].  \mforall{}[C:p:P  {}\mrightarrow{}  a:A[p]  {}\mrightarrow{}  B[p;a]  {}\mrightarrow{}  P].
\mforall{}[pp:PartialPath].
    pcw-pp-head(pp)  \mmember{}  pcw-step(P;p.A[p];p,a.B[p;a];p,a,b.C[p;a;b])  supposing  \mneg{}\muparrow{}pcw-pp-null(pp)
By
Latex:
ProveWfLemma
Home
Index