Step * of Lemma select_equal

[T:Type]. ∀[a,b:T List]. ∀[i:ℕ].  (a[i] b[i] ∈ T) supposing (i < ||a|| and (a b ∈ (T List)))
BY
(UnivCD THENA Auto) }

1
1. Type
2. List
3. List
4. : ℕ
5. b ∈ (T List)
6. i < ||a||
⊢ a[i] b[i] ∈ T


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[a,b:T  List].  \mforall{}[i:\mBbbN{}].    (a[i]  =  b[i])  supposing  (i  <  ||a||  and  (a  =  b))


By


Latex:
(UnivCD  THENA  Auto)




Home Index