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

time_kernel_dimensionless

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

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

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

open explainer

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