1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "ground_2/list.ma".
16 include "basic_2/grammar/term_simple.ma".
18 (* TERMS ********************************************************************)
20 let rec applv Vs T on Vs ≝
23 | cons hd tl ⇒ ⓐhd. (applv tl T)
26 interpretation "application o vevtor (term)"
27 'SnApplV Vs T = (applv Vs T).
29 (* properties concerning simple terms ***************************************)
31 lemma applv_simple: ∀T,Vs. 𝐒⦃T⦄ → 𝐒⦃ⒶVs.T⦄.