1

Let $\mathbb{C}[0,1]$ be the set of all real-valued functions continuous on $[0,1] = \lbrace x\mid 0\le x \le 1 \rbrace$. (Included in $\mathbb{C}[0,1]$ are most of the functions that come up in calculus, such as $\sin x$ and $x^2 — 2$.)
If $f$ and $g$ are in $\mathbb{C}[0,1]$, then we define $f+ g$ by $(f+ g)(x) =f(x) + g(x)$, which is the usual definition of addition of functions.
Using any theorems from calculus you wish, show that $(\mathbb{C}[0,1], +)$ is a group


Need show that the four group properties hold for the given set ($\mathbb{C}[0,1]$), under the operation $+$.

(i) Existence of Identity ($e$) element: Need find any element (let, $c(x)$) in group's set (i.e., a function in $\mathbb{C}[0,1]$) s.t. taking any function $f(x)$; get $f(x)+c(x)= f(x)$.
There seems only one choice for $c(x)$, i.e. a constant function with value $c(x)=0, \forall x \in [0,1]$.
(ii) Inverse ($b$) for any element $a=f(x)$, s.t. $a+b = e\implies b = -f(x)$
To find the opposite $y$ value for function $f(x)$ is possible; but don't know how to prove.
(iii) Closure exists as sum of two continuous functions would yield a continuous function.
(iv) Associativity property exists, as $\forall a$ (let, $f(x)$), $b$ (let, $g(x)$), $c$ (let, $h(x)$) continuous in $[0,1]$. So, $a+(b+c)= (a+b)+c$.

user1729
  • 32,369
jiten
  • 4,960

1 Answers1

2

(i) Yes, the null function is the identity element. You may add that it is continuous (every constant function is continuous).

(ii) Just use the fact that $f$ continuous $\implies-f$ continuous. More generally, for every constant $k$, $f$ continuous $\implies kf$ continuous.

(iii) Yes, that is fine.

(iv) No problem here.

Shaun
  • 47,747
  • Can I ask a related question (here, or in chat (https://chat.stackexchange.com/rooms/106230/group-check)) to prove that the operation $$ on sets $A,B$ s.t., $A B = (A \cup B) — (A \cap B)$, where $A,B \subseteq S$; forms a group on all the subsets of $S$. – jiten Apr 02 '20 at 14:04
  • 1
    Does this answer that question? – José Carlos Santos Apr 02 '20 at 14:12
  • It is different as the operation differs. though tried to grasp ideas. It is posted at : https://math.stackexchange.com/q/3606900/424260. – jiten Apr 02 '20 at 19:08