Category: Updates

Derivative of Quadratic Form

For the Quadratic Form $X^TAX; X\in\mathbb{R}^n, A\in\mathbb{R}^{n \times n}$ (which simplifies to $\Sigma_{i=0}^n\Sigma_{j=0}^nA_{ij}x_ix_j$), I tried to...

Definition of "pure set"

Wikipedia defines the notion of a pure set as follows: a hereditary set (or pure set) is a set whose elements are all hereditary sets. Why does this defin...

Origin of min/max notation

Here I am referring to the notation $x \wedge y = \min \{ x,y \}$ and $x \vee y = \max \{ x,y \}$. These seem to reference the corresponding usages in log...