No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
92lemma w_t_rescale_with (cfg : Config) (P : Params) (c Tdyn τ0 : ℝ) (hc : 0 < c) :
93 w_t_with cfg P (c * Tdyn) (c * τ0) = w_t_with cfg P Tdyn τ0 := by
proof body
Tactic-mode proof.
94 dsimp [w_t_with]
95 have hc0 : (c : ℝ) ≠ 0 := ne_of_gt hc
96 have : (c * Tdyn) / (c * τ0) = Tdyn / τ0 := by field_simp [hc0]
97 simp [this]
98
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
w_t_rescale
in IndisputableMonolith.Gravity.ILG
decl_use
depends on (8)
Lean names referenced from this declaration's body.
-
Config
in IndisputableMonolith.Gravity.ILG
decl_use
-
Params
in IndisputableMonolith.Gravity.ILG
decl_use
-
w_t_with
in IndisputableMonolith.Gravity.ILG
decl_use
-
Tdyn
in IndisputableMonolith.Gravity.ParameterizationBridge
decl_use
-
Params
in IndisputableMonolith.ILG.Params
decl_use
-
Config
in IndisputableMonolith.Modal.Possibility
decl_use
-
Params
in IndisputableMonolith.Relativity.ILG.Params
decl_use
-
Params
in IndisputableMonolith.Spiral.SpiralField
decl_use