0

I would like to prove the following statement:

"The affine hull is the smallest affine space containing $S$, where $S$ is an arbitrary set".

I think the proof is rather trivial, but I cannot find it.

johnny09
  • 1,535
Mavlast
  • 15

1 Answers1

2

With the affine hull defined as $$\text{aff}(S) = \{ \sum_{i=1}^k a_ix_i | x_i \in S, a_i \in R, \sum_{i=1}^k a_i = 1, k\geq1\}$$ we can show it as follows.

First we need to show that $\text{aff}(S)$ is an affine space, then we show it is the smallest. To show that $\text{aff}(S)$ is an affine space we need only show it is closed under affine combinations. This is simply because an affine combination of affine combinations is still an affine combination. But I'll provide full details here.

Suppose that for $i=1\ldots k$ we have elements $s_i\in S$ say $$s_i = \sum_j a_{i,j}x_{i,j}$$ Where the $x_{i,j}\in S$ and for fixed $i$ we have $\sum_j a_{i,j}=1$. and we have $a_i\in \mathbb R$ such that $\sum_i a_i = 1$. Then $$\begin{align} \sum_i a_is_i &= \sum_{i=1}^ka_i\left(\sum_j a_{i,j}x_{i,j}\right)\\ &= \sum_{i,j} (a_ia_{i,j})x_{i,j}$ \end{align}$$ This is an element of $\text{aff}(S)$ since $$\begin{align} \sum_{i,j} (a_ia_{i,j})&= \sum_i a_i(\sum_j a_{i,j}) \\ &= \sum_i a_i\cdot 1 \\ &= \sum_i a_i = 1 \end{align}$$ So we have established that $\text{aff}(S)$ is an affine space.

Now to show that $\text{aff}(S)$ is the smallest affine space suppose that $A$ is an affine space containing $S$. Let $s=\sum_i a_ix_i\in \text{aff}(S)$. Since $A$ is closed under affine combinations and $x_i\in S\subseteq A$ it follws that $s\in A$. Therefore $\text{aff}(S)\subseteq A$ and we're done.

Jorik
  • 1,411
  • @CuteBrownie This answer doesn't deal with fully general affine spaces like the wiki page does. The definition of affine hull that Mavlast gave only works when $S$ is a subset of a real vector space. So this answer only deals with affine subspaces of real vector spaces. Which happen to be exactly those sets that are closed under affine combinations. – Jorik Apr 05 '19 at 08:55
  • 1
    how does this work when the definition of an affine space is $u+L$ where $L$ is a subset of a vectorspace? – Britta Apr 16 '20 at 10:23