theorem Th118:
  A is having_a_unity
implies
  for E be Enumeration of F
    for s be FinSequence st F={} & s in doms (SignGenOp(f,B,F) * E) holds
     (A "**" App (SignGenOp(f,B,F) * E)).s = the_unity_wrt A
proof
  assume
A1: A is having_a_unity;
  let E be Enumeration of F;
  let s be FinSequence such that
A2: F={} & s in doms (SignGenOp(f,B,F) * E);
  len s = len (SignGenOp(f,B,F) * E) = len E = card F by A2,Th47;
  then
A3: SignGenOp(f,B,F) * E={} & s={} by A2;
  s in dom App (SignGenOp(f,B,F) * E) by A2,Def9;
  hence (A "**" App (SignGenOp(f,B,F) * E)).s = A"**" <*>D by A3,Th59,Def10
  .= the_unity_wrt A by FINSOP_1:10,A1;
end;
