sigma_set[T:TYPE]: THEORY %------------------------------------------------------------------------------ % The sigma_set theory introduces and defines properties of the sigma % function that sums an arbitrary function F: [T -> real] over a % set of values X. To make this sensible for infinite sets, we will % require that the subset of X for which f(x)/=0 be countable and absolutely % convergent in the infinite case. % % This notation is a vital simplification for Hilbert Space. % % ---- % sigma(X, f) = \ f(x) % / % ---- % member(x,X) % % % MODIFICATIONS: % % Author: David Lester, Manchester University 2/12/07 % %------------------------------------------------------------------------------
BEGIN
IMPORTING sigma_countable[T],
convergence_set[T]
a: VAR real
nz: VAR nzreal
X,Y: VAR set[T]
t: VAR T
f,g: VAR [T -> real]
F: VAR non_empty_finite_set[T]
n: VAR nat
phi: VAR (bijective?[nat,nat])
C: VAR countable_set[T]
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.