Representation-theoretic foundations #
Associated Gegenbauer systems, harmonic Young spaces, and higher projection graphs.
The coefficient used in the spherical-code argument.
Equations
Instances For
The common axis reflection used in the spherical-code argument.
Equations
Instances For
The polynomial map used in the spherical-code argument.
Equations
- MetricCodes.Spherical.OrthogonalPolynomialTransport.polynomialMap U = MvPolynomial.aeval fun (i : Fin n) => SpherePacking.axisPolynomial n (U (EuclideanSpace.single i 1))
Instances For
The polynomial equiv used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The polynomial space used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherHarmonicYoung.PolynomialSpace r n = MvPolynomial (Fin ((r + 1) * n)) ℝ
Instances For
The variable index used in the spherical-code argument.
Equations
Instances For
The row euler used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trace operator used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The polarization used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trace free submodule used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherHarmonicYoung.traceFreeSubmodule r n = ⨅ (i : Fin (r + 1)), ⨅ (j : Fin (r + 1)), (MetricCodes.Spherical.HigherHarmonicYoung.traceOperator r n i j).ker
Instances For
The harmonic young submodule used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The harmonic young space used in the spherical-code argument.
Equations
Instances For
The row directional derivative used in the spherical-code argument.
Equations
Instances For
The young homogeneous embedding used in the spherical-code argument.
Equations
Instances For
The row axis polynomial used in the spherical-code argument.
Equations
Instances For
The young orthogonal isometry used in the spherical-code argument.
Equations
Instances For
The young homogeneous projection used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The row axis homogeneous used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The projected coordinate raise used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The row directional homogeneous used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The projected coordinate lower used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The row tail used in the spherical-code argument.
Equations
Instances For
The ambient weight used in the spherical-code argument.
Equations
Instances For
The interlaces used in the spherical-code argument.
Equations
Instances For
The strict interlaces used in the spherical-code argument.
Equations
Instances For
The raise used in the spherical-code argument.
Equations
Instances For
The flatten row exponents used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherHarmonicYoung.flattenRowExponents a = Finsupp.equivFunOnFinite.symm fun (k : Fin ((r + 1) * n)) => (a (finProdFinEquiv.symm k).1) (finProdFinEquiv.symm k).2
Instances For
The young multihomogeneous submodule used in the spherical-code argument.
Equations
Instances For
Data encoding the data construction.
- dimension : I → ℕ
The dimension component.
The block component.
The fibre component.
- correlation : X → X → ℝ
The correlation component.
The axis component.
- probability : I → I → ℝ
The probability component.
- balance (target source : I) : ↑(self.dimension target) * self.probability target source = ↑(self.dimension source) * self.probability source target
The channel component.
- eigenvalue : ℝ
The eigenvalue component.
- eigenvector : I → ℝ
The eigenvector component.
- eigenvector_equation (i : I) : ∑ j : I, √(self.probability i j * self.probability j i) * self.eigenvector j = self.eigenvalue * self.eigenvector i
Instances For
The weight used in the metric-code argument.
Instances For
The lift used in the metric-code argument.
Equations
Instances For
The bulk used in the metric-code argument.
Equations
Instances For
The remainder used in the metric-code argument.
Instances For
The sphere point used in the spherical-code argument.
Equations
Instances For
Data encoding the realized hilbert graph construction.
- dimension : I → ℕ
The dimension component.
The block component.
The fibre component.
- fibre_support (i : I) (x : X) : self.block i ∘ₗ (self.fibre i x).toLinearMap = (self.fibre i x).toLinearMap
- correlation : X → X → ℝ
The correlation component.
The axis component.
- axis_inner (x y : X) : LinearMap.adjoint (self.axis x) ∘ₗ self.axis y = self.correlation x y • LinearMap.id
- probability : I → I → ℝ
The probability component.
- balance (target source : I) : ↑(self.dimension target) * self.probability target source = ↑(self.dimension source) * self.probability source target
The channel component.
- channel_axis (target source j : I) (x : X) : LinearMap.adjoint (self.channel target source) ∘ₗ self.axis x ∘ₗ (self.fibre j x).toLinearMap = if target = j then √(self.probability target source) • (self.fibre source x).toLinearMap else 0
- eigenvalue : ℝ
The eigenvalue component.
- eigenvector : I → ℝ
The eigenvector component.
- eigenvector_equation (i : I) : ∑ j : I, √(self.probability i j * self.probability j i) * self.eigenvector j = self.eigenvalue * self.eigenvector i
Instances For
The to finite data used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The vertex ambient used in the spherical-code argument.
Equations
Instances For
The vertex inclusion used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherYoungGraphAssembly.vertexInclusion V i = { toFun := fun (v : V i) => PiLp.single 2 i v, map_add' := ⋯, map_smul' := ⋯ }.isometryOfInner ⋯
Instances For
The vertex projection used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The moving young fibre used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The moving young block fibre used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The axis tensor used in the spherical-code argument.
Equations
Instances For
The row pairing polynomial used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The homogeneous row pairing multiplication used in the spherical-code argument.
Equations
Instances For
The homogeneous row trace used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Data encoding the young polynomial frame construction.
- polynomial : ι → PolynomialSpace r n
The polynomial component.
- homogeneous (i : ι) : MvPolynomial.IsHomogeneous (self.polynomial i) (∑ j : Fin (r + 1), lam j)
- rowEuler (i : ι) (j : Fin (r + 1)) : (HigherHarmonicYoung.rowEuler r n j) (self.polynomial i) = ↑(lam j) • self.polynomial i
- independent : LinearIndependent ℝ self.polynomial
Instances For
The basis used in the spherical-code argument.
Equations
- F.basis hspan = Module.Basis.mk ⋯ ⋯
Instances For
The homogeneous trace free submodule used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The simultaneous harmonic projection used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The homogeneous young highest weight submodule used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The harmonic young highest weight embedding used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The young harmonic lift used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The full branch weight used in the spherical-code argument.
Equations
Instances For
The full branch signature used in the spherical-code argument.
Equations
Instances For
The full branch of interlaces used in the spherical-code argument.
Equations
Instances For
The polynomial real part used in the spherical-code argument.
Equations
Instances For
The polynomial imaginary part used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The complex row euler used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The complex trace operator used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The complex polarization used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Data encoding the complex highest weight witness construction.
- polynomial : MvPolynomial (Fin ((r + 1) * n)) ℂ
The polynomial component.
- homogeneous : self.polynomial.IsHomogeneous (∑ i : Fin (r + 1), lam i)
- highestWeight (i j : Fin (r + 1)) : i < j → complexPolarization i j self.polynomial = 0
Instances For
The null row linear form used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The null substitution used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherHarmonicYoung.nullSubstitution hn = MvPolynomial.aeval fun (z : Fin (r + 1) × Fin m) => MetricCodes.Spherical.HigherHarmonicYoung.nullRowLinearForm hn z.1 z.2
Instances For
The source polarization used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherHarmonicYoung.sourcePolarization i j q = ∑ a : Fin m, MvPolynomial.X (i, a) * (MvPolynomial.pderiv (j, a)) q
Instances For
The isotropic variable used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The row derivation used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The source leading minor used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The diagonal evaluation used in the spherical-code argument.
Equations
Instances For
The source highest weight polynomial used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The signature exponent used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherHarmonicYoung.DeterminantVectors.signatureExponent lam i = Fin.lastCases (lam (Fin.last r)) (fun (i : Fin r) => lam i.castSucc - lam i.succ) i
Instances For
The dominant highest weight witness used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The conjugate isotropic variable used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ambient positive root used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The antiholomorphic derivative used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ambient sum positive root used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ambient short positive root used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ambient cartan used in the spherical-code argument.
Equations
Instances For
The wall shift used in the spherical-code argument.
Equations
- MetricCodes.Spherical.HigherChannel.wallShift n r = ↑n / 2 - ↑r - 1
Instances For
The channel numerator polynomial used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The transverse polynomial used in the spherical-code argument.
Equations
Instances For
The append zero weight used in the spherical-code argument.
Equations
Instances For
The zero row polynomial used in the spherical-code argument.
Equations
Instances For
The append zero row isometry equiv used in the spherical-code argument.
Equations
Instances For
The terminal zero selected branch isometry used in the spherical-code argument.
Equations
Instances For
The projected coordinate lower axis used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The projected coordinate raise axis used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The young clebsch raise used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The young clebsch lower used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The joint harmonic weight submodule used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The joint harmonic weight fischer core used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The normalized young clebsch raise used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The normalized young clebsch lower used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The young gram radial ideal used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The young gram radial weight submodule used in the spherical-code argument.
Equations
- One or more equations did not get rendered due to their size.