Goursat
goursat
Project documentation
Let be a subgroup of . Then there exists a subgroup of , a subgroup of , and a homomorphism such that In particular, .
Source project: Polynomial Freiman-Ruzsa project
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 160 research declarations. Search 10,000 more complete Mathlib declarations.
160 results
Clear filtersgoursat
Project documentation
Let be a subgroup of . Then there exists a subgroup of , a subgroup of , and a homomorphism such that In particular, .
Source project: Polynomial Freiman-Ruzsa project
Person-level attribution pending.
H_hat_conj_sigma
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.
Source project: quantumInfo
Person-level attribution pending.
HermitianMat.eigenvalues_le_one_of_le_one
Plain-language statement
If A ≥ 0 and A ≤ 1, then each eigenvalue of A is in [0, 1].
Source project: quantumInfo
Person-level attribution pending.
HermitianMat.inner_le_trace_rpow_mul
Plain-language statement
Hermitian trace Hölder inequality: for PSD A, B and conjugate exponents p, q > 1, ⟪A, B⟫ ≤ Tr[A^p]^(1/p) * Tr[B^q]^(1/q).
Source project: quantumInfo
Person-level attribution pending.
HermitianMat.inv_kronecker
Project documentation
The operator norm of the conjugate transpose is equal to the operator norm. -/ theorem Matrix.opNorm_conjTranspose_eq_opNorm {m n : Type*} [Fintype m] [Fintype n] [DecidableEq m] [DecidableEq n] (A : Matrix m n 𝕜) : Matrix.opNorm Aᴴ = Matrix.opNorm A := by unfold Matrix.opNorm rw [← ContinuousLinearMap.adjoint.norm_map (toEuclideanLin A).toContinuousLine...
Source project: quantumInfo
Person-level attribution pending.
HermitianMat.ker_weighted_sum_le
Plain-language statement
If for all i, ker(σs i) ≤ ker(ρs i), then ker(∑ w i • σs i) ≤ ker(∑ w i • ρs i), provided all weights are nonneg and all matrices are PSD.
Source project: quantumInfo
Person-level attribution pending.