cours/bijection.md
Oscar Plaisant f91c506a9e update
2025-03-16 18:05:45 +01:00

1.0 KiB

sr-due, sr-interval, sr-ease, alias, aliases
sr-due sr-interval sr-ease alias aliases
2023-03-18 224 313
bijective
bijectives
bijective
bijectives
bijections

up::application description::"$\forall x \in \mathscr{D}{f}, \exists! y \in f(\mathscr{D}{f}), y = f(x)$", "$\forall y \in f(\mathscr{D}{f}), \exists! x \in \mathsf{D}{f}, y = f(x)$" title::"application injection et surjection" #s/maths/analyse


Une bijection est une application surjection et injection.

Soit f: E\mapsto F, une fonction, f est une bijection ssi :

  • \forall x\in E, \exists! y\in F, y=f(x) (c'est une application)
  • \forall y\in F, \exists!x\in E, f(x) = y (c'est une injection et une surjection)

Propriétés

Toute fonction fonction monotone et application continue est une bijection.

Une bijection possède toujours une application réciproque (aussi appelée application réciproque, ou bijection réciproque, car cette fonction est aussi une bijection).