Variance eq norm sq sub expected Value sq
LinearPMap.variance_eq_norm_sq_sub_expectedValue_sq
Mathematical statement
For symmetric T and ‖ψ‖ = 1, variance equals ‖Tψ‖ ^ 2 - ⟨T⟩_ψ ^ 2.
Source project: Physlib
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,579 to 1,584 of 2,569 results.
LinearPMap.variance_eq_norm_sq_sub_expectedValue_sq
Mathematical statement
For symmetric T and ‖ψ‖ = 1, variance equals ‖Tψ‖ ^ 2 - ⟨T⟩_ψ ^ 2.
Source project: Physlib
Person-level attribution pending.
LinearPMap.variance_eq_zero_iff_isEigenvector
Mathematical statement
For ‖ψ‖ = 1, zero variance iff ψ is an eigenvector with eigenvalue ⟨T⟩_ψ.
Source project: Physlib
Person-level attribution pending.
LinearTransformations.isMCA_projectedGenerator_of_isMCA
Mathematical statement
If the MCA condition IsMCA holds for a projected generator, then IsMCA holds for the original generator G with the zero-extension defined above.
Source project: ArkLib
Person-level attribution pending.
lintegral_enorm_carlesonSum_le_of_isAntichain_subset_ℭ
Mathematical statement
Let be an antichain contained in the tile class , and let be measurable with . On , the Carleson sum over the selected positive tiles in has an bound with exponential decay in the layer index :
Source project: Carleson formalization
Person-level attribution pending.
LipschitzOnWith.of_iLipENorm_ne_top
Mathematical statement
If the project’s inhomogeneous Lipschitz norm of on the ball is finite, then is Lipschitz on that ball. A valid Lipschitz constant is the finite normalized norm divided by .
Source project: Carleson formalization
Person-level attribution pending.
List.canonicalize_id_filter
Mathematical statement
Illustration that equiv_implies_canonical_eq does not hold for all functions f -- in particular, does not hold for Prod.fst. (One canonicalize produces [(1, false)], and the other produces [(1, true)].) -/ example : xs = [(1, false), (1, true)] → ys = [(1, true), (1, false)] → xs ≡ ys ∧ (canonicalize Prod.fst xs) ≠ (canonicalize Prod.fst ys) :...
Source project: Cedar Specification
Person-level attribution pending.