Produced by Charles Wells Revised 2017-02-03 Introduction website TOC website index blog Back to head of understanding math chapter
Words in a natural language may have different meanings in different social groups or different places. Words and symbols in both mathematical English and the symbolic language vary according to specialty and, occasionally, country (see convention, default). And words and symbols can change their meanings from place to place within the same mathematical discourse (see scope).
This article mostly provides pointers to other articles in abstractmath.org that give more details about the ideas.
A convention in mathematical discourse is notation or terminology used with a special meaning in certain contexts or in certain fields. Articles and books in a specialty do not always clue you in on these conventions.
The use of "if" to mean "if and only if” in a definition is a convention. More about this in Definitions and in the Glossary.
People new to abstract math
are rarely aware of this usage of "if" in definitions.
Constants or parameters are conventionally denoted by $a$, $b$, $c$... , functions by $f$, $g$, $h$, ..., and variables by $x$, $y$, $z$,.... There is more detail about this in Variables and substitution.
Referring to a group (or other mathematical structure) and its underlying set by the same name is a convention. This is an example of synecdoche.
The meaning of "${{\sin }^{n}}x$" in many calculus books is:
This, like Example 1, is a definition by cases. Unlike Example 1, calculus books often make it explicit. Explicit or not, this usage is an abomination.
Conventions may vary by country
Conventions may vary by specialty within math
"Field”, "graph" and "log” are examples.
An interface to a computer program may have many possible choices for the user to make. In most cases, the interface will use certain choices automatically when the user doesn't specify them. One says the program defaults to those choices.
I have spent a lot of time in both Minnesota and Georgia and the remarks about skiing are based on my own observation. But these usages are not absolute. Some affluent Georgians may refer to snow skiing as "skiing", for example, and this usage can result in a put-down if the hearer thinks they are talking about water skiing. One wonders where the boundary line is. Perhaps people in Kentucky are confused on the issue.
Math language has defaults, too.
This meaning of "default" has made it into dictionaries only since around 1960 (see the Wikipedia entry). This usage does not carry a derogatory connotation. In abstractmath.org I am using the word to mean a special type of convention that imposes a choice of parameter, so that it is a special case of both " convention ” and "suppression of parameters”.
Both mathematical English and the symbolic language have a feature that is uncommon in ordinary spoken or written English:
The meaning of a phrase or a symbolic expression
can be different in different parts of the same text.
The portion of the text in which a particular meaning is in effect is called the scope of the meaning. This is accomplished in several ways.
The definition of a word, phrase or symbol sets its meaning. If the word definition is used and the scope is not given explicitly, it is probably the whole discourse.
"Definition. An integer is even if it is divisible by 2.” This is marked as a definition, so it establishes the meaning of the word "even” (when applied to an integer) for the rest of the text.
Used in modus ponens (see here) and (along with let, usually "now let…”) in proof by cases.
Suppose you want to prove that if an integer $n$ is divisible by $4$ then it is even. To show that it is even you must show that it is divisible by $2$. So you write:
Now if you start a new paragraph with something like "For any integer $n\ldots$" you can no longer assume $n$ is divisible by $4$.
Theorem: For all integers $n$, $n^2+n+1$ is odd.
Definitions:
Proof:
The proof I just gave uses only the definition of even and odd and some high school algebra. Some simple grade-school facts about even and odd numbers are:
Put these facts together and you get a nicer proof (I think anyway): $n^2+n$ is even, so when you add $1$ to it you must get an odd number.
A variable is bound if it is in the scope of an integral, quantifier, summation, or other binding operators. More here.
Consider this text:
"Exercise: Show that for all real numbers $x$, it is true that $x^2\geq0$. Proof: Let $x=-2$. Then $x^2=(-2)^2=4$ which is greater than $0$. End of proof."
The problem with that text is that in the statement, "For all real numbers $x$, it is true that $x^2\geq0$", $x$ is a bound variable. It is bound by the universal quantifier "for all" which means that $x$ can be any real number whatever. But in the next sentence, the meaning of $x$ is changed by the assumption that $x=-2$. So the statement that $x\geq0$ only applies to $-2$. As a result the proof does not cover all cases.
Many students just beginning to learn to do proofs make this mistake. Fellow students who are a little further along may be astonished that someone would write something like that paragraph and might sneer at them. But this common mistake does not deserve a sneer, it deserves an explanation. This is an example of the ratchet effect.
Meanings commonly vary in natural language because of conventions and defaults. But varying in scope during a conversation seems to me uncommon.
It does occur in games.
I have not come up with non-game examples, and anyway games are played by rules that are suspiciously like mathematical axioms. Perhaps you can think of some non-game occasions in which meaning is determined by scoping that I have overlooked.
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.