let S be non empty non void ManySortedSign ; for A1, A2 being MSAlgebra of S st the Sorts of A1 is_transformable_to the Sorts of A2 holds
for o being OperSymbol of S st Args o,A1 <> {} holds
Args o,A2 <> {}
let A1, A2 be MSAlgebra of S; ( the Sorts of A1 is_transformable_to the Sorts of A2 implies for o being OperSymbol of S st Args o,A1 <> {} holds
Args o,A2 <> {} )
assume A1:
for i being set st i in the carrier of S & the Sorts of A2 . i = {} holds
the Sorts of A1 . i = {}
; PZFMISC1:def 3 for o being OperSymbol of S st Args o,A1 <> {} holds
Args o,A2 <> {}
let o be OperSymbol of S; ( Args o,A1 <> {} implies Args o,A2 <> {} )
assume A2:
Args o,A1 <> {}
; Args o,A2 <> {}
hence
Args o,A2 <> {}
by MSUALG_6:3; verum