Documentation

Mathlib.Tactic.Inclusion.Extension.IntervalDyadicReal.Basic

Basic inclusion extensions for interval_dyadic_real #

This file defines basic operations for the interval_dyadic_real inclusion family.

Construct an inclusion variable for a real expression using a dyadic interval.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem Inclusion.IntervalDyadicReal.add_mem {x y : } {I J : Interval Dyadic} (hx : x I) (hy : y J) :
    x + y I.add J
    theorem Inclusion.IntervalDyadicReal.sub_mem {x y : } {I J : Interval Dyadic} (hx : x I) (hy : y J) :
    x - y I.sub J
    theorem Inclusion.IntervalDyadicReal.mul_mem {x y : } {I J : Interval Dyadic} (hx : x I) (hy : y J) :
    x * y I.mul J
    theorem Inclusion.IntervalDyadicReal.le_mem {x y : } {I J : Interval Dyadic} (hx : x I) (hy : y J) :
    x y I.le J
    theorem Inclusion.IntervalDyadicReal.lt_mem {x y : } {I J : Interval Dyadic} (hx : x I) (hy : y J) :
    x < y I.lt J
    theorem Inclusion.IntervalDyadicReal.eq_mem {x y : } {I J : Interval Dyadic} (hx : x I) (hy : y J) :
    x = y I.eq J
    theorem Inclusion.IntervalDyadicReal.mem_Ici {a x : } {I J : Interval Dyadic} (ha : a I) (hx : x J) :
    (x Set.Ici a) I.le J
    theorem Inclusion.IntervalDyadicReal.mem_Ioi {a x : } {I J : Interval Dyadic} (ha : a I) (hx : x J) :
    (x Set.Ioi a) I.lt J
    theorem Inclusion.IntervalDyadicReal.mem_Iic {b x : } {I J : Interval Dyadic} (hx : x I) (hb : b J) :
    (x Set.Iic b) I.le J
    theorem Inclusion.IntervalDyadicReal.mem_Iio {b x : } {I J : Interval Dyadic} (hx : x I) (hb : b J) :
    (x Set.Iio b) I.lt J
    theorem Inclusion.IntervalDyadicReal.mem_Icc {a b x : } {I J K : Interval Dyadic} (ha : a I) (hx : x J) (hb : b K) :
    (x Set.Icc a b) (I.le J).and (J.le K)
    theorem Inclusion.IntervalDyadicReal.mem_Ico {a b x : } {I J K : Interval Dyadic} (ha : a I) (hx : x J) (hb : b K) :
    (x Set.Ico a b) (I.le J).and (J.lt K)
    theorem Inclusion.IntervalDyadicReal.mem_Ioc {a b x : } {I J K : Interval Dyadic} (ha : a I) (hx : x J) (hb : b K) :
    (x Set.Ioc a b) (I.lt J).and (J.le K)
    theorem Inclusion.IntervalDyadicReal.mem_Ioo {a b x : } {I J K : Interval Dyadic} (ha : a I) (hx : x J) (hb : b K) :
    (x Set.Ioo a b) (I.lt J).and (J.lt K)