theorem
proved
display_speed_identity
show as:
view math explainer →
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
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