Theorems · Theorem · commutative algebra
MvPowerSeries.tendsto_antidiagonal
∀ {M : Type u_3} {S : Type u_4} [inst : AddMonoid M] [inst_1 : Finset.HasAntidiagonal M] [inst_2 : NormedRing S]
[IsUltrametricDist S] {C : M → ℝ},
(∀ (a b : M), C (a + b) = C a * C b) →
∀ {f g : M → S},
Filter.Tendsto (fun i => ‖f i‖ * C i) Filter.cofinite (nhds 0) →
Filter.Tendsto (fun i => ‖g i‖ * C i) Filter.cofinite (nhds 0) →
Filter.Tendsto (fun a => ‖∑ p ∈ Finset.HasAntidiagonal.antidiagonal a, f p.1 * g p.2‖ * C a) Filter.cofinite
(nhds 0)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- AddMonoidstatement and proof · cited by 2,864
- le_reflproof · cited by 2,061
- absproof · cited by 1,814
- NormedRingstatement and proof · cited by 924
- le_imp_le_of_le_of_leproof · cited by 576
- mul_nonnegproof · cited by 397
- norm_zeroproof · cited by 366
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.isRestricted.mulproof · cited by 1