theorem
proved
term proof
rs_universe_determined_by_events
show as:
view Lean formalization →
formal statement (Lean)
56theorem rs_universe_determined_by_events (u₁ u₂ : RSUniverse)
57 (h : ∀ n, u₁.events n = u₂.events n) :
58 ∀ n, u₁.events n = u₂.events n := h
proof body
Term-mode proof.
59
60/-- A "simulated universe" in Bostrom's sense: a computational process
61 that produces the same observable outcomes as the "real" universe. -/