Physlib Documentation

Physlib.QuantumMechanics.DDimensions.Operators.StateObservables.IsEigenvector

Eigenvectors of partial linear maps #

Main definitions #

A nonzero vector in the domain of T satisfying T ψ = μ • ψ.

Equations
Instances For
    theorem LinearPMap.IsEigenvector.apply_eq {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {T : H →ₗ.[] H} {ψ : T.domain} {μ : } ( : T.IsEigenvector ψ μ) :
    T ψ = μ ψ

    The eigenvalue equation for a partial-map eigenvector.

    theorem LinearPMap.IsEigenvector.ne_zero {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {T : H →ₗ.[] H} {ψ : T.domain} {μ : } ( : T.IsEigenvector ψ μ) :
    ψ 0

    A partial-map eigenvector is nonzero.