LeanPool.Monlib4.QuantumGraph.Basic #
Imported Lean Pool material for LeanPool.Monlib4.QuantumGraph.Basic.
Alias of starAlgebra.modAut_star.
Star changes the sign of the modular parameter.
Alias of starAlgebra.modAut_zero.
Alias of starAlgebra.modAut_trans.
The modular automorphisms compose additively in the real parameter.
A Schur projection is an idempotent real map for the Schur product.
Schur idempotence.
- isReal : LinearMap.IsReal f
Realness of the underlying linear map.
Instances
The star-algebra structure transported to the opposite algebra.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inner-product algebra structure transported to the opposite algebra.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Opposite-algebra version of a module dual functional.
Equations
- f.op = ↑(unop R) ∘ₗ LinearMap.op f
Instances For
Star-ring structure on the opposite of a star ring.
Equations
- MulOpposite.starRing = { toStarMul := MulOpposite.instStarMul, star_add := ⋯ }
Instances For
A quantum graph is a Schur-idempotent endomorphism of a quantum set.
Schur idempotence of the adjacency map.
Instances
Predicate asserting that a quantum graph is real.
- isReal : LinearMap.IsReal f
Realness of the adjacency map.
Instances
A real quantum graph bundles Schur idempotence and realness.
Schur idempotence of the adjacency map.
- isReal : LinearMap.IsReal f
Realness of the adjacency map.
Instances
Real quantum graphs are preserved by isometric star-algebra equivalence conjugation.
The submodule whose orthogonal projection corresponds to Upsilon f.
Equations
Instances For
A canonical orthonormal basis of upsilonSubmodule.
Equations
Instances For
Coordinates of a tensor as a product-indexed family of scalar-weighted basis pairs.
Equations
Instances For
Linear map sending a tensor to its first-coordinate orthonormal-basis expansion data.
Equations
- TensorProduct.ofOrthonormalBasisProd₁Lm b₁ b₂ = { toFun := fun (x : TensorProduct 𝕜 E F) (i : ι₁ × ι₂) => (x.ofOrthonormalBasisProd b₁ b₂ i).1, map_add' := ⋯, map_smul' := ⋯ }
Instances For
Tensor product of two linear isometry equivalences.
Equations
- LinearIsometryEquiv.TensorProduct.map f g = { toLinearEquiv := LinearEquiv.TensorProduct.map f.toLinearEquiv g.toLinearEquiv, norm_map' := ⋯ }
Instances For
Linear functional computing the weighted number of edges of a quantum graph.