%% TCCs associated with theory helloworld
%% This file was automatically generated by PVS, please **do not modify** by hand.
helloworld_TCCS: THEORY BEGIN
% Subtype TCC generated (at line 4, column 43) for x
% expected type posreal
% proved
abs_TCC1: OBLIGATION
FORALL (x: real): x > 0 IMPLIES x >= 0
% Subtype TCC generated (at line 4, column 50) for -x
% expected type posreal
% proved
abs_TCC2: OBLIGATION
FORALL (x: real): NOT x > 0 IMPLIES -x >= 0
END helloworld_TCCS