Theorems · Theorem · number theory
geom_sum_alternating_of_le_neg_one
∀ {R : Type u_1} [inst : Ring R] [inst_1 : PartialOrder R] [IsOrderedRing R] {x : R},
x + 1 ≤ 0 → ∀ (n : ℕ), if Even n then ∑ i ∈ Finset.range n, x ^ i ≤ 0 else 1 ≤ ∑ i ∈ Finset.range n, x ^ i- Defined in
- Mathlib.Algebra.Order.Ring.GeomSum
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- le_reflproof · cited by 2,061
- Finset.rangestatement and proof · cited by 1,341
- IsOrderedRingstatement and proof · cited by 777
- add_le_addproof · cited by 666
- le_imp_le_of_le_of_leproof · cited by 576
- Evenstatement and proof · cited by 444
- zero_le_oneproof · cited by 316
Cited by1
Results whose statement or proof uses this declaration.
- geom_sum_pos_iffproof · cited by 2