next up previous contents
Next: Permutationen (I, S.45ff) Up: Grundlagen Previous: Mengen

Abbildungen (Funktionen)

Wir betrachten $f : A \to B$
$ a \to f(a) \in B$ heißt eine Abbildung von A auf B.
A ist die Definitionsmenge, B der Wertebereich von f.

Inverse:
ist f bijektiv, dann heißt $f^{-1} : B \to A$ die Inverse zu f, wenn f-1(f(x))=x.



Komposition (Verkettung):
$(g \circ f)(x) = g(f(x))$ (lies: g nach f)


$g \circ f \ne f \circ g$ !



Iteration:
$x_{n+1} = f(x_n) = f(f(x_{n-1})) = f(f( \ldots (f(x_0)) \ldots ))
= f^n(x_0) = (f \circ f \circ \ldots \circ f)(x_0)$


Heiko
1/28/1998