theorem
  F is having_a_unity implies F[;](the_unity_wrt F,T) = T
proof
  assume
A1: F is having_a_unity;
  per cases;
  suppose
 i = 0;
    then T = <*>D;
    hence thesis by Lm2;
  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,Th44;
  end;
end;
