Theorems · Theorem · number theory
padicValRat.lt_sum_of_lt
∀ {p j : ℕ} [hp : Fact (Nat.Prime p)] {F : ℕ → ℚ} {S : Finset ℕ},
S.Nonempty →
(∀ i ∈ S, padicValRat p (F j) < padicValRat p (F i)) →
(∀ (i : ℕ), 0 < F i) → padicValRat p (F j) < padicValRat p (∑ i ∈ S, F i)If the p-adic valuation of a finite set of positive rationals is greater than a given rational number, then the p-adic valuation of their sum is also greater than the same rational number.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 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.
Cites16
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 and proof · 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
- ne_of_gtproof · cited by 637
- Finset.sum_singletonproof · cited by 251
- Finset.consproof · cited by 221
- Finset.sum_insertproof · cited by 196
- Finset.cons_eq_insertproof · cited by 59
- padicValRatstatement and proof · cited by 49
- Finset.mem_insertproof · cited by 44
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.