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 4d47408 commit 029f3e5Copy full SHA for 029f3e5
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