NormedSpace.exists_lt_norm
theorem NormedSpace.exists_lt_norm :
β (π : Type u_1) (E : Type u_3) [inst : NontriviallyNormedField π] [inst_1 : NormedAddCommGroup E]
[inst : NormedSpace π E] [inst : Nontrivial E] (c : β), β x, c < βxβ
The theorem `NormedSpace.exists_lt_norm` asserts that if `E` is a nontrivial normed space over a nontrivially normed field `π`, then `E` is unbounded. Specifically, for any real number `c`, there exists a vector `x` in `E` such that the norm of `x` is strictly greater than `c`.
More concisely: In a nontrivial normed space over a nontrivially normed field, there exists a vector with strictly larger norm than any given real number.
|
NormedSpace.norm_smul_le
theorem NormedSpace.norm_smul_le :
β {π : Type u_6} {E : Type u_7} [inst : NormedField π] [inst_1 : SeminormedAddCommGroup E] [self : NormedSpace π E]
(a : π) (b : E), βa β’ bβ β€ βaβ * βbβ
This theorem states that for any normed field `π` and a semi-normed additive commutative group `E` (which together form a normed space), the norm of the scaled vector `a β’ b` is less than or equal to the product of the norm of the scalar `a` and the norm of the vector `b`. Here, the symbol `β’` represents the scalar multiplication operation, and `βxβ` denotes the norm of `x`. This theorem forms part of the definition of a normed space, and is used to prove the equality `βa β’ bβ = βaβ * βbβ` in the `norm_smul` theorem.
More concisely: For any normed field `π` and semi-normed additive commutative group `E` (forming a normed space), the norm of the product of a scalar `a` and vector `b` (denoted `a β’ b`) is less than or equal to the product of the scalar's norm (`βaβ`) and the vector's norm (`βbβ`). In other words, `βa β’ bβ β€ βaβ * βbβ`.
|
NormedAlgebra.norm_smul_le
theorem NormedAlgebra.norm_smul_le :
β {π : Type u_6} {π' : Type u_7} [inst : NormedField π] [inst_1 : SeminormedRing π'] [self : NormedAlgebra π π']
(r : π) (x : π'), βr β’ xβ β€ βrβ * βxβ
This theorem states that in a normed algebra `π'` over `π`, which is a normed module and an algebra, the norm of a scalar multiple `r β’ x` is less than or equal to the product of the norms of `r` and `x`. In other words, for any scalar `r` from `π` and any element `x` from `π'`, the inequality βr β’ xβ β€ βrβ * βxβ holds. This is a property of normed spaces and it is part of the definition of a norm in a normed algebra. It is particularly useful when dealing with inequalities involving norms in mathematical analysis.
More concisely: In a normed algebra over a normed field, the norm of a scalar multiple is less than or equal to the product of the scalar's and the element's norms.
|
algebraMap_isometry
theorem algebraMap_isometry :
β (π : Type u_1) (π' : Type u_2) [inst : NormedField π] [inst_1 : SeminormedRing π'] [inst_2 : NormedAlgebra π π']
[inst_3 : NormOneClass π'], Isometry β(algebraMap π π')
This theorem states that in a normed algebra, the function that embeds the base field into the extended field, known as the algebra map, is an isometry. This means that for any two elements in the base field, their distance remains the same even after being embedded into the extended field. The theorem applies to any base field (`π`) that is a Normed Field and any extended field (`π'`) that is a Seminormed Ring, Normed Algebra over `π`, and has a Norm One Class structure.
More concisely: In a Normed Field `π` and a Normed Algebra `π'` over `π` with a Norm One Class structure, the algebra map embedding `π` into `π'` is an isometry, i.e., for all `x, y β π`, `||x - y|| = ||x' - y'||`, where `x'` and `y'` denote the images of `x` and `y` under the algebra map.
|
NormedSpace.unbounded_univ
theorem NormedSpace.unbounded_univ :
β (π : Type u_1) (E : Type u_3) [inst : NontriviallyNormedField π] [inst_1 : NormedAddCommGroup E]
[inst : NormedSpace π E] [inst : Nontrivial E], Β¬Bornology.IsBounded Set.univ
This theorem, `NormedSpace.unbounded_univ`, states that for any nontrivially normed field `π` and any normed additive commutative group `E` that forms a normed space over `π` and is nontrivial itself, the universal set (or the set containing all elements) in this context is not bounded with respect to the ambient bornology on `E`. In other words, in such a normed space, there doesn't exist a finite set of balls of finite radius that can cover the entire space.
More concisely: In any nontrivially normed field with a corresponding nontrivial normed additive commutative group, the universal set is unbounded in the bornology of the normed space.
|
NormedSpace.noncompactSpace
theorem NormedSpace.noncompactSpace :
β (π : Type u_1) (E : Type u_3) [inst : NormedField π] [inst_1 : Infinite π] [inst_2 : NormedAddCommGroup E]
[inst_3 : Nontrivial E] [inst : NormedSpace π E], NoncompactSpace E
This theorem establishes that a normed vector space over an infinite normed field is a noncompact space. Specifically, given any type `π` and `E`, if `π` is a normed field and infinite, and `E` is a normed add commutative group which is nontrivial and a normed space over `π`, then `E` is a noncompact space. This theorem can't be generally applied as an instance because Lean would need to search for `NormedSpace π E` with an unknown `π`. This theorem is instead registered as an instance in two specific cases: when `π = E` and when `π = β`.
More concisely: A normed vector space over an infinite normed field is a noncompact space.
|
norm_algebraMap'
theorem norm_algebraMap' :
β {π : Type u_1} (π' : Type u_2) [inst : NormedField π] [inst_1 : SeminormedRing π'] [inst_2 : NormedAlgebra π π']
[inst_3 : NormOneClass π'] (x : π), β(algebraMap π π') xβ = βxβ
The theorem `norm_algebraMap'` states that for any types `π` and `π'`, where `π` is a normed field, `π'` is a seminormed ring, and `π'` is a normed algebra over `π` that also has a norm of one, the norm of any element `x` of type `π` when mapped into `π'` using the algebra map is equal to the norm of `x` in `π`. This essentially says that the algebra map preserves the norm from `π` to `π'`.
More concisely: For any normed field π, seminormed ring π' making it a normed algebra over π with norm one, the norm map of the algebra homomorphism from π to π' is the identity function.
|