7

Let $V$ and $W$ be vector spaces over field $F$. A function $f: V \rightarrow W$ is said to be linear if for any two vectors $x$ and $y$ in $V$ and any scalar $\alpha\in F$, the following two conditions are satisfied:

  1. $f(x + y) = f(x) + f(y)$
  2. $f(\alpha x) = \alpha f(x)$

Let $F$ be a field of real numbers. Is it possible to construct $f$ such that the first condition is satified but not the second one?

Pawel Kowal
  • 2,252

3 Answers3

6

Yes, it is possible to construct examples of $f$ that are additive but not homogeneous. However, the construction won't be explicit and depends on the axiom of choice. See here for details.

If you want an explicit example of an additive map that is not homogeneous over a different field, let $\mathbb{F} = \mathbb{C}$ and consider the map $\varphi \colon \mathbb{C} \rightarrow \mathbb{C}$ given by complex conjugation:

$$ \varphi(z) = \varphi(x + iy) = \overline{z} = x - iy. $$

The map $\varphi$ is additive and $\mathbb{R}$-homogeneous but not $\mathbb{C}$-homogeneous as $\varphi(az) = \overline{az} = \overline{a}\overline{z} = \overline{a}\varphi(z)$.

levap
  • 65,634
  • 5
  • 79
  • 122
  • 1
    Is it proven, that the axiom of choice is necessary here? Nice example for complex numbers. – Pawel Kowal Jun 23 '16 at 12:03
  • 1
    It is consistent with $ZF$ (without choice) that all additive functions $\mathbb{R} \rightarrow \mathbb{R}$ are homogeneous (and so linear) so in this sense the axiom is necessary. – levap Jun 23 '16 at 12:08
2

A function $f:\mathbb{R}\rightarrow\mathbb{R}$ such that $f(x+y)=f(x)+f(y)$ is known as a Cauchy additive function. This would be a special case example when $V=W=\mathbb{R}$. Assuming the axiom of choice, there do exist such functions without the property that $f(\alpha x)=\alpha f(x)$, but such functions are incredibly ugly, for example they aren't continuous anywhere.

The proof that such functions exist is non-constructive (because it uses the axiom of choice). This means that you can't actually construct an example of one of them.

1

Cannot be omitted. A homomorphism of vector spaces must preserve four operations: addition of vectors, multiplication with scalar, fixing zero vector, taking the inverse of vector.

It is necessary and sufficient that a linear mapping satisfy said axioms.

AlvinL
  • 8,664
  • It is not so trivial. If F is a field of rational numbers, then the homogeneity axiom is implied by the additivity axiom. – Pawel Kowal Jun 23 '16 at 13:02
  • You are considering a special case. What I have stated applies without loss of generality. – AlvinL Jun 23 '16 at 13:07