SSL sigma_fseq.pvs
Interaktion und PortierbarkeitPVS
sigma_fseq: THEORY %------------------------------------------------------------------------------ % The summations theory provides properties of the sigma % function that sums up a sequence of reals, e.g. fseq[real] % % l(fs) % ---- % sigma(fs) = \ fs`seq(j) % / % ---- % j = 0 % % WILL NOT TYPECHECK BECAUSE OF PVS BUG: % % Error: the assertion (fully-instantiated? domtypes) failed. % %------------------------------------------------------------------------------ BEGIN
IMPORTING sigma_fseq_def
fs_nnr : VAR fseq[nonneg_real]
fs_npr : VAR fseq[nonpos_real]
fs_nat : VAR fseq[nat]
fs_npi : VAR fseq[nonpos_int]
fs_posnat: VAR fseq[posnat]
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.