The dihedral group Dₙ has 2n elements: the n rotations already in Cₙ, and the reflections of all
of these rotations. In particular, an object .rotation k : Dihedral n
represents a rotation by
2kπ/n radians, like the elements of Cₙ, and an object .reflection k : Dihedral n
represents a
reflection (across some particular line) followed by a rotation by 2kπ/n radians.
- rotation: {n : ℕ} → [inst : NeZero n] → Fin n → AlgebraInLean.Dihedral n
- reflection: {n : ℕ} → [inst : NeZero n] → Fin n → AlgebraInLean.Dihedral n
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- AlgebraInLean.instGroupDihedral n = AlgebraInLean.Group.mk AlgebraInLean.Dihedral.inv ⋯
theorem
AlgebraInLean.D₃_nonabelian :
¬∀ (a b : AlgebraInLean.Dihedral 3), AlgebraInLean.μ a b = AlgebraInLean.μ b a