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;

theorem Th4:
  for s being SortSymbol of S, v being Element of V.s holds
  root-tree [v,s] is Term of S, V
proof
  let s be SortSymbol of S, v be Element of V.s;
  reconsider vs = [v,s] as Terminal of DTConMSA V by MSAFREE:7;
  root-tree vs in TS DTConMSA V;
  hence thesis;
end;
