Theorems · Theorem · functional analysis
ContinuousMultilinearMap.range_toUniformOnFun
∀ {𝕜 : Type u_1} {ι : Type u_2} {E : ι → Type u_3} {F : Type u_4} [inst : NormedField 𝕜]
[inst_1 : (i : ι) → TopologicalSpace (E i)] [inst_2 : (i : ι) → AddCommGroup (E i)]
[inst_3 : (i : ι) → Module 𝕜 (E i)] [inst_4 : AddCommGroup F] [inst_5 : Module 𝕜 F] [inst_6 : DecidableEq ι]
[inst_7 : TopologicalSpace F],
Set.range ContinuousMultilinearMap.toUniformOnFun =
{f |
Continuous ((UniformOnFun.toFun {s | Bornology.IsVonNBounded 𝕜 s}) f) ∧
(∀ (m : (i : ι) → E i) (i : ι) (x y : E i),
(UniformOnFun.toFun {s | Bornology.IsVonNBounded 𝕜 s}) f (Function.update m i (x + y)) =
(UniformOnFun.toFun {s | Bornology.IsVonNBounded 𝕜 s}) f (Function.update m i x) +
(UniformOnFun.toFun {s | Bornology.IsVonNBounded 𝕜 s}) f (Function.update m i y)) ∧
∀ (m : (i : ι) → E i) (i : ι) (c : 𝕜) (x : E i),
(UniformOnFun.toFun {s | Bornology.IsVonNBounded 𝕜 s}) f (Function.update m i (c • x)) =
c • (UniformOnFun.toFun {s | Bornology.IsVonNBounded 𝕜 s}) f (Function.update m i x)}- Cited by
- 1 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Equivstatement · cited by 8,337
- Set.ofPredstatement and proof · cited by 6,101
- Set.rangestatement and proof · cited by 4,705
- Continuousstatement and proof · cited by 2,592
- Set.extproof · cited by 2,266
- NormedFieldstatement and proof · cited by 1,084
- ContinuousMultilinearMapstatement and proof · cited by 1,016
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.completeSpaceproof · cited by 1