1
$\begingroup$

I find myself wanting to talk about parts of a proof, e.g. the role played by mathematical expressions within a proof.

When proving a theorem it is common to construct some kind of object and then prove this has certain properties. E.g. in the standard proof that there are infinitely many primes we assume the primes are finite $p_1,\cdots, p_k$ and the consider $n=p_1\times \cdots \times p_k +1$. We then establish properties of $n$ which lead to a contradiction. What do you call the act of constructing $n$, or $n$ itself?

I think that having names for things is important, especially when talking about them. For example, many simple proofs by contradiction could be a contrapositive instead. Having a word "contrapositive" is very helpful indeed in discussing such proofs, and explaining to students the difference between contradicting the hypothesis, and a general external contradiction such as $1=0$.

The word "ansatz" is widely used "is an educated guess or an additional assumption made to help solve a problem, and which is later verified to be part of the solution by its results" (Wikipedia). I find having a word for an ansatz is very helpful.

I don't have a word for "a particular object constructed as a device within a proof, built to establish certain conditions must hold".

I have lots of other examples of such objects, but no name for them.

My favourite proposal at the moment is "gadget", or "proof-gadget" for emphasis. This is a relatively positive, utilitarian word (not used elsewhere in mathematics as far as i can tell). Gadgets are something which a built for a particular purpose, and are often igneous.

I can, of course, use words as I see fit (The Humpty Dumpty defence) but I'd like to ask if anyone knows of words used routinely for this purpose?

Thanks, Chris

$\endgroup$
22
  • 1
    $\begingroup$ One can state the infinitude of primes as: given the primes $p_1,\ldots, p_n$, the prime divisors of $p_1\cdots p_n +1$ are not among the given primes. And these new primes are what you have constructed. There are many theorems in the literature that are given as mere existence statements, but which could be restated as a construction together with a property of the constructed object. One word for this is 'proof relevant mathematics', where the content of the proof is meaningful and relevant outside the proof environment. $\endgroup$
    – David Roberts
    Commented Feb 2, 2020 at 11:16
  • 2
    $\begingroup$ I think the word scholium might be partially relevant here. <strike>I seem to recall</strike> Peter Johnstone uses it to denote something like a corollary, but which follows from something in a previous proof, not from the statement of the result. (Edit: found it: footnote 7 on page xiv, in the Preface to Sketches of an Elephant) $\endgroup$
    – David Roberts
    Commented Feb 2, 2020 at 11:21
  • 3
    $\begingroup$ "gadget" has a specific meaning in computational complexity proofs. $\endgroup$ Commented Feb 2, 2020 at 23:26
  • 2
    $\begingroup$ @MichaelHardy your comments are not relevant to this question and getting into an argument about Euclid's proof here is just a distraction. $\endgroup$ Commented Mar 29 at 21:49
  • 1
    $\begingroup$ @AlessandroDellaCorte It’s a proof by negation, not by contradiction. I agree with Sam that a discussion about Euclid’s proof here is off-topic. $\endgroup$ Commented Mar 30 at 0:04

2 Answers 2

1
$\begingroup$

Two kinds of "objects" popping up in proofs come to my mind:

  1. One defines object X and then proves that X has some required properties. In this case I'd call X a "candidate" when introducing it, and I think this is not uncommon.

  2. One assumes something and then defines the object Y (as the number $n$ in your example) to disprove it. In this case I'd call Y just a "counterexample", no? In your case, $n$ is a counterexample to the claim that the prime divisors of any number are among $p_1,\dots,p_k$.

I'm not saying that those are the only cases of "objects in proofs", but perhaps they're the most important ones, and I can't immediately point at cases that are really so different from 1. or 2.

$\endgroup$
0
$\begingroup$

This question was asked four years ago, but never got an answer (though, it had some discussion in the comments). This question could have also been asked on academia.SE but it's not clear it's really on topic there either. Let me try to answer so that this doesn't linger forever on the unanswered queue.

With any question about writing, in addition to the guiding principle of not inventing new terminology for something that already has standard terminology, another good guiding principle is do what's best for your reader. Having prepared thousands of pages of writings in my research and teaching, I've found that what's best for the reader is usually whatever is clearest. Hence, when I make a construction in one of my papers and want to refer to it elsewhere in the paper, I give it a numbered environment, just like an equation, definition, lemma, proposition, theorem, conjecture, etc.

Construction 2.1: Under the assumption that there are only finitely many primes $p_1, \dots, p_k$, let $P = p_1p_2\cdots p_k + 1$.

Later in the paper, maybe I need to do the same trick again, and can say "Using the same technique as Construction 2.1, we now ..."

I've also had things like:

Standing Hypothesis 1.1: We assume all model categories are cofibrantly generated in this paper.

or

Agreement 2.1: Let us agree that by "operad" we mean "reduced operad" in what follows.

I think this is MUCH clearer than words like Scholium and Ansatz, that have the potential to throw off readers who have not seen words like that before. I teach so many students from Asia for whom English is already a second language, and words that draw from yet a third language tend to throw them off quite a lot.

Now suppose you're teaching a course on proof-writing, or writing a paper about how we write mathematics, and want a way to refer to the general idea of a construction done inside a proof. In that case, I think "gadget" is a good choice, even though it has a technical meaning elsewhere, because most students/readers know what a gadget is, especially if I mention the real-world meaning of the term and why I chose that word for this concept. Based on the comments, it sounds like there is no standard term. If you want to avoid "gadget" because of the connection to computational complexity, you can use "gizmo" instead.

Lastly, I want to point out that one way to avoid gizmos in proofs is to create lemmas, following Terry Tao's advice. You could imagine doing all your writing in such a way that, wherever you were constructing something inside a proof, you deliberately pulled that out into a lemma like:

Lemma 3.1: If $L = \{p_1, \dots, p_k\}$ is a finite list of prime numbers, then $P = p_1\cdots p_k + 1$ is divisible by a prime not in $L$.

This technique of writing is extremely clear and helps the reader focus on one proof at a time, instead of a proof within a proof. Incidentally, this gives me another idea. You could use "inception" to refer to the phenomenon of proofs/constructions within existing proofs of other statements.

$\endgroup$
8
  • 1
    $\begingroup$ It is unfortunate that the "standard" proof of the infinitude of primes assumes only finitely many exist and deduces a contradiction. The way Euclid did it is better: Assume $P$ is any finite set of primes (e.g. $\{\,5,7\,\}$) and show that the prime factors of $1+\prod P$ are not in $P$ (e.g. $1+(5×7)=2×2×3×3,$ so that there are more primes than those in $P.$ Making it a proof by contradiction adds an extra complication that serves no purpose and confuses some students, as follows:$\,\ldots\qquad$ $\endgroup$ Commented Mar 29 at 20:52
  • 1
    $\begingroup$ David, Might Lemma 3.1 be clearer as: If $p_1,\ldots,p_k$ is a finite list of prime numbers, then $P=p_1\cdots p_k+1$ is divisible by a prime that is not in the list. From there, most students would agree that there can't be a finite list that contains every prime number. $\endgroup$ Commented Mar 29 at 21:27
  • 3
    $\begingroup$ The purpose of this answer was to focus on how to write in general, not on this specific lemma, that I only chose because it was in the original post. Since the choice seems to have generated heat, I rephrased it as suggested by @JoeSilverman. Thanks. I know that some people have very strong feelings about this proof regarding the infinitude of primes, but I encourage readers to focus on the main point of the answer, not on the example. As a topologist, I would have preferred an example of proof writing in topology, but trying to align with the OP here. $\endgroup$ Commented Mar 29 at 21:39
  • 4
    $\begingroup$ @MichaelHardy Let's not get off topic. The question is about proofs within proofs, not about the infinitude of primes. The OP only used this proof because it's well known. Let's avoid digressing into opinions about the proof itself, and instead focus on the question, which involves math writing. $\endgroup$ Commented Mar 29 at 21:40
  • 2
    $\begingroup$ I agree that "gadget" is a fine word, and the fact that it has a technical meaning in one subfield isn't such a big deal: the list of words that have technical meanings is very long. I also agree that the discussions of Euclid's proof in the comments are off topic here. $\endgroup$ Commented Mar 29 at 21:51

Not the answer you're looking for? Browse other questions tagged or ask your own question.