Segment lower bound
Nat.segment_lower_bound
Mathematical statement
For a strictly monotonic function f : ℕ → ℕ with f 0 = 0, f (segment f k) ≤ k for all k : ℕ.
Source project: Lean Computer Science Library
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 2,569 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.
Showing 1,765 to 1,770 of 2,569 results.
Nat.segment_lower_bound
Mathematical statement
For a strictly monotonic function f : ℕ → ℕ with f 0 = 0, f (segment f k) ≤ k for all k : ℕ.
Source project: Lean Computer Science Library
Person-level attribution pending.
Nat.segment'_eq_segment
Mathematical statement
For a strictly monotonic function f : ℕ → ℕ, segment' f and segment f are actually equal.
Source project: Lean Computer Science Library
Person-level attribution pending.
near_1_geometric_bound
Mathematical statement
For , the reciprocal of is controlled in the extended nonnegative reals by
Source project: Carleson formalization
Person-level attribution pending.
neg_after_zero_of_deriv_neg
Mathematical statement
If g(t₀) = 0 and deriv g t₀ < 0, then g is negative shortly after t₀.
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.
negDE₂_imag_axis_re_pos
Mathematical statement
The real part of negDE₂(it) is positive for t > 0.
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.
negDE₂_qexp
Mathematical statement
Q-expansion identity: negDE₂ = 24 * ∑ n * σ₁(n) * q^n From Ramanujan's formula: D E₂ = (E₂² - E₄)/12, so -D E₂ = (E₄ - E₂²)/12. And the derivative of E₂ = 1 - 24∑ σ₁(n) q^n gives -D E₂ = 24 ∑ n σ₁(n) q^n. See blueprint equation at line 136 of modform-ineq.tex. Proof outline: 1. E₂_sigma_qexp: E₂ = 1 - 24 * ∑ σ₁(n) * q^n 2. D_qexp_tsum_pnat: D(∑ a(n) * q^n...
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.