theorem
proved
time_kernel_dimensionless
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.TruthCore.TimeKernel on GitHub at line 8.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
5namespace TruthCore
6
7/-- Alias: time-kernel ratio is dimensionless (invariant under common rescaling). -/
8theorem time_kernel_dimensionless (c T τ : ℝ) (hc : 0 < c) :
9 IndisputableMonolith.Gravity.ILG.w_time_ratio (c * T) (c * τ)
10 = IndisputableMonolith.Gravity.ILG.w_time_ratio T τ := by
11 simpa using IndisputableMonolith.Gravity.ILG.w_time_ratio_rescale (c:=c) (Tdyn:=T) (τ0:=τ) hc
12
13end TruthCore
14end IndisputableMonolith
15