Jump to content

Equality (mathematics): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
The mathematical identity categories is for theorems that establish that particular equations hold (so-called "mathematical identities")
Tinlv7 (talk | contribs)
m →‎Some basic logical properties of equality: added an internal link to explain why a/c can't have C be zero
Line 30: Line 30:
* For any [[real number]]s ''a'', ''b'', and ''c'', if ''a'' = ''b'', then ''a'' − ''c'' = ''b'' − ''c'' (here ''F''(''x'') is ''x'' − ''c'');
* For any [[real number]]s ''a'', ''b'', and ''c'', if ''a'' = ''b'', then ''a'' − ''c'' = ''b'' − ''c'' (here ''F''(''x'') is ''x'' − ''c'');
* For any [[real number]]s ''a'', ''b'', and ''c'', if ''a'' = ''b'', then ''ac'' = ''bc'' (here ''F''(''x'') is ''xc'');
* For any [[real number]]s ''a'', ''b'', and ''c'', if ''a'' = ''b'', then ''ac'' = ''bc'' (here ''F''(''x'') is ''xc'');
* For any [[real number]]s ''a'', ''b'', and ''c'', if ''a'' = ''b'' and ''c'' is not [[0 (number)|zero]], then ''a''/''c'' = ''b''/''c'' (here ''F''(''x'') is ''x''/''c'').
* For any [[real number]]s ''a'', ''b'', and ''c'', if ''a'' = ''b'' and ''c'' [[Division by zero|is not]] [[0 (number)|zero]], then ''a''/''c'' = ''b''/''c'' (here ''F''(''x'') is ''x''/''c'').


The reflexive property states:
The reflexive property states:

Revision as of 16:41, 20 April 2009

Table of the equality binary relation
Table of the equality binary relation

Equality is the paradigmatic example of the more general concept of equivalence relations on a set: those binary relations which are reflexive, symmetric, and transitive. The relation of equality is also antisymmetric. These four properties uniquely determine the equality relation on any set S and render equality the only relation on S that is both an equivalence relation and a partial order. It follows from this that equality is the smallest equivalence relation on any set S, in the sense that it is a subset of any other equivalence relation on S.

An equation is simply an assertion that two expressions are related by equality.

The symbol "=" is sometimes used for relations other than equality. For example, the statement T(n) = O(n2) means that T(n) grows at the order of n2. Despite the notation, the statement is better understood as asserting a set membership: O(f(n)) is formally the set of all functions on the positive integers that, for large n, grow no faster than f(n). In particular, since membership, unlike equality, is not symmetric, it is meaningless to write O(n2) = T(n). See Big O notation for more details.

Logical formulations

The equality relation is always defined such that things that are equal have all and only the same properties. Some people define equality as congruence. Often equality is just defined as identity.

A stronger sense of equality is obtained if some form of Leibniz's law is added as an axiom; the assertion of this axiom rules out "bare particulars"—things that have all and only the same properties but are not equal to each other—which are possible in some logical formalisms. The axiom states that two things are equal if they have all and only the same properties. Formally:

Given any x and y, x = y if, given any predicate P, P(x) if and only if P(y).

In this law, the connective "if and only if" can be weakened to "if"; the modified law is equivalent to the original.

Instead of considering Leibniz's law as an axiom, it can also be taken as the definition of equality. The property of being an equivalence relation, as well as the properties given below, can then be proved: they become theorems.

Some basic logical properties of equality

The substitution property states:

  • For any quantities a and b and any expression F(x), if a = b, then F(a) = F(b) (if either side makes sense, i.e. is well-formed).

In first-order logic, this is a schema, since we can't quantify over expressions like F (which would be a functional predicate).

Some specific examples of this are:

  • For any real numbers a, b, and c, if a = b, then a + c = b + c (here F(x) is x + c);
  • For any real numbers a, b, and c, if a = b, then ac = bc (here F(x) is xc);
  • For any real numbers a, b, and c, if a = b, then ac = bc (here F(x) is xc);
  • For any real numbers a, b, and c, if a = b and c is not zero, then a/c = b/c (here F(x) is x/c).

The reflexive property states:

For any quantity a, a = a.

This property is generally used in mathematical proofs as an intermediate step.

The symmetric property states:

  • For any quantities a and b, if a = b, then b = a.

The transitive property states:

  • For any quantities a, b, and c, if a = b and b = c, then a = c.

The binary relation "is approximately equal" between real numbers or other things, even if more precisely defined, is not transitive (it may seem so at first sight, but many small differences can add up to something big). However, equality almost everywhere is transitive.

Although the symmetric and transitive properties are often seen as fundamental, they can be proved, if the substitution and reflexive properties are assumed instead.

References

  • Cormen, Thomas H. (1990). Introduction to Algorithms (first edition ed.). MIT Press and McGraw-Hill. ISBN 978-0-262-03141-7. {{cite book}}: |edition= has extra text (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)

See also