Step * of Lemma reduce_wf

[A,B:Type]. ∀[f:A ⟶ B ⟶ B]. ∀[k:B]. ∀[as:A List].  (reduce(f;k;as) ∈ B)
BY
(UnivCD THENA Auto) }

1
1. Type
2. Type
3. A ⟶ B ⟶ B
4. B
5. as List
⊢ reduce(f;k;as) ∈ B


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[f:A  {}\mrightarrow{}  B  {}\mrightarrow{}  B].  \mforall{}[k:B].  \mforall{}[as:A  List].    (reduce(f;k;as)  \mmember{}  B)


By


Latex:
(UnivCD  THENA  Auto)




Home Index