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)
93theorem kernel_pos (P : KernelParams) (k a : ℝ) : 0 < kernel P k a := by
proof body
Tactic-mode proof.
94 unfold kernel
95 have hmax_pos : 0 < max 0.01 (a / (k * P.tau0)) := by
96 apply lt_max_of_lt_left
97 norm_num
98 have hpow_nonneg : 0 ≤ (max 0.01 (a / (k * P.tau0))) ^ P.alpha :=
99 Real.rpow_nonneg (le_of_lt hmax_pos) P.alpha
100 have hcorr_nonneg : 0 ≤ P.C * (max 0.01 (a / (k * P.tau0))) ^ P.alpha :=
101 mul_nonneg P.C_nonneg hpow_nonneg
102 linarith
103
104/-- Kernel is at least 1. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (13)
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
in IndisputableMonolith.ILG.PressureForm
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
Kernel
in IndisputableMonolith.YM.OS
decl_use