reserve S for non void non empty ManySortedSign,
  V for non-empty ManySortedSet of the carrier of S;
reserve A for MSAlgebra over S,
  t for Term of S,V;
reserve S for non void non empty ManySortedSign,
  A for non-empty MSAlgebra over S,
  V for Variables of A,
  t for c-Term of A,V,
  f for ManySortedFunction of V, the Sorts of A;
reserve t for c-Term of A,V;

theorem
  for s being SortSymbol of S, v being Element of V.s holds (v-term A)@f
  = f.s.v
proof
  let s be SortSymbol of S, v be Element of V.s;
  f.s.v = (root-tree f.s.v).{} by TREES_4:3;
  hence thesis by Th32,Th39;
end;
