programming_framework / processes /metric_geometry /metric_geometry-index.html
garywelz's picture
Sync programming_framework from local progframe
06e4298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Metric Geometry - Mathematics Processes</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f5f5f5; padding: 20px; }
.container { max-width: 800px; margin: 0 auto; background: white; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 30px; }
h1 { color: #2471a3; margin-bottom: 15px; }
.nav-links { margin-bottom: 25px; }
.nav-links a { color: #2471a3; text-decoration: none; margin-right: 20px; font-weight: 500; }
.nav-links a:hover { text-decoration: underline; }
.chart-list { list-style: none; }
.chart-list li { margin-bottom: 12px; }
.chart-list a { display: block; padding: 15px 20px; background: #f8f9fa; border-radius: 8px; color: #2c3e50; text-decoration: none; border-left: 4px solid #2471a3; transition: all 0.2s; }
.chart-list a:hover { background: #ecf0f1; }
</style>
</head>
<body>
<div class="container">
<div class="nav-links">
<a href="../../mathematics_index.html">← Back to Mathematics Index</a>
<a href="https://arxiv.org/list/math.MG/recent" target="_blank">arXiv math.MG</a>
</div>
<h1>Metric Geometry</h1>
<p style="color:#666;margin-bottom:25px;">Dependency graphs for metric spaces, geodesics, curvature (CAT spaces), and hyperbolic geometry.</p>
<ul class="chart-list">
<li><a href="metric_geometry-metric-spaces.html">Metric Spaces</a></li>
<li><a href="metric_geometry-geodesics.html">Geodesics and Length Spaces</a></li>
<li><a href="metric_geometry-curvature.html">Curvature (CAT, Alexandrov)</a></li>
<li><a href="metric_geometry-hyperbolic.html">Hyperbolic Geometry</a></li>
</ul>
</div>
</body>
</html>