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)
60theorem echoAmplitude_strictly_decreasing (n : ℕ) :
61 echoAmplitude (n + 1) < echoAmplitude n := by
proof body
Term-mode proof.
62 rw [echoAmplitude_succ_ratio]
63 have hn : 0 < echoAmplitude n := echoAmplitude_pos n
64 have : phi⁻¹ < 1 :=
65 inv_lt_one_of_one_lt₀ (by have := Constants.phi_gt_onePointFive; linarith)
66 linarith [mul_lt_iff_lt_one_right hn |>.mpr this]
67
68/-- Per-event echo-amplitude chain for catalog events. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
-
phi_gt_onePointFive
in IndisputableMonolith.Constants
decl_use
-
Constants
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
echoAmplitude
in IndisputableMonolith.Gravity.BHEchoAmplitudes
decl_use
-
echoAmplitude_pos
in IndisputableMonolith.Gravity.BHEchoAmplitudes
decl_use
-
echoAmplitude_succ_ratio
in IndisputableMonolith.Gravity.BHEchoAmplitudes
decl_use
-
echoAmplitude
in IndisputableMonolith.Physics.GravitationalWaveEchoFromRS
decl_use
-
amplitude
in IndisputableMonolith.QFT.SMatrixUnitarity
decl_use
-
amplitude
in IndisputableMonolith.Quantum.DoubleSlit
decl_use