]> matita.cs.unibo.it Git - helm.git/commitdiff
typos
authorAndrea Asperti <andrea.asperti@unibo.it>
Mon, 28 May 2012 12:11:59 +0000 (12:11 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Mon, 28 May 2012 12:11:59 +0000 (12:11 +0000)
matita/matita/lib/basics/lists/list.ma

index c59f828261270988169b151f6f2c914e8262a54e..8c508108d8faa4c78ddce9cf9d15f5a9943bd211 100644 (file)
@@ -183,13 +183,13 @@ lemma length_map: ∀A,B,l.∀f:A→B. length ? (map ?? f l) = length ? l.
 #A #B #l #f elim l // #a #tl #Hind normalize //
 qed.
 
-lemma lenght_rev_append: ∀A.∀l,acc:list A. 
+lemma length_rev_append: ∀A.∀l,acc:list A. 
   |rev_append ? l acc| = |l|+|acc|.
 #A #l elim l // #a #tl #Hind normalize 
 #acc >Hind normalize // 
 qed.
 
-lemma lenght_reverse: ∀A.∀l:list A. 
+lemma length_reverse: ∀A.∀l:list A. 
   |reverse A l| = |l|.
 // qed.