Group Abstract Group Abstract

Message Boards Message Boards

New paper shows generation of all elementary functions from a single binary operator

I came across this paper (https://arxiv.org/pdf/2603.21852) published this month by Andrzej Odrzywolek and have not been able to stop thinking about it. The claim is that a single binary operator, $\text{eml}(x, y) = \exp(x) - \ln(y)$, paired with the constant 1, generates every elementary function. NAND gates do this for Boolean logic, but continuous math has never had an equivalent, and the standard reduction via Euler and Liouville bottoms out at exp, log, and arithmetic. Odrzywołek shows that the bottom is lower. So $e^x = \text{eml}(x, 1)$, $\ln x = \text{eml}(1, \text{eml}(\text{eml}(1, x), 1))$, and every elementary formula becomes a binary tree over the grammar $S \to 1 \mid \text{eml}(S, S)$.

POSTED BY: Alisson Silva
2 Replies
Posted 18 hours ago

This operator's universality is profound. I actually used this exact eml(x,y) operator as the 'continuous Sheffer stroke' to seed a discrete, graph-theoretic model of physics, very much in the spirit of the Wolfram Physics Project.

If you minimize its relational Landauer cost, a single 100-line, zero-dependency Python file computes the fine-structure constant and fundamental mass ratios from pure geometry. https://codeberg.org/ChristophTripstoph/cjanke_relational-reality-theory

Full write up markdown file is also in the vault. But check the script first!

POSTED BY: Christoph Janke

Super interesting! Code is also fascinating https://github.com/VA00/SymbolicRegressionPackage

POSTED BY: Ahmed Elbanna
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard