Documentation

Mathlib.Tactic.Inclusion.Extension.IntervalDyadicReal.Hypotheses

Hypothesis operations for dyadic real intervals #

This file defines the hypothesis extensions for the interval_dyadic_real inclusion family.

theorem Inclusion.IntervalDyadicReal.Iic_mem_of_lt {x y : } {I : Interval Dyadic} (hxy : x < y) (hy : y I) :
theorem Inclusion.IntervalDyadicReal.Ici_mem_of_lt {x y : } {I : Interval Dyadic} (hxy : x < y) (hx : x I) :
theorem Inclusion.IntervalDyadicReal.Icc_mem_of_mem_Ico {a b x : } {I J : Interval Dyadic} (hx : x Set.Ico a b) (ha : a I) (hb : b J) :
theorem Inclusion.IntervalDyadicReal.Icc_mem_of_mem_Ioc {a b x : } {I J : Interval Dyadic} (hx : x Set.Ioc a b) (ha : a I) (hb : b J) :
theorem Inclusion.IntervalDyadicReal.Icc_mem_of_mem_Icc {a b x : } {I J : Interval Dyadic} (hx : x Set.Icc a b) (ha : a I) (hb : b J) :
theorem Inclusion.IntervalDyadicReal.Icc_mem_of_mem_Ioo {a b x : } {I J : Interval Dyadic} (hx : x Set.Ioo a b) (ha : a I) (hb : b J) :