You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
Here are some functions:
And so on.
It appears this can be generalized to any natural number:
Perhaps we can make this more formal by adding an equational constraint, for the function symbols. There could be a function and . ().
I suppose we could also say that if we have an arity function, is the pre-image of at value .
Now it seems like the application function is “fully parametrized”, as . So I think it can be abstracted into .
I imagine this is a very common, standard function, and I’m wondering what a standard, elegant way to define it is, in contrast to my own attempt.
in languages with products, often all function applications are unary, and if you need n-ary arguments, you tuple them up. or, in e.g. Coq you could define a family of functions of varying arity by induction on the number of arguments.
The motif is that of algebra for an operad, in case that gives you some direction.