theorem Th35:
  F is commutative associative & F is having_a_unity implies
  F.(F"**"T1,F"**"T2) = F "**"(F.:(T1,T2))
proof
  len T1 = i & len T2 = i by CARD_1:def 7;
  hence thesis by Th34;
end;
