let S be non empty non void ManySortedSign ; for V being non-empty ManySortedSet of the carrier of S
for o being OperSymbol of S
for a being ArgumentSeq of Sym (o,V) holds
( len a = len (the_arity_of o) & dom a = dom (the_arity_of o) & ( for i being Nat st i in dom a holds
a . i is Term of S,V ) )
let V be non-empty ManySortedSet of the carrier of S; for o being OperSymbol of S
for a being ArgumentSeq of Sym (o,V) holds
( len a = len (the_arity_of o) & dom a = dom (the_arity_of o) & ( for i being Nat st i in dom a holds
a . i is Term of S,V ) )
let o be OperSymbol of S; for a being ArgumentSeq of Sym (o,V) holds
( len a = len (the_arity_of o) & dom a = dom (the_arity_of o) & ( for i being Nat st i in dom a holds
a . i is Term of S,V ) )
let a be ArgumentSeq of Sym (o,V); ( len a = len (the_arity_of o) & dom a = dom (the_arity_of o) & ( for i being Nat st i in dom a holds
a . i is Term of S,V ) )
thus
( len a = len (the_arity_of o) & dom a = dom (the_arity_of o) )
by Lm8; for i being Nat st i in dom a holds
a . i is Term of S,V
let i be Nat; ( i in dom a implies a . i is Term of S,V )
assume
i in dom a
; a . i is Term of S,V
then
ex t being Term of S,V st
( t = a . i & t = a /. i & the_sort_of t = (the_arity_of o) . i & the_sort_of t = (the_arity_of o) /. i )
by Lm8;
hence
a . i is Term of S,V
; verum