Towards Superintelligence Alignment
Start HereGuided TourCardsBadgesFAQBookLeanExperimentsDemosReferencesAboutPDF
proof

Lean proof spine

P19

Lean spine source

formal/Bundles.lean

Declarations: P19_scalar_reward_as_single_bundle

From the machine-checked spine in formal/ (Mathlib + spine imports). Not self-contained for Lean 4 Web — use the repo or a local lake build.

theorem P19_scalar_reward_as_single_bundle :
    ∀ r : Int, ∃ W : Fin 1 → Int, W 0 = r :=
  fun r => ⟨fun _ => r, rfl⟩

Related content

Appears in graphs

  • Spine II: Value bundles and goal transport

Source

  • Spine module
  • Formal spine modules

A static companion site for an authored research manuscript.

GitHub repository ·Discussion via GitHub issues ·Impressum