For a subset P of R^n (real numbers) the polar set is defined by: $$ P^*:= \{ y\in \Bbb R^n\mid y\cdot x \leq 1 \text{ for all } x\in P \}. $$
Can someone break the definition into plain english as im struggling to understand the notations used and such a sets structure.
The best guess ive got is: $P*$ is defined as the set of all (x,y) which follows that, for all real y ($\in \mathbb {R^n})$ there exists an x in P that satisfies $y·x \le 1$
Even if have this correct how is this useful in general geometry? The original question is to show that if $P$ is a convex set that contains the origin then (P*)*=P
One way to read the definition literally is to say the following:
For more information on how to make sense of definitions like these, see the wiki page for "set-builder notation". The idea behind a polar set is that it provides a "test" by which we can check whether or not an element fails to be in $P$.
To see how this works, let's consider an example. Take the set $$ P = \{(x_1,x_2) \in \Bbb R^2 \mid 0 \leq x_2 \leq x_1\}. $$ That is, $P$ is the region in the $xy$-plane satisfying $0 \leq y \leq x$. As it turns out, the polar set will be equal to $$ P^* = \{(x_1,x_2) \in \Bbb R^2 \mid x_1 \leq 0 \text{ and } x_2 \leq -x_1\}. $$ Now, consider the point $v = (1,2)$, which we can see fails to be an element of $P$. The polar set gives us another way to show that $v$ fails to be an element of $P$: if there is an element $w \in P^*$ for which $w \cdot x > 1$, then we can be sure (by the definition of a polar cone) that $v$ is not an element of $P$.
In this case, it is useful to consider the element $w = (-2,2) \in P^*$. We find that $$ v \cdot w = 1 \cdot (-2) + 2 \cdot (2) = 2 > 1. $$ If $v$ were an element of $P$, then by the definition of a polar cone, any $w \in P^*$ would have to satisfy $v \cdot w \leq 1$. Because that fails to happen here, we can be sure that $v$ is not an element of $P$.