The E₈
-lattice
Content created by Fredrik Bakke, Jonathan Prieto-Cubides and Egbert Rijke.
Created on 2022-07-28.
Last modified on 2024-02-06.
module group-theory.e8-lattice where
Imports
open import elementary-number-theory.integers open import foundation.equality-coproduct-types open import foundation.sets open import foundation.universe-levels open import univalent-combinatorics.standard-finite-types
Definition
The ambient set of the E₈ lattice
The E₈ lattice itself is a subset of the following set.
ambient-set-E8-lattice : Set lzero ambient-set-E8-lattice = coproduct-Set (hom-set-Set (Fin-Set 8) ℤ-Set) (hom-set-Set (Fin-Set 8) ℤ-Set)
Recent changes
- 2024-02-06. Fredrik Bakke. Rename
(co)prod
to(co)product
(#1017). - 2023-11-24. Egbert Rijke. Abelianization (#877).
- 2023-06-08. Fredrik Bakke. Examples of modalities and various fixes (#639).
- 2023-03-10. Fredrik Bakke. Additions to
fix-import
(#497). - 2023-03-09. Jonathan Prieto-Cubides. Add hooks (#495).