Here is a paper by Stephen Cook on the P versus NP Problem: https://www.cs.toronto.edu/~toni/Courses/Complexity2015/handouts/cook-clay.pdf
I don't quite understand the definition of the class NP given on the second page, and have a few things I want to clear up:
$1)$ We have that $L_R = \{w \# y | R(w,y)\}$. Does this mean a language $L_R$ is made up of strings starting with a string $w$, followed by the element $\#$, followed by a string $y$ (a concatenation)?
$2)$ We have the notation $w \in L \Leftrightarrow \exists y (|y| \leq |w|^k$ and $R(x,y)$). Does that RHS mean that there exists a $y$ such that $|y| \leq |w|^k$ and $R(x,y)$?
I would appreciate any help in understanding this.