Skip to the content.
← Index Next: Theorem 1 →

Recall

Formal definitions cited in this section, gathered here for quick reference (full citations in the Bibliography):

variable {G : Type} (Grp : Group G)

variable adds {G : Type} (Grp : Group G) silently to every following declaration that mentions G or Grp.

Mathematical reading. This is the phrase “Let $G$ be a group” opening a section: we fix an arbitrary object $(G, \cdot, e, (-)^{-1})$ of $\mathbf{Grp}$ and reason generically about it. Everything proved under this variable is a statement quantified over all groups. A theorem about the group $\mathrm{Grp}$ is really $\forall (G : \mathrm{Type})\,(\mathrm{Grp} : \mathrm{Group}\,G),\ (\ldots)$, so it applies to $\mathbb{Z}$, to permutation groups, and to every group built later.


References

Full citations in the Bibliography. Formal definitions are gathered in Recall, above.


← Index Next: Theorem 1 →
Try Lean
Lean playground · v1.4.18