(**************************************************************************) (* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) (* ||I|| Developers: *) (* ||T|| The HELM team. *) (* ||A|| http://helm.cs.unibo.it *) (* \ / *) (* \ / This file is distributed under the terms of the *) (* v GNU General Public License Version 2 *) (* *) (**************************************************************************) include "basic_2/syntax/lenv_length.ma". include "basic_2/syntax/voids.ma". (* EXTENSION OF A LOCAL ENVIRONMENT WITH EXCLUSION BINDERS ******************) (* Properties with length for local environments ****************************) lemma length_void: ∀L,n. n+|L| = |ⓧ*[n]L|. #L #n elim n -n // #n #IH length_bind