Theorems · Theorem · functional analysis
WithSeminorms.congr
∀ {𝕜 : Type u_2} {E : Type u_6} {ι : Type u_9} {ι' : Type u_10} [inst : NormedField 𝕜] [inst_1 : AddCommGroup E]
[inst_2 : Module 𝕜 E] {p : SeminormFamily 𝕜 E ι} {q : SeminormFamily 𝕜 E ι'} [t : TopologicalSpace E],
WithSeminorms p → Seminorm.IsBounded p q LinearMap.id → Seminorm.IsBounded q p LinearMap.id → WithSeminorms qTwo families of seminorms p and q on the same space generate the same topology
if each p i is bounded by some C • Finset.sup s q and vice-versa.
We formulate these boundedness assumptions as Seminorm.IsBounded q p LinearMap.id (and
vice-versa) to reuse the API. Furthermore, we don't actually state it as an equality of topologies
but as a way to deduce WithSeminorms q from WithSeminorms p, since this should be more
useful in practice.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- le_antisymmproof · cited by 2,068
- NormedFieldstatement and proof · cited by 1,084
- LinearMap.idstatement and proof · cited by 625
- WithSeminormsstatement and proof · cited by 69
- SeminormFamilystatement and proof · cited by 68
- SeminormFamily.moduleFilterBasisproof · cited by 10
- Seminorm.IsBoundedstatement and proof · cited by 7
- WithSeminorms.topology_eq_withSeminormsproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- WithSeminorms.congr_equivproof · cited by 4
- WithSeminorms.partial_supsproof · cited by 1
- WithSeminorms.finset_supsproof · cited by 0