commit 6ff738f3e298054e38a71786d30c394f4ba2903a
parent 92e5c4920c4b97c8d3a50dddca075e5e371475ab
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 13 Jun 2025 10:57:35 +0200
commit with codex
Diffstat:
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/automorphism b/automorphism
@@ -0,0 +1,5 @@
+# Automorphism
+
+An [isomorphism] which is an [endomorphism]
+
+Up: [isomorphism], [endomorphism]
diff --git a/endomorphism b/endomorphism
@@ -0,0 +1,7 @@
+# Endomorphism
+
+An *endomorphism* is a [homomorphism] from a [structure] to itself
+
+Up: [homomorphism]
+
+See also: [automorphism]
diff --git a/isomorphism b/isomorphism
@@ -0,0 +1,9 @@
+# Isomorphism
+
+- [graph_isomorphism]
+- [quantum_isomorphism]
+- [fractional_isomorphism]
+
+Up: [mathematics]
+
+See also: [homomorphism], [automorphism]