How to prove the following infinite product expression?
\begin{align*} \operatorname{sn}(x,k)=\tanh \left(\frac{\pi\,\!x}{2 K(k')}\right)\prod\limits_{n=1}^{+\infty\,}\frac{ \tanh \left(\frac{\pi\left(2K(k) n-x\right)}{2K(k')}\right) \tanh \left(\frac{\pi \left(2K(k) n+x\right)}{2K(k')} \right)} {\tanh^2\left(\frac{\pi\,\!K(k)}{K(k')}\left(n-\frac{1}{2}\right)\right)} \end{align*}
Are there similar infinite product expressions for other Jacobian elliptic functions?
NumberForm[JacobiSN[0.01, 0.2^2], 15]
NumberForm[
Tanh[(\[Pi]*x)/(2 EllipticK[1 - k^2])]*
NProduct[(
Tanh[(\[Pi] (2 EllipticK[k^2] n - x))/(
2 EllipticK[1 - k^2])] Tanh[(\[Pi] (2 EllipticK[k^2] n + x))/(
2 EllipticK[1 - k^2])])/
Tanh[(\[Pi]*EllipticK[k^2])/
EllipticK[1 - k^2]*(n - 1/2)]^2 /. {k -> 0.2, x -> 0.01}, {n,
1, 20}, WorkingPrecision -> 15] /. {k -> 0.2, x -> 0.01}, 15]
Output
0.009999826667967988 + 0.0*I
0.00999982666796799
It is important to note that in Mathematica's default function, the second parameter of the Jacobian elliptic function sn is $m=k^2$.
Let's note the standard product formulas \begin{align} \text{sn}(u, k) &= \dfrac{2q^{1/4}}{\sqrt{k}}\sin\left(\dfrac{\pi u}{2K}\right)\prod_{n = 1}^{\infty}\dfrac{1 - 2q^{2n}\cos\left(\dfrac{\pi u}{K}\right) + q^{4n}}{1 - 2q^{2n - 1}\cos\left(\dfrac{\pi u}{K}\right) + q^{4n - 2}}\tag{1}\\ \text{cn}(u, k) &=\dfrac{2q^{1/4}\sqrt{k'}}{\sqrt{k}}\cos\left(\dfrac{\pi u}{2K}\right)\prod_{n = 1}^{\infty}\dfrac{1 + 2q^{2n}\cos\left(\dfrac{\pi u}{K}\right) + q^{4n}}{1 - 2q^{2n - 1}\cos\left(\dfrac{\pi u}{K}\right) + q^{4n - 2}}\tag{2} \end{align} where $q=\exp(-\pi K'/K) $.
From these we get the product for $\text{sc} (u, k) $ as $$\text{sc} (u, k) =\frac{1}{\sqrt{k'}}\tan\left(\frac{\pi u} {2K}\right)\prod_{n=1}^{\infty}\dfrac{1-2q^{2n}\cos\left(\dfrac{\pi u} {K} \right) +q^{4n}}{1+2q^{2n}\cos\left(\dfrac{\pi u} {K} \right) +q^{4n}}\tag{3}$$ Let's further observe Jacobi imaginary transformation $$\text{sn} (u, k) =-i\, \text{sc} (iu, k') $$ and then using $(3)$ we have the following product for $\text{sn} (u, k) $ $$\text{sn} (u, k) =\frac{1}{\sqrt{k}}\tanh\left(\frac{\pi u} {2K'}\right)\prod_{n=1}^{\infty}\dfrac{1-2q'^{2n}\cosh\left(\dfrac{\pi u} {K'} \right) +q'^{4n}}{1+2q'^{2n}\cosh\left(\dfrac{\pi u} {K'} \right) +q'^{4n}}$$ where $q'=\exp(-\pi K/K') $.
Next we need to observe that $$\frac{ 1-q'^{2n}\cosh(\pi u/K') +q'^{4n}}{1+q'^{2n}\cosh(\pi u/K') +q'^{4n}}=\frac{1-q'^{2n}\exp(-\pi u/K')}{1+q'^{2n}\exp(-\pi u/K')}\cdot \frac{1-q'^{2n}\exp(\pi u/K')} {1+q'^{2n}\exp(\pi u/K')} $$ and the right hand side can be written as $$\tanh\left(\frac{n\pi K} {K'} - \frac{\pi u} {2K'}\right)\tanh\left(\frac{n\pi K} {K'} +\frac{\pi u} {2K'}\right)$$ and hence we have the expansion $$\text{sn} (u, k) =\frac{1}{\sqrt{k}}\tanh\left(\frac{\pi u} {2K'}\right)\prod_{n=1}^{\infty}\tanh\left(\frac{n\pi K} {K'} - \frac{\pi u} {2K'}\right)\tanh\left(\frac{n\pi K} {K'} +\frac{\pi u} {2K'}\right)\tag{4}$$ Further note that we have the product expansion $$k'=\frac{\vartheta_4^2(q)}{\vartheta_3^2(q)}=\prod_{n=1}^{\infty}\left(\frac{1-q^{2n-1}}{1+q^{2n-1}}\right)^4$$ which leads to $$\sqrt{k} =\frac{\vartheta_4(q')}{\vartheta_3(q')}=\prod_{n=1}^{\infty}\left(\frac{1-q'^{2n-1}}{1+q'^{2n-1}}\right)^2=\prod_{n=1}^{\infty}\tanh^2\left(\frac{(2n-1)\pi K}{2K'}\right)\tag{5}$$ Using $(4),(5)$ we get the desired product expansion in question.
For each elliptic function of the arguments $u, k$ we can apply Jacobi imaginary transformation and write it as a function of arguments $iu, k'$ and use their standard product representations to get expansions in terms of $\pi u/K'$.