Lie-algebraic barren plateaus from the real dynamical Lie algebra #
The standard logic of a Lie-algebraic barren-plateau analysis is:
circuit generators ⟹ dynamical Lie algebra
g⟹ decomposition into componentsg = ⊕ₖ gₖ⟹ the dimensiondim g⟹ (with the variance lawVar ∼ 1 / dim g) the scaling of the variance: exponential or polynomial in the number of qubits.
The earlier LieAlgebraicVariance model (in LeanPool.LeanQuantumAlg.Primitives.Trainability)
bundled dim g as an opaque ℕ → ℝ. This module replaces it by the genuine
dimension Module.finrank ℂ g of the formalized dynamicalLieAlgebra, and proves:
dlaDim— the real dimension of the dynamical Lie algebra.hasBarrenPlateau_of_exp_dlaDim— if the realdim ggrows exponentially in the qubit count then the (Ragone) variance law forces a barren plateau. The variance valuenumer / dim g(which needs Haar / Weingarten averaging) is the only assumed input; the dimension is real.finrank_eq_sum_of_isInternal/dlaDim_eq_sum_of_isInternal— the decomposition step: ifgis an internal direct sum of subspacesgₖthendim g = ∑ₖ dim gₖ.- Two end-to-end worked examples computing the real
dim gand deriving the scaling:dlaDim_univ+barrenPlateau_of_full_dla— the maximal (fully controllable) algebrag = gl(2ⁿ)hasdim g = 4ⁿ(exponential) ⟹ barren plateau;dlaDim_singleton+not_barrenPlateau_of_dlaDim_const— a single-generator (commuting) circuit hasdim g = 1(constant) ⟹ no barren plateau (trainable).
The first-principles derivation of the variance law itself (Ragone et al. 2023,
Eq. (10), via Weingarten calculus / t-designs) remains a Mathlib gap and is left as
an assumed hypothesis throughout; see LeanPool.LeanQuantumAlg.Primitives.Trainability.
Source: Ragone, Bakalov, Sauvage, Kemper, Ortiz Marrero, Larocca, Cerezo (2023), A Lie algebraic theory of barren plateaus (arXiv:2309.09342).
The real dimension of the dynamical Lie algebra #
The dimension of the dynamical Lie algebra of a generator set: the ℂ-finrank
of the formalized dynamicalLieAlgebra (a subspace of gl(N, ℂ)). This is the genuine
dim g of the Lie-algebraic variance law, not an opaque parameter.
Equations
Instances For
Tier 1 — barren plateau from exponential growth of the real dimension #
Lie-algebraic barren plateau (real dimension). Given the Ragone variance law
variance n = numer / dim g_n (the numerator, requiring Haar/Weingarten averaging, is
the assumed input), if the real dynamical-Lie-algebra dimension grows at least like
bⁿ for some b > 1, then the loss has a barren plateau.
Tier 2 — the decomposition step: dimension is additive over a direct sum #
If a finite-dimensional space is the internal direct sum of subspaces A i, its
dimension is the sum of theirs. (Linear-algebra core of the Lie-algebra decomposition
dim g = ∑ₖ dim gₖ.)
Decomposition of the dynamical Lie algebra dimension. If the dynamical Lie
algebra decomposes as an internal direct sum of subspaces A k (its irreducible /
ideal components), then dim g = ∑ₖ dim (A k).
Tier 3a — worked example: full algebra gl(2ⁿ), exponential ⟹ barren plateau #
Worked example (exponential ⟹ barren plateau). A fully controllable circuit
family on n qubits — whose generators span all of gl(2ⁿ, ℂ), so dim g = 4ⁿ — has
a barren plateau under the Ragone variance law.
Tier 3b — worked example: single generator, constant ⟹ no barren plateau #
Tier 3c — worked example: commuting family, dimension grows linearly in n #
The n diagonal unit matrices diag(eᵢ) pairwise commute and are linearly
independent, so their dynamical Lie algebra is the n-dimensional diagonal subalgebra:
dim g = n. This is a worked example of a dynamical Lie algebra whose dimension grows
polynomially (linearly) in the size parameter n — the trainable regime, in
contrast to the exponential gl(2ⁿ) case.
Worked example (constant ⟹ no barren plateau). A single-generator circuit
family — whose dynamical Lie algebra is one-dimensional for every n — is trainable:
under the variance law variance = numer / dim g with numer > 0, the variance is the
positive constant numer, which does not vanish, so there is no barren plateau.