Anti inf
InfRegularized.anti_inf
Mathematical statement
For Antitone functions, the InfRegularized is the supremum of values.
Source project: quantumInfo
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,375 to 1,380 of 2,569 results.
InfRegularized.anti_inf
Mathematical statement
For Antitone functions, the InfRegularized is the supremum of values.
Source project: quantumInfo
Person-level attribution pending.
inner_eq_inner_conj_of_ker_le
Mathematical statement
Under the support condition σ.M.ker ≤ ρ.M.ker (i.e., supp(ρ) ⊆ supp(σ)), conjugation by σ^γ and σ^{-γ} preserves the inner product: ⟪ρ.M, H⟫ = ⟪σ^γ ρ σ^γ, σ^{-γ} H σ^{-γ}⟫. This holds because the kernel condition ensures ρ is supported on supp(σ), where σ^γ σ^{-γ} acts as the identity.
Source project: quantumInfo
Person-level attribution pending.
inner_rho_H_hat
Project documentation
Sub-lemma for Step 1b: the conj of H_hat by σ^{−γ} simplifies to (ρ.M.conj (σ^γ).mat)^{α−1}. This uses σ^{−γ} · σ^γ = identity (on support) to cancel the outer σ^γ factors. -/ theorem H_hat_conj_sigma (hα : 1 < α) (ρ σ : MState d) : let γ := (1 - α) / (2 * α) (H_hat α ρ σ).conj (σ.M ^ (-γ)).mat = (ρ.M.conj (σ.M ^ γ).mat) ^ (α - 1) := by intro γ have hγ :...
Source project: quantumInfo
Person-level attribution pending.
integer_ball_cover
Mathematical statement
In the function-distance space used for the real-line Carleson argument, every ball of radius can be covered by at most three balls of radius .
Source project: Carleson formalization
Person-level attribution pending.
integrable_Ks_x
Mathematical statement
The function y ↦ Ks s x y is integrable.
Source project: Carleson formalization
Person-level attribution pending.
integral_deriv_mul_add_const
Mathematical statement
An integration-by-parts identity for real- or complex-valued . If , is differentiable on , and is integrable there, then for every constant ,
Source project: Prime Number Theorem and More
Person-level attribution pending.