Theorems · Theorem · number theory
padicNorm.sum_lt
∀ {p : ℕ} [hp : Fact (Nat.Prime p)] {α : Type u_1} {F : α → ℚ} {t : ℚ} {s : Finset α},
s.Nonempty → (∀ i ∈ s, padicNorm p (F i) < t) → padicNorm p (∑ i ∈ s, F i) < t- Defined in
- Mathlib.NumberTheory.Padics.PadicNorm
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fact
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Finset.sumstatement · cited by 5,195
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- Finset.Nonemptystatement and proof · cited by 1,001
- lt_of_le_of_ltproof · cited by 432
- padicNormstatement and proof · cited by 83
- IsNonarchimedean.apply_sum_le_supproof · cited by 6
- padicNorm.nonarchimedeanproof · cited by 5
- Finset.sup'_lt_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- padicNorm.sum_lt'proof · cited by 0