The Last Moon

Surviving exomoons as tracers of planet-mass black holes — and a technosignature of planetary conversion

A sufficiently advanced civilization may convert its home planet into a planet-mass black hole — an Earth-mass black hole has a Schwarzschild radius of about nine millimetres and a Hawking temperature of about 0.02 K, so it is effectively dark. Because the conversion is approximately mass-conserving, a pre-existing moon survives on essentially its original orbit and becomes a luminous test particle tracing the gravity of an invisible primary.

That surviving moon is both the detection handle (radial velocity and astrometry report a planet-mass companion in the habitable zone, yet the only body that ever transits is moon-sized, with large transit-timing variations) and the artificial-vs-natural discriminant (we quantify how rarely nature could counterfeit the full configuration).

Code
from lastmoon.figures.signal_amplitudes import plot_signal_amplitudes
from lastmoon.figures.style import apply_style

apply_style()
plot_signal_amplitudes()

The three observable signatures at a glance.

Read the idea in five pages

  1. A Moon Orbiting Nothing — the system, and why it is stable.
  2. The Invisible Primary — why the black hole itself cannot be seen.
  3. The Mass/Size Mismatch — the primary observational flag.
  4. TTV/TDV Around a Point Mass — the dynamical fingerprint.
  5. Could Nature Fake It? — the keystone: counting natural impostors.

Or jump to Getting Started to run everything yourself.