Skip to content

akreuzer/feteke-lean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feteke's Lemma

Let X(n) be a sequence of ℝ. This sequence is called subadditive if ∀ n,m (n < m → X(n+m) ⩽ X(n)+X(m)).

Feteke's lemma is the statement that for a subadditive sequence X(n), the infimum and the limit of the the sequence X(n)/n are equal. This should be understood in the way, that if one of them exists the other exists, too.

For more details see Wikipedia|Subadditivity. Feteke's lemma is the main ingredient for Kingman's Subadditive Ergodic Theorem.

Formal proof

The formal proof was developed in LEAN 0.2.

ak_utils.lean contains proofs of some facts which might be useful in other proofs, too. ak_compat.lean contains some fact from an earlier version of lean on which this proof depends.

© Alexander Kreuzer 2016, 2017

Old address (https://[email protected]/akreuzer/feteke-lean.git)

About

A formal proof of Feteke's Lemma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages