Theorems · Theorem · general topology
IsUltrametricDist.exists_norm_finsetSum_le
∀ {M : Type u_1} {ι : Type u_2} [inst : SeminormedAddCommGroup M] [IsUltrametricDist M] (t : Finset ι) [Nonempty ι]
(f : ι → M), ∃ i, (t.Nonempty → i ∈ t) ∧ ‖∑ j ∈ t, f j‖ ≤ ‖f i‖Given a function f : ι → M and a finite set t ⊆ ι, we can always find i : ι,
belonging to t if t is nonempty, such that ‖∑ j ∈ t, f j‖ ≤ ‖f i‖.
- Defined in
- Mathlib.Analysis.Normed.Group.Ultra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.Nonemptystatement and proof · cited by 1,001
- norm_nonnegproof · cited by 725
- norm_zeroproof · cited by 366
- IsUltrametricDiststatement and proof · cited by 177
- Finset.eq_empty_or_nonemptyproof · cited by 104
- Finset.notMem_emptyproof · cited by 40
- Finset.not_nonempty_emptyproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- IsUltrametricDist.exists_norm_finset_sum_leproof · cited by 0