We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa6fb commit f4e523fCopy full SHA for f4e523f
1 file changed
tst/test_properties_magma_automorphism_group.tst
@@ -0,0 +1,12 @@
1
+gap> START_TEST("test_properties_magma_automorphism_group.tst");
2
+
3
+gap> ForAll(AllSmallAntimagmas([2 .. 3]), M -> ForAll(MagmaAutomorphismGroup(M), psi -> IsMagmaHomomorphism(psi)));
4
+true
5
6
+gap> ForAll(AllSmallAntimagmas([2 .. 3]), M -> ForAll(MagmaAutomorphismGroup(M), psi -> RespectsMultiplication(psi)));
7
8
9
+gap> ForAll(AllSmallAntimagmas([2 .. 3]), M -> Order(SymmetricGroup(Size(M))) mod Order(MagmaAutomorphismGroup(M)) = 0);
10
11
12
+gap> STOP_TEST("test_properties_magma_automorphism_group.tst");
0 commit comments