I'm trying to get a better understanding of the derivation of the dual problem associated with a given conic problem.
From these notes (pdf alert), a conic problem is written (see page 5) as $$\min_x \{c^T x: \,\, Ax-b\in K\},\tag1$$ for some closed convex cone $K$.
To obtain the dual problem, the text then argues that, defining the Lagrangian as $L(x,\lambda)=c^T x -\lambda^T(Ax-b)$, we have must $$\min_x L(x,\lambda)\le \min_x\{c^T x: \,\,Ax-b\in K\}, \quad \forall \lambda\in K^*,\tag2$$ where $K^*$ is the dual cone of $K$ (the text doesn't explicitly write these equations, but this is how I understand what is being said around pages 6 and 7). The dual problem should then come, I think, from $$\max_\lambda\{ \min_x L(x,\lambda) : \,\, \lambda\in K^*\} = \max_\lambda\{ \min_x [(c-A^T\lambda)^Tx+ b^T\lambda] : \,\, \lambda\in K^*\}.\tag3$$ The dual problem is written, in the notes, as $$\max_\lambda\{b^T\lambda: \,\, A^T\lambda=c, \,\, \lambda\in K^*\}.\tag4$$
The domain of $x$ is not actually explicitly specified here (or at least I'm not seeing it), but I'm assuming it's either $x\ge0$, or $x\in L$ for some other closed convex cone $L$.
How do we get from (3) to (4)? I can sort of see it when $x\ge0$, but I'm unsure how to operate in the more general case of $x\in L$.