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)
32def rpowIntervalSimple
33 (result_lo result_hi : ℚ)
34 (h_valid : result_lo ≤ result_hi) : Interval where
35 lo := result_lo
proof body
Definition body.
36 hi := result_hi
37 valid := h_valid
38
39/-- The simple power interval contains x^y if the bounds are correct -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
power
in IndisputableMonolith.Cosmology.PrimordialSpectrum
decl_use
-
contains
in IndisputableMonolith.Ethics.StakeGraph
decl_use
-
contains
in IndisputableMonolith.Numerics.Interval.Basic
decl_use
-
Interval
in IndisputableMonolith.Numerics.Interval.Basic
decl_use
-
Interval
in IndisputableMonolith.Recognition.Certification
decl_use
-
interval
in IndisputableMonolith.Unification.SpacetimeEmergence
decl_use