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.
|