My friend told me that every equation possible with modern mathematical notation boils down to only $+, -,\times,\div$
What that means is that you can take any function and if you dive deep enough into it it will only have those operators
For example, if we have factorial, n!, it can be expressed as $n\times{(n-1)}\times{(n-2)},\,etc.$ Is this true with every equation in mathematics? Will everything when boiled down enough just be composed of those four operations?
EDIT: Things that can be expressed with these but an infinite number of them do not count (Ex, infinite sums) Because we can write these as: $n+n+n+n...$
No. First of all, functions don't even need to associate numbers at all, but we'll ignore that for now.
"Functions" are a lot more general than people tend to think. Functions need to take any member from its domain and associate it to exactly one element of its codomain - that's it. They do not even need to have a sort of "rule" that allows you to tell me what a given element of the domain maps to, I can just give you a set of ordered pairs. $\{(1,1),(2,7),(9,1)\}$ is a function.
The relation whose domain is the integer interval $[10,99]$ defined by switching the first and second digit is a function.
The relation whose domain is the reals that maps odd numbers to $1$, even numbers to $2$, and non-integers to $42$ is a function.
The relation whose domain is the naturals defined by having a six-sided die tossed on the n'th throw, and mapping n to the result of the die toss is a function.
The relation whose domain is the natural numbers which maps the n'th day of my life to my favorite number on that particular day is a function.
Surely it would be absurd to think that all of these are expressible with those operations.