Cartesian products and the definition of a map

wisvuze
Messages
372
Reaction score
1
Hello, I was wondering if there were alternative definitions to a "function" ( alternative to the standard f is a subset of A X B if f : A -> B ).

I was introduced to the "general" definition of a cartesian product ( with respect to an indexing set H ) , it is weird to me because the general cartesian product is defined as a set of mappings, so it doesn't "quite" sync up with the standard "tuple" cartesian product of sets ( indexed by natural numbers ) as a generalization.. I thought I could get around this if the definition of a mapping doesn't rely on the original definition of a cartesian product, but I cannot think of another way to define a map.

However, is it unreasonable to leave a mapping as an undefined object? I am not too familiar with the depths of set theory, so I do not know if it would lead to disastrous results..
thanks :)
 
Mathematics news on Phys.org
wisvuze said:
However, is it unreasonable to leave a mapping as an undefined object? I am not too familiar with the depths of set theory, so I do not know if it would lead to disastrous results..
thanks :)

Hello wisvuze! :smile:

That's not unreasonable at all! That's quite a valuable insight actually. Leaving mappings as undefined objects is basically one of the philosophies of category theory and topos theory. However, it will probably not come as a surprise that the resulting theory in radically different than the usual set theory! For example, the axioms that we must put on the functions might look weird, at first glance.

I recommend that you read the book "Set for mathematics" by Lawvere and Rosebrugh. It starts from the very basical things that you mentioned: seeing sets and functions as undefined objects (and in the beginning, there is not such thing as \in, this has to be defined). Gradually, the book imposes axioms to let the theory ressemble the usual set theory. In the end we end up with a(n elementary) topos, which is (roughly) the set theory that we know.
 
Thank you! I will check out these recommendations :)
 
Last edited:
A less drastic line of study would just be type theory, or some sort of many-sorted logic.

e.g. when working with real numbers, you might have one type "R" (the type of real numbers), and another type "R -> R" (the type of real-valued functions of real numbers).

Then if f is an expression of type R -> R and x is an expression of type R, then we define the "evaluation" expression f(x) to be an expression of type R.

Like other logical operators (such as "and" or "implies" or "ordered pair of"), evaluation satisfies some properties that reflect what it means to be a function.




Really, the usual set-theoretic definition as a subset of the Cartesian product is simply an interpretation -- we interpret functions as being such things because it is a convenient way to treat functions in a theory that tells us about sets. The fact we represent things that way isn't really all that important for actually using functions; it's really just a technical tool to allow us to use a theory of sets to work with functions.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top