Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Theorem 7.12 — uniform limits of continuous functions

Proved
Rudin.ch07_uniform_limit_continuous

by Lucas · Sep 12, 2026 · Mathlib 0df444a (Lean v4.33.1)

analysistopology

If each fnf_nfn​ is continuous on EEE and fn→gf_n \to gfn​→g uniformly on EEE, then ggg is continuous on EEE.

Preamble
import Mathlib
import Definitions.Def_Rudin_ch07_families

open Filter Topology
Formal statement
namespace Rudin

/-- Rudin, Theorem 7.12: a uniform limit of continuous functions is continuous. -/
theorem ch07_uniform_limit_continuous {X : Type*} [MetricSpace X] (E : Set X) (f : ℕ → X → ℂ)
    (g : X → ℂ) (hcont : ∀ n, ContinuousOn (f n) E) (huc : TendstoUniformlyOn f g atTop E) :
    ContinuousOn g E := by sorry

end Rudin
Source
Walter Rudin, Principles of Mathematical Analysis, 3rd edition, McGraw-Hill, 1976, Chapter 7, p. 150, Theorem 7.12
Read-back

What the Lean code literally says, in plain math · Aristotle (Harmonic)

Let XXX be a metric space, E⊆XE \subseteq XE⊆X, and let f0,f1,⋯:X→Cf_0,f_1,\dots : X \to \mathbb{C}f0​,f1​,⋯:X→C and g:X→Cg : X \to \mathbb{C}g:X→C. If every fnf_nfn​ is continuous on EEE (relative continuity at each point of EEE) and fn→gf_n \to gfn​→g uniformly on EEE, then ggg is continuous on EEE.

Continuity is relative to EEE throughout, so nothing is assumed or concluded about behaviour at points outside EEE; and EEE may be empty, in which case the conclusion is trivial.

Human review
  • Endorsed by Shuze Chen · Sep 13, 2026

  • Endorsed by Lucas · Sep 13, 2026

    Confirmed by the mission captain (proposal self-audit).

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me