let $L,K\subseteq \Sigma^*$ be Languages over $\Sigma=\{(,)\}$.
$L$ is defined as follows :
1- $\epsilon \in L$
2- $u,v \in L \Rightarrow uv\in L $
3- $u\in L \Rightarrow (u)\in L$
4- a String is only in $L$, if it's according to the above mentioned Rules in $L$
$K = \{w\in \Sigma^*|\: |w|_(=|w|_)\wedge \forall u,v : uv =w,|u|_(\ge|u|_)\}.$
i want to show that $L=K$, but i don't exactly understand the definition of $L$.
now i know that $K$ is the same one from https://en.wikipedia.org/wiki/Dyck_language right ?
1- What is the use of the Rule 4 in $L$ ?
2- is a String like $(^nw)^n$ in $L$ ?
3- how to show the equality of $L$ and $K$ ?