Assumptions:
TeX:
\prod_{k=1}^{n - 1} \sin\!\left(\frac{k \pi}{n}\right) = \frac{n}{{2}^{n - 1}} n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Product | Product | |
Sin | Sine | |
Pi | The constant pi (3.14...) | |
Pow | Power | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("906569"), Formula(Equal(Product(Sin(Div(Mul(k, Pi), n)), For(k, 1, Sub(n, 1))), Div(n, Pow(2, Sub(n, 1))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))