Unverified Commit 4d816a89 authored by Wang Anjie's avatar Wang Anjie Committed by GitHub
Browse files

Update docs/math/permutation-group.md



use \varnothing rather than \emptyset to represent an empty set

Co-Authored-By: default avatarShuhao Zhang <594422141@qq.com>
parent 07f4aa01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ author: Wajov

### 群的定义

若集合 $S\neq\emptyset$ 和 $S$ 上的运算 $\cdot$ 构成的代数结构 $(S,\cdot)$ 满足以下性质:
若集合 $S\neq\varnothing$ 和 $S$ 上的运算 $\cdot$ 构成的代数结构 $(S,\cdot)$ 满足以下性质:

-   封闭性: $\forall a,b\in S,a\cdot b\in S$