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)
43theorem deltaBound_small : deltaBound < 0.1 := by
proof body
Tactic-mode proof.
44 unfold deltaBound
45 have h5 : phi ^ 5 = 5 * phi + 3 := phi5_eq
46 rw [h5]
47 have h_phi_gt : (1.61 : ℝ) < phi := phi_gt_onePointSixOne
48 have h_denom : (11.05 : ℝ) < 5 * phi + 3 := by linarith
49 have h_denom_pos : (0 : ℝ) < 5 * phi + 3 := by linarith
50 rw [div_lt_iff₀ h_denom_pos]
51 nlinarith
52
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (7)
Lean names referenced from this declaration's body.
-
phi_gt_onePointSixOne
in IndisputableMonolith.Constants
decl_use
-
deltaBound
in IndisputableMonolith.Cosmology.DarkEnergyEquationOfStateDepth
decl_use
-
phi5_eq
in IndisputableMonolith.Cosmology.DarkEnergyEquationOfStateDepth
decl_use
-
phi5_eq
in IndisputableMonolith.Cosmology.HubbleTensionPipelineFromZAging
decl_use
-
phi5_eq
in IndisputableMonolith.Cosmology.InflatonPotentialStructural
decl_use
-
phi5_eq
in IndisputableMonolith.Cosmology.OmegaLambdaBITKernelBand
decl_use
-
phi5_eq
in IndisputableMonolith.Physics.CosmologicalConstantFromRS
decl_use