Theorems · Theorem · number theory
ZLattice.tsum_norm_rpow_le
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : FiniteDimensional ℝ E]
(L : Submodule ℤ E) [inst_3 : DiscreteTopology ↥L],
∀ r < -↑(Module.finrank ℤ ↥L),
∑' (z : ↥L), ‖z‖ ^ r ≤ ZLattice.tsumNormRPowBound L ^ r * ∑' (k : ℕ), ↑k ^ (↑(Module.finrank ℤ ↥L) - 1 + r)∑ z ∈ L, ‖z‖⁻ʳ ≤ A⁻ʳ * ∑ k : ℕ, kᵈ⁻ʳ⁻¹ for some A > 0 depending only on L.
- Defined in
- Mathlib.Algebra.Module.ZLattice.Summable
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Submodulestatement and proof · cited by 7,192
- Norm.normstatement · cited by 5,413
- SummationFilter.unconditionalstatement · cited by 2,068
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankstatement and proof · cited by 1,770
- tsumstatement · cited by 1,148
- DiscreteTopologystatement and proof · cited by 373
- Summable.tsum_le_of_sum_leproof · cited by 8
- ZLattice.summable_norm_rpowproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.