from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions

24
isomorphisme.md Normal file
View File

@@ -0,0 +1,24 @@
---
alias: "isomorphismes"
---
up::[[morphisme]]
title::"[[morphisme]] [[bijection|bijectif]]"
description::
#maths/algèbre
----
Un _isomorphisme_ est un [[morphisme]] [[bijection|bijectif]].
# Exemple
Sur $(\mathbb{R},+)$, la fonction $\ln$ est un [[isomorphisme]]
$$\begin{align}
\ln :& (\mathbb{R}, +) \mapsto (\mathbb{R},\times)\\
& x \mapsto \ln(x)
\end{align}$$
Et la réciproque de $\ln$, $\exp$ :
$$\begin{align}
\ln :& (\mathbb{R}, \times) \mapsto (\mathbb{R}, +)\\
& x \mapsto e^x
\end{align}$$
Puisque $\ln$ et sa réciproque sont tous les deux des [[morphisme]].