commit b06e8caa6eb2035b3133972b9b12aeb27b6ec2d0
parent dc5f6ea856c39c9e9a8ef0ea6aebf200810a8718
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]