theorem
  F is having_a_unity implies F[:](T,the_unity_wrt F) = T
proof
  assume
A1: F is having_a_unity;
  per cases;
  suppose
 i = 0;
    then T = <*>D;
    hence thesis by Lm3;
  end;
  suppose
    i <> 0;
    then reconsider C = Seg i as non empty set;
    T is Function of C,D by Lm4;
    hence thesis by A1,Th45;
  end;
end;
