SlideShare a Scribd company logo
1 of 13
Wolfram Physics Project
A Quick Introduction
A Computational Approach to Find a Fundamental Theory of Physics
- Vin Bhalerao
Let us first state some definitions, and then move on
to describing the Wolfram Physics project
Definition: Cellular Automata
A cellular automaton is a very simple
computation consisting of cells on a
grid, that evolve through a number of
discrete time steps, using rules
based on the states of neighboring
cells.
For example, here is “Rule 30”. The
first part of the picture describes the
rule. The second part shows its
results over a few successive runs.
Definition: Graph
A set of vertices, with connections between them. Represented as a set of pairs of
integers corresponding to the vertices.
Example: {{1, 2}, {3, 4}, {2, 4}, {2, 5}, {3, 5}, {4, 5}}
Definition: Graph Rules
Graph rules are analogous to
cellular automata rules, but
applied to graphs.
Example rule:
{{x, y, z}} → {{w, w, y}, {w, x,
z}}
Applying the rule over and
over leads to complex graphs
like:
Definition: Hypergraph
Generalization of a graph in which a “hyperedge” can join any number of vertices,
not just two, as in an ordinary graph.
Example: {{1, 2, 3}, {3, 4, 5}} (Hyperedge connecting {1, 2, 3} to {3, 4, 5})
Hypergraph Rules
Example Rule:
{{x, y, z}} → {{w, w, y}, {w, x,
z}}
Applying the rule over and
over leads to graphs like:
Hypergraph Intuition
Hypergraphs generated by some rules resemble physical / biological structures:
Wolfram’s Proposal
● The universe is a hypergraph consisting of (of the order of) 10500 vertices.
● The hypergraph started with a single seed vertex. A rule was applied over
and over until it got to the current level of complexity.
● Note that the actual rule itself still remains to be discovered.
● Space at any instant corresponds to a state of this graph at that instant.
● The graph continues to evolve using the rule, and all events in the universe
can be thought of as the rule being applied to various parts of the graph,
leading to new states of the graph.
● The passage of time corresponds to the evolution of the graph through a
sequence of states.
Now let’s look at some interesting details that emerge from this proposal.
Computational Reducibility and Irreducibility
● Computational Irreducibility: The answer to certain questions can only be
determined by performing or simulating the computation. There is no shortcut
“formula” or equation to find the answer.
● Computational Reducibility: Sometimes, a formula or equation does allow you
to “jump ahead” and predict the output of a computation before performing it.
● While most of the hypergraph suffers from computational irreducibility, it
contains parts that are reducible. This is what allows us to discover laws /
equations of Physics that work.
● The way we have made progress in physics so far is by following these
“veins” of computational reducibility in the hypergraph. But given irreducibility
in other parts of the graph, we will not be able do this with all of Physics.
Causal Invariance and Quantum Mechanics
● The hypergraph rule may get applied to various parts of the graph in various
different orders.
● But some rules have a property called “Causal Invariance”: No matter which
order the rule gets applied in, all such evolutionary paths periodically
converge into common final states.
● This may provide an intuitive way to understand quantum mechanics.
● The different paths through the graph could correspond to the different
quantum states that a particle may be in, and the final state could correspond
to the “classical” state that an observer observes.
● This explains why we experience definite things happening even though
multiple quantum states with different probabilities may exist underneath.
Other Insights
The Wolfram proposal provides valuable insights into the following types of
questions:
● Why does our universe appear to have 3 dimensions?
● How do the theory of relativity and curvature of space emerge?
● Where does quantum entanglement come from?
● Why does entropy appear to be increasing?
● Could the Physics discovered by aliens be quite different from our physics?
Interested in learning how Wolfram’s proposal addresses these and other
fascinating questions?
Further Learning
● Godel’s incompleteness theorems, Turing’s model of computation etc.:
Hilbert, Godel, and Turing
● Wolfram’s blog post describing his proposal in short: Finally We May Have a
Path to the Fundamental Theory of Physics…and It’s Beautiful
● Wolfram’s lecture describing the proposal: Computation and the Fundamental
Theory of Physics - with Stephen Wolfram
● A long interview with Wolfram including many more details: Lex Fridman
Podcast #124
● The main site of the project: Wolfram Physics

More Related Content

Similar to Wolfram Physics - A Quick Introduction.pptx

PH600 Project report
PH600 Project reportPH600 Project report
PH600 Project reportLuke Moore
 
Quantum Computation and Information
Quantum Computation and InformationQuantum Computation and Information
Quantum Computation and InformationXequeMateShannon
 
Lab 05 – Gravitation and Keplers Laws Name __________________.docx
Lab 05 – Gravitation and Keplers Laws Name __________________.docxLab 05 – Gravitation and Keplers Laws Name __________________.docx
Lab 05 – Gravitation and Keplers Laws Name __________________.docxDIPESH30
 
Time dependent perturbations
Time dependent perturbationsTime dependent perturbations
Time dependent perturbationsZahid Mehmood
 
Condensed Geometry II(2)
Condensed Geometry II(2)Condensed Geometry II(2)
Condensed Geometry II(2)Koustubh Kabe
 
Simulation of Simple Pendulum
Simulation of Simple PendulumSimulation of Simple Pendulum
Simulation of Simple Penduluminventionjournals
 
Mathematical Modelling and Parameter Optimization of Pulsating Heat Pipes
Mathematical Modelling and Parameter Optimization of Pulsating Heat PipesMathematical Modelling and Parameter Optimization of Pulsating Heat Pipes
Mathematical Modelling and Parameter Optimization of Pulsating Heat PipesXin-She Yang
 
Hamiltonian formulation project Sk Serajuddin.pdf
Hamiltonian formulation project Sk Serajuddin.pdfHamiltonian formulation project Sk Serajuddin.pdf
Hamiltonian formulation project Sk Serajuddin.pdfmiteshmohanty03
 
Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...
Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...
Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...Diego Tognola
 
Hatten spring 1561232600_stablesprings0.7.3
Hatten spring 1561232600_stablesprings0.7.3Hatten spring 1561232600_stablesprings0.7.3
Hatten spring 1561232600_stablesprings0.7.3widgetdog
 
Unit1_Prerequisites.pdf
Unit1_Prerequisites.pdfUnit1_Prerequisites.pdf
Unit1_Prerequisites.pdfpalashgupta53
 
Princeton conference Equivalent Theories in Physics and Metaphysics
Princeton conference Equivalent Theories in Physics and MetaphysicsPrinceton conference Equivalent Theories in Physics and Metaphysics
Princeton conference Equivalent Theories in Physics and MetaphysicsSebastian De Haro
 
calculation of currents in nanowires
calculation of currents in nanowirescalculation of currents in nanowires
calculation of currents in nanowiresVorname Nachname
 

Similar to Wolfram Physics - A Quick Introduction.pptx (20)

PH600 Project report
PH600 Project reportPH600 Project report
PH600 Project report
 
Quantum Computation and Information
Quantum Computation and InformationQuantum Computation and Information
Quantum Computation and Information
 
Shm 1
Shm 1Shm 1
Shm 1
 
Lab 05 – Gravitation and Keplers Laws Name __________________.docx
Lab 05 – Gravitation and Keplers Laws Name __________________.docxLab 05 – Gravitation and Keplers Laws Name __________________.docx
Lab 05 – Gravitation and Keplers Laws Name __________________.docx
 
Bachelor's Thesis
Bachelor's ThesisBachelor's Thesis
Bachelor's Thesis
 
Time dependent perturbations
Time dependent perturbationsTime dependent perturbations
Time dependent perturbations
 
Condensed Geometry II(2)
Condensed Geometry II(2)Condensed Geometry II(2)
Condensed Geometry II(2)
 
Simulation of Simple Pendulum
Simulation of Simple PendulumSimulation of Simple Pendulum
Simulation of Simple Pendulum
 
Waves_Quantum.ppt and Pdf
Waves_Quantum.ppt and Pdf Waves_Quantum.ppt and Pdf
Waves_Quantum.ppt and Pdf
 
Mathematical Modelling and Parameter Optimization of Pulsating Heat Pipes
Mathematical Modelling and Parameter Optimization of Pulsating Heat PipesMathematical Modelling and Parameter Optimization of Pulsating Heat Pipes
Mathematical Modelling and Parameter Optimization of Pulsating Heat Pipes
 
Hamiltonian formulation project Sk Serajuddin.pdf
Hamiltonian formulation project Sk Serajuddin.pdfHamiltonian formulation project Sk Serajuddin.pdf
Hamiltonian formulation project Sk Serajuddin.pdf
 
Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...
Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...
Invariant Manifolds, Passage through Resonance, Stability and a Computer Assi...
 
Dec 14 - R2
Dec 14 - R2Dec 14 - R2
Dec 14 - R2
 
Hatten spring 1561232600_stablesprings0.7.3
Hatten spring 1561232600_stablesprings0.7.3Hatten spring 1561232600_stablesprings0.7.3
Hatten spring 1561232600_stablesprings0.7.3
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
multi-field-inflation
multi-field-inflationmulti-field-inflation
multi-field-inflation
 
Unit1_Prerequisites.pdf
Unit1_Prerequisites.pdfUnit1_Prerequisites.pdf
Unit1_Prerequisites.pdf
 
Princeton conference Equivalent Theories in Physics and Metaphysics
Princeton conference Equivalent Theories in Physics and MetaphysicsPrinceton conference Equivalent Theories in Physics and Metaphysics
Princeton conference Equivalent Theories in Physics and Metaphysics
 
MZ2
MZ2MZ2
MZ2
 
calculation of currents in nanowires
calculation of currents in nanowirescalculation of currents in nanowires
calculation of currents in nanowires
 

Recently uploaded

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 

Recently uploaded (20)

Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 

Wolfram Physics - A Quick Introduction.pptx

  • 1. Wolfram Physics Project A Quick Introduction A Computational Approach to Find a Fundamental Theory of Physics - Vin Bhalerao
  • 2. Let us first state some definitions, and then move on to describing the Wolfram Physics project
  • 3. Definition: Cellular Automata A cellular automaton is a very simple computation consisting of cells on a grid, that evolve through a number of discrete time steps, using rules based on the states of neighboring cells. For example, here is “Rule 30”. The first part of the picture describes the rule. The second part shows its results over a few successive runs.
  • 4. Definition: Graph A set of vertices, with connections between them. Represented as a set of pairs of integers corresponding to the vertices. Example: {{1, 2}, {3, 4}, {2, 4}, {2, 5}, {3, 5}, {4, 5}}
  • 5. Definition: Graph Rules Graph rules are analogous to cellular automata rules, but applied to graphs. Example rule: {{x, y, z}} → {{w, w, y}, {w, x, z}} Applying the rule over and over leads to complex graphs like:
  • 6. Definition: Hypergraph Generalization of a graph in which a “hyperedge” can join any number of vertices, not just two, as in an ordinary graph. Example: {{1, 2, 3}, {3, 4, 5}} (Hyperedge connecting {1, 2, 3} to {3, 4, 5})
  • 7. Hypergraph Rules Example Rule: {{x, y, z}} → {{w, w, y}, {w, x, z}} Applying the rule over and over leads to graphs like:
  • 8. Hypergraph Intuition Hypergraphs generated by some rules resemble physical / biological structures:
  • 9. Wolfram’s Proposal ● The universe is a hypergraph consisting of (of the order of) 10500 vertices. ● The hypergraph started with a single seed vertex. A rule was applied over and over until it got to the current level of complexity. ● Note that the actual rule itself still remains to be discovered. ● Space at any instant corresponds to a state of this graph at that instant. ● The graph continues to evolve using the rule, and all events in the universe can be thought of as the rule being applied to various parts of the graph, leading to new states of the graph. ● The passage of time corresponds to the evolution of the graph through a sequence of states. Now let’s look at some interesting details that emerge from this proposal.
  • 10. Computational Reducibility and Irreducibility ● Computational Irreducibility: The answer to certain questions can only be determined by performing or simulating the computation. There is no shortcut “formula” or equation to find the answer. ● Computational Reducibility: Sometimes, a formula or equation does allow you to “jump ahead” and predict the output of a computation before performing it. ● While most of the hypergraph suffers from computational irreducibility, it contains parts that are reducible. This is what allows us to discover laws / equations of Physics that work. ● The way we have made progress in physics so far is by following these “veins” of computational reducibility in the hypergraph. But given irreducibility in other parts of the graph, we will not be able do this with all of Physics.
  • 11. Causal Invariance and Quantum Mechanics ● The hypergraph rule may get applied to various parts of the graph in various different orders. ● But some rules have a property called “Causal Invariance”: No matter which order the rule gets applied in, all such evolutionary paths periodically converge into common final states. ● This may provide an intuitive way to understand quantum mechanics. ● The different paths through the graph could correspond to the different quantum states that a particle may be in, and the final state could correspond to the “classical” state that an observer observes. ● This explains why we experience definite things happening even though multiple quantum states with different probabilities may exist underneath.
  • 12. Other Insights The Wolfram proposal provides valuable insights into the following types of questions: ● Why does our universe appear to have 3 dimensions? ● How do the theory of relativity and curvature of space emerge? ● Where does quantum entanglement come from? ● Why does entropy appear to be increasing? ● Could the Physics discovered by aliens be quite different from our physics? Interested in learning how Wolfram’s proposal addresses these and other fascinating questions?
  • 13. Further Learning ● Godel’s incompleteness theorems, Turing’s model of computation etc.: Hilbert, Godel, and Turing ● Wolfram’s blog post describing his proposal in short: Finally We May Have a Path to the Fundamental Theory of Physics…and It’s Beautiful ● Wolfram’s lecture describing the proposal: Computation and the Fundamental Theory of Physics - with Stephen Wolfram ● A long interview with Wolfram including many more details: Lex Fridman Podcast #124 ● The main site of the project: Wolfram Physics