pith. machine review for the scientific record. sign in
theorem proved wrapper

prove_lower_bound_le

show as:
view Lean formalization →

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)

  38theorem prove_lower_bound_le {I : Interval} {x : ℝ} {b : ℚ}
  39    (h_contains : I.contains x) (h_lo : b ≤ I.lo) : (b : ℝ) ≤ x :=

proof body

One-line wrapper that applies I.lo_ge_implies_contains_ge.

  40  I.lo_ge_implies_contains_ge h_lo h_contains
  41

depends on (5)

Lean names referenced from this declaration's body.