-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 3.41 KB
/
index.html
File metadata and controls
47 lines (44 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Home
---
<div class="container">
<div id="splash" class="bg-light p-5 rounded">
<h1><img src="/assets/images/LogoWhite.png" alt="" height="86px"> Assumptions of Physics</h1>
<p class="lead">A research program led by <a href="https://lsa.umich.edu/physics/people/faculty/caidala.html">Christine Aidala</a>
and <a href="https://lsa.umich.edu/physics/people/staff/carcassi.html">Gabriele Carcassi</a>
at the <a href="https://lsa.umich.edu/physics">University of Michigan</a></p>
</div>
</br>
<div class="row section topspace">
<div class="col-md-12">
<p class="lead text-center">What do the basic laws of physics describe? Why
is the state of a classical particle identified by position and momentum (i.e. a point
on a cotangent bundle) while the state of a quantum system is identified by a
wave function (i.e. a vector in a Hilbert space)? Could we have had different laws?</p>
<p class="lead text-center"><b><i>Our research program aims to identify a handful of physical principles and assumptions
from which the basic laws can be rigorously derived.</i></b></p>
<p>We believe this approach allows us to answer the
above questions as it forces us to:</p>
<ul>
<li><b>Clarify our assumptions.</b> As we are forced to formalize and make explicit our starting points,
we understand under which conditions each physical theory is valid. We also have a better
idea of when and how they fail, possibly giving new insights that may lead to new physics.</li>
<li><b>Put physics back at the center of the discussion.</b> By starting from physical ideas we put physics
back at the center of the discussion, instead of relegating it to a mere after-the-fact interpretation
as it is currently done in most modern scientific theories. Many results can be directly understood
in terms of the assumptions, fostering a better intuition for the mathematical results.</li>
<li><b>Give science sturdier mathematical grounds.</b> As each mathematical symbol is given a precise physical meaning,
our formal framework maps one-to-one to our physical understanding.
This means we automatically leave out any unphysical mathematical artifact.</li>
<li><b>Foster connections between different fields of knowledge.</b> We have found recurring core concepts
between different fields of science, math, philosophy and engineering. In retrospect, this is not surprising: nature
is one and does not care about such divisions, and therefore truly fundamental concepts must span freely across
different areas.</li>
<li><b>Provides a way to pose deep questions.</b> Once we have formalized what we mean by scientific theory and
identified what conditions are required to rederive the basic laws, we can try to understand whether those
requirements are statements about the world around us or are statements about what is needed to do science.</li>
</ul>
</div>
</div> <!-- / section -->
</div> <!-- /container -->