Step * 1 of Lemma accum_induction

.....subterm..... T:t
1:n
1. Type
2. (T List) ⟶ ℙ
3. : ⋂ys:T List. (Q[ys]  (∀y:T. Q[ys [y]]))
4. Q[[]]
5. List
⊢ accumulate (with value and list item y):
   y
  over list:
    L
  with starting value:
   b) ∈ Q[L]
BY
(MoveToConcl (-1) THEN InductionOnLength THEN (Decide ⌜↑null(L)⌝⋅ THENA Auto)) }

1
1. Type
2. (T List) ⟶ ℙ
3. : ⋂ys:T List. (Q[ys]  (∀y:T. Q[ys [y]]))
4. Q[[]]
5. : ℕ
6. List
7. ∀L1:T List
     (||L1|| < ||L||  (accumulate (with value and list item y): yover list:  L1with starting value: b) ∈ Q[L1]))
8. ↑null(L)
⊢ accumulate (with value and list item y):
   y
  over list:
    L
  with starting value:
   b) ∈ Q[L]

2
1. Type
2. (T List) ⟶ ℙ
3. : ⋂ys:T List. (Q[ys]  (∀y:T. Q[ys [y]]))
4. Q[[]]
5. : ℕ
6. List
7. ∀L1:T List
     (||L1|| < ||L||  (accumulate (with value and list item y): yover list:  L1with starting value: b) ∈ Q[L1]))
8. ¬↑null(L)
⊢ accumulate (with value and list item y):
   y
  over list:
    L
  with starting value:
   b) ∈ Q[L]


Latex:


Latex:
.....subterm.....  T:t
1:n
1.  T  :  Type
2.  Q  :  (T  List)  {}\mrightarrow{}  \mBbbP{}
3.  f  :  \mcap{}ys:T  List.  (Q[ys]  {}\mRightarrow{}  (\mforall{}y:T.  Q[ys  @  [y]]))
4.  b  :  Q[[]]
5.  L  :  T  List
\mvdash{}  accumulate  (with  value  p  and  list  item  y):
      f  p  y
    over  list:
        L
    with  starting  value:
      b)  \mmember{}  Q[L]


By


Latex:
(MoveToConcl  (-1)  THEN  InductionOnLength  THEN  (Decide  \mkleeneopen{}\muparrow{}null(L)\mkleeneclose{}\mcdot{}  THENA  Auto))




Home Index