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)
78theorem ancientDecay_implies_A2_integrable (P : RM2URadialProfile) (hD : AncientEnergyDecay P) :
79 IntegrableOn (fun r : ℝ => (P.A r) ^ 2) (Set.Ioi (1 : ℝ)) volume := by
proof body
Tactic-mode proof.
80 refine integrableOn_Ioi_of_rpow_decay (by norm_num : (-3 : ℝ) < -1) (sq_pos_of_pos hD.hC)
81 (fun x hx => ((P.hA x hx).continuousAt.continuousWithinAt.pow 2)) ?_
82 intro r hr
83 have hr0 : 0 ≤ r := le_of_lt (lt_trans zero_lt_one (mem_Ioi.mp hr))
84 rw [abs_of_nonneg (sq_nonneg (P.A r))]
85 calc (P.A r) ^ 2 = |P.A r| ^ 2 := by rw [sq_abs]
86 _ ≤ (hD.C * r ^ ((-3 : ℝ) / 2)) ^ 2 :=
87 (sq_le_sq₀ (abs_nonneg _) (mul_nonneg hD.hC.le (Real.rpow_nonneg hr0 _))).2 (hD.decay r hr)
88 _ = hD.C ^ 2 * r ^ (-3 : ℝ) := by
89 rw [mul_pow, ← Real.rpow_natCast (r ^ ((-3 : ℝ) / 2)) 2, ← Real.rpow_mul hr0]; norm_num
90
91/-- `AncientEnergyDecay` implies `(A')² r² ∈ L¹(1,∞)` (the second half of `CoerciveL2Bound`).
92 Decay: `|A'| ≤ C r^{-5/2}`, so `(A')²r² ≤ C² r^{-3}`, integrable since `-3 < -1`. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (19)
Lean names referenced from this declaration's body.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
le
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
lt_trans
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
A
in IndisputableMonolith.Masses.Anchor
decl_use
-
A
in IndisputableMonolith.Modal.Actualization
decl_use
-
CoerciveL2Bound
in IndisputableMonolith.NavierStokes.RM2U.Core
decl_use
-
RM2URadialProfile
in IndisputableMonolith.NavierStokes.RM2U.Core
decl_use
-
AncientEnergyDecay
in IndisputableMonolith.NavierStokes.RM2U.TailFluxInstantiation
decl_use
-
integrableOn_Ioi_of_rpow_decay
in IndisputableMonolith.NavierStokes.RM2U.TailFluxInstantiation
decl_use
-
volume
in IndisputableMonolith.Papers.GCIC.BrainHolography
decl_use
-
half
in IndisputableMonolith.QFT.SpinStatistics
decl_use
-
half
in IndisputableMonolith.RecogSpec.Core
decl_use
-
pow
in IndisputableMonolith.RecogSpec.Core
decl_use
-
half
in IndisputableMonolith.Support.RungFractions
decl_use