sigma_below[N: posnat]: THEORY%below(0) is an empty type %sigma_below[N: nat]: THEORY %------------------------------------------------------------------------------ % The summations theory provides properties of the sigma % function that sums an arbitrary function F: [below[N] -> real] over a range % from low to high % % high % ---- % sigma(low, high, F) = \ F(j) % / % ---- % j = low % % %------------------------------------------------------------------------------
BEGIN
IMPORTING sigma[below(N)]
int_below: TYPE = {i:int | i < N}
int_below_T_high: JUDGEMENT int_below SUBTYPE_OF T_high
nat_is_T_low: JUDGEMENT nat SUBTYPE_OF T_low
low :VAR nat
high : VAR int_below
n, m, i: VAR below[N]
F: VARfunction[below[N] -> real]
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.