Why do we use the term "equivalent" with Operators but "equal" with Functions?

368 Views Asked by At

Why do we speak in terms of "equality" when we deal with functions but "equivalence" when dealing with operators?


To elaborate:

Two functions, f and g are equal to each other (denoted: f=g) if:

  1. They share the same domain.
  2. For every x in this domain, the values of f and g evaluated at x are equal.

In contrast, "two operators, O₁ and O₂ are said to be equivalent (denoted: O₁O₂) if for any function y to which O₁ and O₂ are each applicable, the functions O₁y and O₂y are equal."[1]

Could someone please give me the rationale behind this distinction? Does this imply that operators are only equivalence relations while functions are equivalence relations and partial orders? And, if so, why are operators not also partial orders?


[1] Quoted from Samuel Goldberg's Introduction to Difference Equations.

2

There are 2 best solutions below

3
On

Equal ($=$), equivalent ($\equiv$), identical ($\equiv$), congruent ($\cong$), similar ($\sim$), if and only if ($\Longleftrightarrow$).
Can anyone tell what exactly is the difference between these things ?
Some material to think about:

In short, I don't think that the book by Samuel Goldberg, with "applications in the social sciences, economics, and psychology", is enough of a reference to underpin your judgment that there would be a consent about speaking in terms of "equality" when we deal with functions but "equivalence" when dealing with operators. As far as I can see, there is no such consent and the choice is typical for the book at hand. Given the similar (!) properties of $=$ and $\equiv$ , it doesn't matter much either.

EDIT. Quoting references as requested. Everywhere $=$ is used instead of $\equiv$ for operator identity :

I suppose that the mathematics for physics and engineering is not different from the mathematics for economics and psychology.

5
On

Let us denote the domain of a function (or operator) $f$ by $\mathcal D(f)$. Then, by your definition, $f=g$ if and only if $\mathcal D(f)=\mathcal D(g)$, and $f(x)=g(x)$ for all $x\in\mathcal D(f)$. On the other hand, $O_1$ and $O_2$ are equivalent if and only if $O_1(f)=O_2(f)$ for all $f\in \mathcal D(O_1)\cap\mathcal D(O_2)$. So equality is a stronger notion than equivalence.