sigma_int: THEORY %------------------------------------------------------------------------------ % The summations theory introduces and defines properties of the sigma % function that sums an arbitrary function F: [int -> real] over a range % from low to high % % high % ---- % sigma(low, high, F) = \ F(j) % / % ---- % j = low % %------------------------------------------------------------------------------
BEGIN
IMPORTING sigma[int]
int_is_T_high: JUDGEMENT int SUBTYPE_OF T_high
int_is_T_low : JUDGEMENT int SUBTYPE_OF T_low
low, high, i, j, m: VAR int
F: VARfunction[int -> real]
% --------- Following Theorems Not Provable In Generic Framework -------
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.