Step * of Lemma sum-map-cons

[T:Type]. ∀[f:T ⟶ ℤ]. ∀[L:T List]. ∀[x:T].  f[x] for x ∈ [x L] f[x] + Σf[x] for x ∈ L)
BY
xxx(Auto THEN RepeatFor (MoveToConcl (-1)) THEN (BLemma `last_induction` THENA Auto) THEN Reduce THEN Auto)xxx }

1
1. Type
2. T ⟶ ℤ
3. T
⊢ Σf[x] for x ∈ [x] (f[x] 0) ∈ ℤ

2
1. Type
2. T ⟶ ℤ
3. ys List
4. T
5. ∀x:T. f[x] for x ∈ [x ys] (f[x] + Σf[x] for x ∈ ys) ∈ ℤ)
6. T
⊢ Σf[x] for x ∈ [x (ys [y])] (f[x] + Σf[x] for x ∈ ys [y]) ∈ ℤ


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[f:T  {}\mrightarrow{}  \mBbbZ{}].  \mforall{}[L:T  List].  \mforall{}[x:T].    (\mSigma{}f[x]  for  x  \mmember{}  [x  /  L]  \msim{}  f[x]  +  \mSigma{}f[x]  for  x  \mmember{}  L)


By


Latex:
xxx(Auto
        THEN  RepeatFor  2  (MoveToConcl  (-1))
        THEN  (BLemma  `last\_induction`  THENA  Auto)
        THEN  Reduce  0
        THEN  Auto)xxx




Home Index