Functions Question Properties
Is this statement true?
For all functions f f (a + b) = f (a) + f (b).
If so, why? If not, what are these special functions and what property do they have?
EDIT: Wow, I think the floor / clearing functions don't have the property.? I can think of counterexamples, but can anyone prove it. But what are the functions that contain this property?
0
a source to share
4 answers
You mentioned the function f for which:
f(a + b) = f(a) + f(b)
Such a function is called Homomorphism , and it can be defined on certain algebraic structures. In this case, + is a special binary function that maps a and b to an element of the same area.
Obviously, not all functions are homomorphisms, as others have already shown you.
+4
a source to share