Documentation

LeanCourse.MIL.C03_Logic.S01_Implication_and_the_Universal_Quantifier

theorem C03S01.my_lemma (x : ) (y : ) (ε : ) :
0 < εε 1|x| < ε|y| < ε|x * y| < ε
theorem C03S01.my_lemma2 {x : } {y : } {ε : } :
0 < εε 1|x| < ε|y| < ε|x * y| < ε
theorem C03S01.my_lemma3 {x : } {y : } {ε : } :
0 < εε 1|x| < ε|y| < ε|x * y| < ε
theorem C03S01.my_lemma4 {x : } {y : } {ε : } :
0 < εε 1|x| < ε|y| < ε|x * y| < ε
def C03S01.FnUb (f : ) (a : ) :
Equations
Instances For
    def C03S01.FnLb (f : ) (a : ) :
    Equations
    Instances For
      def C03S01.FnUb' {α : Type u_1} {R : Type u_2} [OrderedCancelAddCommMonoid R] (f : αR) (a : R) :
      Equations
      Instances For
        theorem C03S01.fnUb_add {α : Type u_1} {R : Type u_2} [OrderedCancelAddCommMonoid R] {f : αR} {g : αR} {a : R} {b : R} (hfa : C03S01.FnUb' f a) (hgb : C03S01.FnUb' g b) :
        C03S01.FnUb' (fun (x : α) => f x + g x) (a + b)
        def C03S01.FnEven (f : ) :
        Equations
        Instances For
          def C03S01.FnOdd (f : ) :
          Equations
          Instances For
            theorem C03S01.Subset.refl {α : Type u_1} (s : Set α) :
            s s
            theorem C03S01.Subset.trans {α : Type u_1} (r : Set α) (s : Set α) (t : Set α) :
            r ss tr t
            def C03S01.SetUb {α : Type u_1} [PartialOrder α] (s : Set α) (a : α) :
            Equations
            Instances For