IndisputableMonolith.Relativity.Compact
IndisputableMonolith/Relativity/Compact.lean · 12 lines · 0 declarations
show as:
view math explainer →
1-- Compact Objects Module Aggregator
2import IndisputableMonolith.Relativity.Compact.StaticSpherical
3import IndisputableMonolith.Relativity.Compact.BlackHoleEntropy
4
5/-!
6# Compact Objects Module
7
8Static spherically symmetric solutions and entropy:
9- `StaticSpherical` - Static spherical solutions ds² = -f(r)dt² + g(r)dr² + r²dΩ²
10- `BlackHoleEntropy` - Bekenstein-Hawking entropy derived from ledger capacity
11-/
12