LeanAide GPT-4 documentation

Module: Mathlib.Analysis.LocallyConvex.Barrelled


BarrelledSpace.continuous_of_lowerSemicontinuous

theorem BarrelledSpace.continuous_of_lowerSemicontinuous : βˆ€ {π•œ : Type u_1} {E : Type u_2} [inst : SeminormedRing π•œ] [inst_1 : AddGroup E] [inst_2 : SMul π•œ E] [inst_3 : TopologicalSpace E] [self : BarrelledSpace π•œ E] (p : Seminorm π•œ E), LowerSemicontinuous ⇑p β†’ Continuous ⇑p

The theorem states that in a barrelled space, all lower semicontinuous seminorms on `E` are actually continuous. Simply put, if `p` is a seminorm on a space `E` over a seminormed ring `π•œ`, and if the function mapping from `E` to its seminorm value is lower semicontinuous, then this function is also continuous. Here, a function is lower semicontinuous if, for any point `x` and any value `y` less than the function value at `x`, there exists a neighborhood of `x` such that the function value at any point in the neighborhood is greater than `y`. A barrelled space is a topological vector space for which every barrelled subset is a neighborhood of the zero vector.

More concisely: In a barrelled space, every lower semicontinuous seminorm is continuous.