% A partial order on R induces a partial order on functions that range in R, % called the pointwise order. The pointwise order preserves complete % lower semilattices, complete upper semilattices, and complete lattices. % % Author: Alfons Geser (geser@nianet.org), National Institute of Aerospace % Date: Dec 2004
x: VAR D
r, s: VAR R
rr: VAR set[R]
f, g: VAR [D -> R]
ff: VAR set[[D -> R]]
nff: VAR non_empty_finite_set[[D -> R]]
rel: VAR pred[[R,R]]
alt: VAR (antisymmetric?[R])
% f is pointwise less than, or equal to, g if f(x) <= g(x) for all x.
pointwise(rel)(f,g): bool = FORALL x: rel(f(x), g(x))
% if nff is non-empty and finite, then so is every set of the form % {s | EXISTS f: nff(f) & s = f(x)} for any x
finiteness_lemma: LEMMA nonempty?[R]({s | EXISTS f: nff(f) & s = f(x)}) AND
is_finite[R]({s | EXISTS f: nff(f) & s = f(x)})
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.