pith. machine review for the scientific record. sign in
theorem

display_speed_identity

proved
show as:
view math explainer →
module
IndisputableMonolith.TruthCore.Display
domain
TruthCore
line
34 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.TruthCore.Display on GitHub at line 34.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  31namespace TruthCore
  32
  33/-- Alias: display speed identity λ_kin/τ_rec = c. -/
  34theorem display_speed_identity (U : Constants.RSUnits) :
  35  (Constants.RSUnits.lambda_kin_display U) / (Constants.RSUnits.tau_rec_display U) = U.c :=
  36  Constants.RSUnits.display_speed_eq_c U
  37
  38end TruthCore
  39
  40end IndisputableMonolith