reserve m,n for Nat;
reserve r for Real;
reserve c for Element of F_Complex;

theorem Th19:
  for R being Ring holds R is Subring of R
  proof
    let R be Ring;
    thus the carrier of R c= the carrier of R;
    thus thesis;
  end;
