Logic Terminology – What is a Mathematical Construction?

logicterminology

More formally (though not too formal, as I am pretty under-educated in mathematical logic) what does it mean when one "constructs" another mathematical object from another within the context of introducing a new theory or new definitions.

For example I've found when one writes of lets say "constructions of the real numbers" what they mean is they are going to use some deductive system that has no notion of a real number to define an algebraic structure that is isomorphic to the field of real numbers.

Likewise I've seen this done in "constructions of the integers" where they might take lets say ordered pairs of natural numbers (the point being as before never to reference or use anything about the objects we are going to "construct") to create the integers

Again I've seen this also done in "constructions of the rationals" where they might take lets say ordered pairs of integers (again never referencing/using anything involving rational numbers) to create the rationals.

So to re-iterate what does "construction" mean formally in this context of introducing new objects?

Best Answer

This is a bit ambiguous, as all natural language is ambiguous (especially when used in proximity to mathematical language which is not, or at least should not be, ambiguous)

Generally speaking, in mathematics you work in a context where you have a universe of objects. These could be sets, or functions, or numbers, or all of them.

When we construct something, we show that there is a way to define an object (or sometimes a collection of objects) which satisfies the properties making it "worth the name" of its construction. This formaly validates our claim as to the existence of something.

  1. When we say that we "construct a sequence", then we mean to say that we define the sequence.

  2. When we say that we "construct the real numbers", then we argue that given just the rational numbers and some background universe with "enough sets and functions", then we can define an object which has the same behavior we expect from the real numbers. We can then show that this structure is indeed unique up to isomorphism, so the method of construction (Dedekind completion, Cauchy completion, etc.) is in fact irrelevant.

The idea is that a construction usually involves some objects to start with. It could be the rationals, or a specific number used to bootstrap a sequence, or just the empty set. And from that object we define another object, in a reasonably explicit way.

For example, you cannot define a function $f\colon\Bbb R\to\Bbb R$ such that $f(x+y)=f(x)+f(y)$ and $f$ is not continuous, we know that because there are universes of mathematics where no such function exists. However, if you are given a Hamel basis for $\Bbb R$ over $\Bbb Q$, then from that basis you can construct such function (and it follows that in the aforementioned universes, no Hamel bases exist either).

Related Question