"Let's go quantum" - (2020 slogan)
To generate images like this, see Quantum Propagation Explorer.
A research project in path semantics, a re-interpretation of functions for expressing mathematics
Path Semantics is in relation to functional programming the analogue of theoretical physics is in relation to experimental physics. Theoretical physics is concerned about physics as a language and reducing physical phenomena to fundamental constants and theories. Likewise, Path Semantics is concerned about computation as language and reducing computational phenomena to fundamental concepts and theories. Just like theoretical physics, Path Semantics contains multiple domains where definitions in one domain are generalized to other domains. Path Semantics is not a single language, but a framework for mathematical language design, similar to how theoretical physics is not a single language, but a framework for physical theory design.
Here are some further analogues between theoretical physics and Path Semantics:
- Speed of light: Normal paths (the universal invariant used for reference and motivation for computation)
- Gravity: Existential paths (ranging from simple to advanced semantics of functions)
- Planck constant: Intuitionistic Propositional Logic extendend with HOOO, congruence theory, PS core axiom and PS layers (logical foundation)
In fundamental physics, the language of theoretical physics and Path Semantics converges into one, by the bridge between Wolfram models (hypergraph rewriting) and constructive logic. Path Semantics goes deeper than Wolfram models into nature of computation/logic, less concerned about geometry, using Hegelean-ish philosophy from a Wittgenstein perspective of problematics between language and logic. Heidegger's philosophy is also useful in relation to language bias. So, if you are a philosopher trying to understand theoretical physics, then Path Semantics might be something for you!
The Path Semantics project has many not-yet-disputed contributions to mathematics. If you like to provide constructive criticism, then please open up issues! This can help us to bridge the gap to other mathematical theories.
- For an experimental implementation of a small subset of Path Semantics, see Poi
- For an experimental implementation of the logical foundation of Path Semantics, see Hooo
Transcript of Talk "Introduction to Path Semantics" - This lecture was given to the Category Theory Study Group on the Applied Category Theory server (Discord).
Path Semantics started with reasoning about the syntax:
f[g] <=> h
Where f, g, h
are functions.
For example:
and[not] <=> or
concat[len] <=> add
For an implementation, see Poi.
This repository is a brain dump of a lot of papers on ideas related to mathematics, logic, language and artificial intelligence.
- Reading sequences for learning Path Semantics
- Reading sequences for Artificial Intelligence and Safety Research
- Frequently Asked Questions
- Roadmap
@misc{Path-Semantics,
author = {Sven Nilsen},
title = {Re-interpretation of functions for expressing mathematics},
url = {https://github.com/advancedresearch/path_semantics/},
howpublished = {\url{https://advancedresearch.github.io/}}
}
Notice: This work has not yet been peer-reviewed,
except informally and partially checked by automated theorem provers.
- 2021-04-04 Deriving Path Semantics from First Principles
- 2020-08-20 Improving Brute Force Theorem Proving
- 2020-04-26 The Core Axiom
- 2020-01-18 The Secret Behind 2019 Logo
- 2018-12-09 Five Things You Should Know About Path Semantics
- 2017-08-25 Homotopy and Geometry
- 2017-07-20 Generalizing Path Semantics to Probability Theory
- 2017-06-28 Standardizing Path Semantics
- 2017-06-25 Progress on Existential Paths
- 2017-06-03 Perfect Intelligence
- 2017-05-29 Golden Rationality
- 2017-04-23 Existential Paths
- 2017-04-20 Slot Lambda Calculus
- 2017-03-24 Proving Non-Existence of Monoid Symmetric Paths
- 2017-02-20 New Algorithm for Inferring Equations
- 2015-07-03 Path Semantics
Here is a cheat sheet to show how it looks like: Path Semantics Cheat Sheet
Functional programming has been an active research area for dependent types. In this notation, a new semantics that re-interprets functions takes a step beyond dependent types.
Very briefly, path semantics is about things like:
- How functions are constructed and connected
- How to express relationships between functions in a more strict way than equations
- What can be predicted about output of functions from something about the input
- What it means to refer to a function (function identity)
- What you can do with functions, given some class of knowledge about them is available
- What kind of structures are related to some class of functions
See the wiki for more information.
Some problems require more powerful mathematical tools than others, e.g. AI safety research.
Path semantics grounds meaning in "intrinsic complexity" of functions, similar to computational type theory,
but builds up higher order concepts that stretches into the domain of philosophy.
Therefore, path semantics offers an integrated understanding of semantics spanning a wide area of applications.
An advantage of path semantics is that one can translate to and from other languages.
There are many such "bridges", from Logic to Lojban.
Among the most important connections is one between probability theory and computation,
which is formalized in path semantics.
A new kind of programming language, but for mathematical thinking.
Mathematical ideas are expressed in terms of functions, which are easier to program than e.g. sets. The purpose is to make mathematics more accessible and understandable in a way that relates to programming.
programming <------ path semantics ------> mathematics
Since programming and mathematis are very powerful tools on their own, it is often easier to use them to design domain specific languages for problem solving. However, doing so correctly, is easier by learning what mathematics can mean in terms of programming.
Goals:
- Create efficient algorithms that find paths
- Find deductive rules
- Find rules for well formed expressions
- Find applicable areas (machine learning etc.)
- Find generalizations (probability theory etc.)