Equals sign
The equals sign (British English) or equal sign (American English), also known as the equality sign, is the mathematical symbol =, which is used to indicate equality in some well-defined sense.[1] In an equation, it is placed between two expressions that have the same value, or for which one studies the conditions under which they have the same value. In Unicode and ASCII, it has the code point U+003D.[2] It was invented in 1557 by Robert Recorde. HistoryThe etymology of the word equal is from the Latin word æqualis,[3] as meaning 'uniform', 'identical', or 'equal', from æquus ('level', 'even', or 'just'). The = symbol, now universally accepted in mathematics for equality, was first recorded by Welsh mathematician Robert Recorde in The Whetstone of Witte (1557).[4] The original form of the symbol was much wider than the present form. In his book Recorde explains his design of the "Gemowe lines" (meaning twin lines, from the Latin gemellus)[5]
"The symbol = was not immediately popular. The symbol || was used by some and æ (or œ), from the Latin word aequalis meaning equal, was widely used into the 1700s" (History of Mathematics, University of St Andrews).[6] Usage in mathematics and computer programmingIn mathematics, the equal sign can be used as a simple statement of fact in a specific case ("x = 2"), or to create definitions ("let x = 2"), conditional statements ("if x = 2, then ..."), or to express a universal equivalence ("(x + 1)2 = x2 + 2x + 1"). The first important computer programming language to use the equal sign was the original version of Fortran, FORTRAN I, designed in 1954 and implemented in 1957. In Fortran, = serves as an assignment operator: A rival programming-language usage was pioneered by the original version of ALGOL, which was designed in 1958 and implemented in 1960. ALGOL included a relational operator that tested for equality, allowing constructions like Both usages have remained common in different programming languages into the early 21st century. As well as Fortran, = is used for assignment in such languages as C, Perl, Python, AWK, and their descendants. But = is used for equality and not assignment in the Pascal family, Ada, Eiffel, APL, and other languages. A few languages, such as BASIC and PL/I, have used the equal sign to mean both assignment and equality, distinguished by context. However, in most languages where = has one of these meanings, a different character or, more often, a sequence of characters is used for the other meaning. Following ALGOL, most languages that use = for equality use := for assignment, although APL, with its special character set, uses a left-pointing arrow. Fortran did not have an equality operator (it was only possible to compare an expression to zero, using the arithmetic IF statement) until FORTRAN IV was released in 1962, since when it has used the four characters Some languages additionally feature the "spaceship operator", or three-way comparison operator, <=>, to determine whether one value is less than, equal to, or greater than another. Several equal signsIn some programming languages, In PHP, the triple equal sign, JavaScript has the same semantics for In Ruby, equality under Other usesSpellingTone letterThe equal sign is also used as a grammatical tone letter in the orthographies of Budu in the Congo-Kinshasa, in Krumen, Mwan and Dan in the Ivory Coast.[11][12] The Unicode character used for the tone letter (U+A78A ꞊ MODIFIER LETTER SHORT EQUALS SIGN)[13] is different from the mathematical symbol (U+003D). Personal namesA possibly unique case of the equal sign of European usage in a person's name, specifically in a double-barreled name, was by pioneer aviator Alberto Santos-Dumont, as he is also known not only to have often used a double hyphen ⹀ resembling an equal sign = between his two surnames in place of a hyphen, but also seems to have personally preferred that practice, to display equal respect for his father's French ethnicity and the Brazilian ethnicity of his mother.[14] Instead of a double hyphen, the equal sign is sometimes used in Japanese as a separator between names. In Ojibwe, the readily available equal sign on most keyboards is commonly used as a substitute for a double hyphen. LinguisticsIn linguistic interlinear glosses, an equal sign is conventionally used to mark clitic boundaries: the equal sign is placed between the clitic and the word that the clitic is attached to.[15] ChemistryIn chemical formulas, the two parallel lines denoting a double bond are commonly rendered using an equal sign (hence, a triple bond is commonly rendered using a triple bar). LGBT activism
In recent years, the equal sign has been used to symbolize LGBT rights. The symbol has been used since 1995 by the Human Rights Campaign, which lobbies for marriage equality, and subsequently by the United Nations Free & Equal, which promotes LGBT rights at the United Nations.[16] Telegrams and TelexIn Morse code, the equal sign is encoded by the letters B (-...) and T (-) run together (-...-).[citation needed] The letters BT stand for Break Text, and are put between paragraphs, or groups of paragraphs in messages sent via Telex,[citation needed] a standardised tele-typewriter. The sign, used to mean Break Text, is given at the end of a telegram to separate the text of the message from the signature.[citation needed] Related symbolsApproximately equalSymbols used to denote items that are approximately equal include the following:[17]
In some areas of East Asia such as Japan, "≒" is used to mean "the two terms are almost equal", but in other areas and specialized literature such as mathematics, "≃" is often used. In addition to its mathematical meaning, it is sometimes used in Japanese sentences with the intention of "almost the same". Not equalThe symbol used to denote inequation (when items are not equal) is a slashed equal sign ≠ (U+2260). In LaTeX, this is done with the "\neq" command. Most programming languages, limiting themselves to the 7-bit ASCII character set and typeable characters, use IdentityThe triple bar symbol ≡ (U+2261, LaTeX \equiv) is often used to indicate an identity, a definition (which can also be represented by U+225D ≝ EQUAL TO BY DEFINITION or U+2254 ≔ COLON EQUALS), or a congruence relation in modular arithmetic. Also, in chemistry, the triple bar can be used to represent a triple bond between atoms. IsomorphismThe symbol ≅ is often used to indicate isomorphic algebraic structures or congruent geometric figures. In logicEquality of truth values (through bi-implication or logical equivalence), may be denoted by various symbols including =, ~, and ⇔. In geometryThe symbol (LaTeX \bumpeq) is used to show two directed line segments have the same length and direction, equipollence. Other related symbolsAdditional precomposed symbols with code points in Unicode for notations related to the equal sign include the following:[17]
Incorrect usageThe equal sign is sometimes used incorrectly within a mathematical argument to connect math steps in a non-standard way, rather than to show equality (especially by early mathematics students). For example, if one were finding the sum, step by step, of the numbers 1, 2, 3, 4, and 5, one might incorrectly write
Structurally, this is shorthand for
but the notation is incorrect, because each part of the equality has a different value. If interpreted strictly as it says, it would imply that
A correct version of the argument would be
This difficulty results from subtly different uses of the sign in education. In early, arithmetic-focused grades, the equal sign may be operational; like the equal button on an electronic calculator, it demands the result of a calculation. Starting in algebra courses, the sign takes on a relational meaning of equality between two calculations. Confusion between the two uses of the sign sometimes persists at the university level.[18] Encodings
Related symbols
See alsoNotes
References
External linksLook up Appendix:Variations of "=" in Wiktionary, the free dictionary. Look up = in Wiktionary, the free dictionary. |