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)
282theorem kernel_perturbation_pos (P : KernelParams) (k_min k a : ℝ) :
283 0 < kernel_perturbation P k_min k a := by
proof body
Tactic-mode proof.
284 unfold kernel_perturbation
285 have hmax_pos : 0 < max 0.01 (a / (max k_min k * P.tau0)) := by
286 apply lt_max_of_lt_left; norm_num
287 have hpow_nonneg : 0 ≤ (max 0.01 (a / (max k_min k * P.tau0))) ^ P.alpha :=
288 Real.rpow_nonneg (le_of_lt hmax_pos) P.alpha
289 have hcorr_nonneg : 0 ≤ P.C * (max 0.01 (a / (max k_min k * P.tau0))) ^ P.alpha :=
290 mul_nonneg P.C_nonneg hpow_nonneg
291 linarith
292
293/-- The perturbation kernel is at least 1. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (12)
Lean names referenced from this declaration's body.
-
tau0
in IndisputableMonolith.Compat.Constants
decl_use
-
tau0
in IndisputableMonolith.Constants
decl_use
-
alpha
in IndisputableMonolith.Constants.Alpha
decl_use
-
tau0
in IndisputableMonolith.Constants.Derivation
decl_use
-
kernel
in IndisputableMonolith.Cosmology.BITKernelFamilies
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
kernel
in IndisputableMonolith.ILG.Kernel
decl_use
-
KernelParams
in IndisputableMonolith.ILG.Kernel
decl_use
-
kernel_perturbation
in IndisputableMonolith.ILG.Kernel
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use