Questions tagged [automorphism-group]

For finding, constructing and proving results about automorphisms and applying them into different contexts. An automorphism is an isomorphism from an object to itself, and collectively they form a group under composition of mappings. Sometimes the only automorphism is the trivial one (the identity map), but often structures will have interesting/non-trivial automorphisms.

Automorphisms in abstract algebra, topology, etc. are isomorphisms of a structure (monoid, group, ring, topological space, graph, etc.) with itself. More generally the concept can be defined on categories, where automorphism means an endomorphism (arrow from object to itself) which is an isomorphism (has an inverse arrow). The idea can be usefully applied in an astonishing variety of contexts.

Collectively the automorphisms of an object will form a group under composition (assuming for convenience such a collection is a set rather than a proper class). The smallest such a group can be is the trivial group, consisting solely of an object's identity map. Where non-trivial automorphisms exist, they are sometimes interpreted as the symmetries of that object, i.e. the self-mappings which conserve its essential properties.

1111 questions
2
votes
2 answers

How many automorphisms does $C_{n}$ have?

For $C_n,$ let $g$ is a generator, but except for non-trivial groups, $e$ is not. So, ignore $e$, hence: $\{\forall i,j\in \{1,\cdots, n-1\}\,| \,\langle g^i \rangle\mapsto \langle g^j \rangle\}.$ All generators are mapped by any other generator,…
jiten
  • 4,524
1
vote
2 answers

Prove that disk automorphism of parabolic and hyperbolic types are conformally equivalent to some certain automorphisms respectively.

The automorphisms of the open unit disk $\mathbb{D}=\{z \in \mathbb{C}:|z|<1\}$ are precisely the analytic bijections on $\mathbb{D}$ which have the form $$\varphi(z)=\lambda \frac{a-z}{1-\bar{a} z}.$$ where $\lambda$ is a unimodular constant and…
xdyy
  • 141
0
votes
0 answers

Automorphisms on real numbers

I understand that integers are not definable in the real numbers using addition. My problem is that I don't know where it fails. Question: *Are integers definable in the reals using addition? Justify your answer.* I also understand it should…
Bobby
  • 1
0
votes
0 answers

If $L/K$ is a field extension, is $\text{Aut}(K)$ a normal subgroup of $\text{Aut}(L)$?

If $L/K$ is a field extension, is $\text{Aut}(K)$ a normal subgroup of $\text{Aut}(L)$ (possibly under some extra conditions on $L$ and $K$) and if so what is the quotient isomorphic to, possibly $\text{Aut}(L/K)$, if this is at all correct? Note:…
0
votes
0 answers

Pictorial understanding for automorphism?

I know that automorphism works by mapping an element over a some ring to another different or same element over the same ring. How can we graphically understand automorphism?
mallea
  • 829
0
votes
0 answers

writing a computer program in magma that finds a linear code and a specific automorphism group to the code.

Given a binary finite field, and a vector space over this field, what command lines in magma can I use to find a self dual linear code and also find an automorphism group that acts on the code's coordinates 2-transitively?
-1
votes
1 answer

How can I determine the automorphism?

How can I determine $$Aut(\Bbb Z_{2} \oplus \Bbb Z_{2})?$$ Is $$Aut(\Bbb Z_{2} \oplus \Bbb Z_{2})\equiv S{3}?$$ Generators goes to generator under automorphism. There are 3 elements in$(\Bbb Z_{2} \oplus \Bbb Z_{2})$ of order 2. But I can get any…