Documentation

LeanCourse.Lectures.Lecture1

def SequenceHasLimit (u : ) (l : ) :

The sequence u of real numbers converges to l.

Equations
Instances For
    def ContinuousAtPoint (f : ) (x₀ : ) :

    The functionf : ℝ → ℝ is continuous at x₀.

    Equations
    Instances For
      theorem first_proof (f : ) (u : ) (x₀ : ) (u_lim : SequenceHasLimit u x₀) (f_cont : ContinuousAtPoint f x₀) :
      SequenceHasLimit (f u) (f x₀)

      How does Lean help you? #

      General context #

      Proof assistants software exist since the early 70s.

      There is currently a lot of momentum in formalized mathematics, especially Lean:

      Lean exists since 2013, and its mathematical library Mathlib since 2017.

      def fib :
      Equations
      Instances For
        Equations
        Instances For
          Equations
          Instances For
            Equations
            Instances For
              def add_complex_i (y : ) :
              Equations
              Instances For
                def less_than_pi (x : ) :
                Equations
                Instances For
                  def less_than (x : ) (y : ) :
                  Equations
                  Instances For
                    def differentiable (f : ) :
                    Equations
                    Instances For