Skip to content

Commit fd8138c

Browse files
update to 5.2.11
1 parent 991d8c0 commit fd8138c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

actions.tex

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ \section{Group actions ($G$-sets)}
8282
with \emph{underlying type} $X(\sh_G)$.
8383
More generally, an action of $G$ on an element of type $A$
8484
is a function $X : \BG\to A$, see~\cref{sec:actions} below.}
85-
85+
8686
\begin{example}\label{def:trivGset}
8787
If $G$ is a group and $X$ is a set, then $\triv_G X$ defined by
8888
\[\triv_G X(z)\defequi X, \quad\text{for all $z:\BG$,}\]
@@ -217,7 +217,7 @@ \section{Group actions ($G$-sets)}
217217
then a
218218
\emph{map from $X$ to $Y$} is an element of the type
219219
\[
220-
\prod_{z:\BG}(X(z)\to Y(z)).
220+
\Hom_G(X,Y) \defeq \prod_{z:\BG}(X(z)\to Y(z)).
221221
\]
222222
When $f$ is such a map, we may write $f_z$ for $f(z)$.
223223
\index{map!of $G$-sets}\index{$G$-subset}
@@ -243,12 +243,12 @@ \section{Group actions ($G$-sets)}
243243

244244
\begin{definition}\label{def:Gsubset}
245245
A \emph{$G$-predicate of $X$} is a map from $X$ to the $G$-set that is
246-
constant $\Prop$. The type of all such maps is denoted by
246+
constant $\Prop$. The type of all such maps is denoted by%
247+
\glossary(SubGX){$\protect\Sub_G(X)$}{set of $G$-subsets of $X$}
247248
\[
248-
\Sub_{G,X}\defeq \prod_{z:\BG}(X(z)\to\Prop).
249+
\Sub_G(X)\defeq \Hom_G(X,\triv_G\Prop) \jdeq \prod_{z:\BG}(X(z)\to\Prop).
249250
\]
250-
%\glossary(Gsubsets){\protect{$\Sub_{G,X}$}}{set of $G$-subsets of $X$} ERROR
251-
Similarly to \cref{cor:subtype-same-level}, $\Sub_{G,X}$ is a set.
251+
Similarly to \cref{cor:subtype-same-level}, $\Sub_{G}(X)$ is a set.
252252
If $P$ is a $G$-subset of $X$, then the \emph{underlying $G$-set of $P$},
253253
denoted by $X_P$, is defined by
254254
\[
@@ -258,13 +258,12 @@ \section{Group actions ($G$-sets)}
258258
\end{definition}
259259

260260
\begin{xca}\label{xca:SubGX-closedSubXshG}
261-
\MB{MB unsure this was what UB meant.}
262-
Show that evaluation at $\sh_G$ is an equivalence from $\Sub_{G,X}$ to
261+
Show that evaluation at $\sh_G$ is an equivalence from $\Sub_G(X)$ to
263262
\[
264-
\sum_{Q:X(\sh_G)\to\Prop}
263+
\sum_{Q:\Sub(X(\sh_G))}
265264
\prod_{x:X(\sh_G)}
266-
\bigl(Q(x)\to\prod_{g:\USymG} Q(g\cdot x)\bigr).
267-
\]
265+
\Bigl(Q(x)\to\prod_{g:\USymG} Q(g\cdot x)\Bigr).
266+
\]
268267
The latter type is the type of all
269268
subsets of $X(\sh_G)$ that are closed under the group action.
270269
\end{xca}

0 commit comments

Comments
 (0)