Step * 2 3 1 of Lemma rel-path-between-cons


1. [T] Type
2. [R] T ⟶ T ⟶ ℙ
3. ¬([] [] ∈ (T List))
4. T
5. T
6. T
7. z ∈ T
8. z ∈ supposing False
9. (x hd([])) ∧ rel-path(R;[]) ∧ 0 < ||[]|| ∧ (hd([]) hd([]) ∈ T) ∧ (y last([]) ∈ T) supposing ¬False
⊢ rel-path(R;[z])
BY
((D THEN All Reduce) THEN Auto') }


Latex:


Latex:

1.  [T]  :  Type
2.  [R]  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}
3.  \mneg{}([]  =  [])
4.  x  :  T
5.  y  :  T
6.  z  :  T
7.  x  =  z
8.  y  =  z  supposing  False
9.  (x  R  hd([]))  \mwedge{}  rel-path(R;[])  \mwedge{}  0  <  ||[]||  \mwedge{}  (hd([])  =  hd([]))  \mwedge{}  (y  =  last([]))  supposing  \mneg{}False
\mvdash{}  rel-path(R;[z])


By


Latex:
((D  0  THEN  All  Reduce)  THEN  Auto')




Home Index