Komposition

Aus Infostudium Wiki

Wechseln zu: Navigation, Suche

Die Hintereinanderausführung von Funktionen oder auch die "Verknüpfung zweier Funktionen" genannt.

Seien g: A \to B und f: B \to C, so gilt

(f \circ g): A \to C, x \mapsto (f \circ g) (x) = f (g (x))

Veralgemeinerung

Sind g: A \to B_0 und f: B_1 \to C mit B_0 \subset B_1, so gilt

(f \circ g): A \to f(B_0) \subset C, x \mapsto (f \circ g) (x) = f (g (x))

Weblinks

http://de.wikipedia.org/wiki/Komposition_%28Mathematik%29