3
$\begingroup$

Now, I know that equations are generally thought of as relationships between variables. They can refer to functions (in the case of differential equations), numbers (in the case of algebraic equations), or boolean values (in the case of logical equations). However, can one say something like:

"Let $a$ be an arbitrary differential equation and let $y$ be the set of solutions that satisfy it."

Of course, the above is just an example. Furthermore, there are many different types of equations. Is there any standard sense of algebra for equations? I know that equations can obviously be manipulated in numerical algebra, but is there a more direct sense of algebraic manipulation of actual equations rather than numbers in equations (i.e. some kind of operations upon equations and the manipulation of them).

I know this is kind of two questions in one, but I think they kind of go hand in hand. After all, if equations can be referred to by variables then one should naturally conclude how those variables can be manipulated rigorously in an operational setting.

  • 0
    You can think of a homomorphism as function on equation to another equation of the same kind, and an isomorphism is a one-to-one function.2017-01-21
  • 0
    Are you asking if there is a rigorous way to treat operations like addition and multiplication between variables in equations without knowing exactly what the variables represent? (i.e. they could be functions or reals or integers, etc)?2017-01-21
  • 0
    @wgrenard no. I'm asking if variables can refer to actual equations (I.e. "Let a be w = d + g") and if there are operations upon equations (other than the obvious one which is to find the solution set).2017-01-21
  • 0
    Are you looking for something more exotic than just addition and multiplication? Because generally we think of equations as functions mapping between sets, and there are definitely operations one can do on functions. I can say something like, let $f,g,$ and $h$ be real valued functions with $f(x) = x$, $g(x) = x^2$ and $f(x) = h(x) + g(x)$. This is a situation in which I would consider $h$ to be a variable that can be solved for. Is this what you mean or am I still missing your point?2017-01-21
  • 0
    @wgrenard Let $a$ be the equation $x=5$. What operations can be performed upon "a" and is "a" even a valid variable.2017-01-21

1 Answers 1

1

Yes. Variable usage in the math literature world is diverse and flexible. However, most of what we wish to say can be accomplished by only referring to the objects on both sides. For example, a statement about equations of the form $f = g$ where $f$ and $g$ are polynomials, may need to refer to $f$ and $g$. Referring to "the equation $E$", while possible, may distract from a statement that's really about $f$ and $g$.

Also, when operating on equations in your sense, the equations themselves can often be encoded into objects that don't look like equations. For example, a system of linear equations can be encoded as a matrix of coefficients $A$ together with constant vector $\overrightarrow{c}$. Row reduction can be accomplished by multiplying the matrix $A$ by special row reducing matrices. The properties of those matrices are useful for results about normal forms and the like. We could restate all of those results as being about sets of equations instead of matrices, but the two ways of talking would be equivalent. Row reduction can sensibly be defined in terms of linear combinations of equations. In a sense, we already do what you are suggesting, but usually through encoding equations as other kinds of objects that have well-known algebraic operations and properties.

  • 0
    But do we ever do anything with equations other than solving them for a certain variable/finding their solutions sets? :-)2017-01-22
  • 1
    Well, those acts *do* cover a lot of important ground :) However, we are also interested in equations that are universally true over some set. (e.g. the associative and commutative laws) These equations have a pretty uninteresting solution set. We don't spend much time "solving" them, because every choice of substitution works! Many of the animals in the abstract algebra zoo (rings, groups, vector spaces, modules, Lie algebras, semigroups, etc, etc) are defined by equations that are required to hold for all elements of a set. The equations determine the nature of the algebraic structure.2017-01-22