Let $G$ be a group, $A\subseteq G$ and put $A^{-1}=\{ a^{-1}:a\in A\}$.
Is it true that if $A^{-1}A=G$ then $AA^{-1}=G$ (and vice versa)?
Let $G$ be a group, $A\subseteq G$ and put $A^{-1}=\{ a^{-1}:a\in A\}$.
Is it true that if $A^{-1}A=G$ then $AA^{-1}=G$ (and vice versa)?
Copyright © 2021 JogjaFile Inc.
I think I could construct a random counter-example with GAP ($t$ is the set of the products $A^{-1}A$ forming $G$ , $w$ is the set of the products $AA^{-1}$)
The following GAP session:
demonstrates the subset $A \subseteq G = S_4$ with the required properties:
$$[ (), (3,4), (2,4,3), (2,4), (1,2), (1,2,3), (1,2,3,4), (1,3,2,4), (1,4,2,3)]$$
The products forming the group $G$ are :
$$A = [ (), (3,4), (2,3), (2,3,4), (2,4,3), (2,4), (1,2), (1,2)(3,4), (1,2,3), (1,2,3,4), (1,2,4,3), (1,2,4), (1,3,2), (1,3,4,2), (1,3), (1,3,4), (1,3)(2,4), (1,3,2,4), (1,4,3,2), (1,4,2), (1,4,3), (1,4), (1,4,2,3), (1,4)(2,3) ] $$
The permutations of the product $AA^{-1}$ are
$$[ (), (3,4), (2,3), (2,3,4), (2,4,3), (2,4), (1,2), (1,2)(3,4), (1,2,3), (1,2,3,4), (1,2,4,3), (1,2,4), (1,3,2), (1,3,4,2), (1,3,4), (1,3)(2,4), (1,3,2,4), (1,4,3,2), (1,4,2), (1,4,3), (1,4), (1,4,2,3), (1,4)(2,3) ]$$
$A$ is a subset of $G$, as required. The permutation $(13)$ is missing in the last set.