Giter Club home page Giter Club logo

compact_unit_ball's Introduction

A Normed Real Vector Space with Compact Unit Ball is Finite Dimensional

We give a proof of this theorem in lean using mathlib. This is the precise statement

theorem compact_unit_ball_implies_finite_dim : 
    compact (closed_ball 0 1 : set V) → vector_space.dim ℝ V < cardinal.omega

The mathematical proof we formalize goes like this: Let V be a normed real vector space and assume its closed unit ball B is compact. Cover B with finitely many open balls of radius 1/2 with centers a_1, ..., a_N. It suffices to show show that any v in B is in the span of a_1, ..., a_N. So let v in B and define a sequence u n by u 0 = v and u (n+1) = 2 (u n - b_n), where b_n is of the a_1, ..., a_N such that |u n - b_n| < 1/2. Then v n = b 0 + 1/2 b 1 + ... + 1/2^n b n satisfies |v n - v| < 1/2^(n+1) and hence v n converges to v and since the span of a finite set is closed this implies that v is in the span of a_1, ..., a_N.

compact_unit_ball's People

Contributors

lac1213 avatar patrickmassot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.