Source-pinned research

Research proof index

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 591 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

591 results

Clear filters
Project-declaredLean 4.32.0

Span basis

PureU1.VectorLikeOddPlane.span_basis

Project documentation

The basis formed out of our basisa vectors. -/ noncomputable def basisaAsBasis : Basis (Fin n.succ ⊕ Fin n.succ) ℚ (PureU1 (2 * n.succ + 1)).LinSols := basisOfLinearIndependentOfCardEqFinrank (@basisa_linear_independent n) basisa_card /-! ## F. Every Lienar solution is the sum of a point from each plane

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Span basis swap!

PureU1.VectorLikeOddPlane.span_basis_swap!

Project documentation

The basis formed out of our basisa vectors. -/ noncomputable def basisaAsBasis : Basis (Fin n.succ ⊕ Fin n.succ) ℚ (PureU1 (2 * n.succ + 1)).LinSols := basisOfLinearIndependentOfCardEqFinrank (@basisa_linear_independent n) basisa_card /-! ## F. Every Lienar solution is the sum of a point from each plane -/ lemma span_basis (S : (PureU1 (2 * n.succ + 1)).L...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Swap! as add

PureU1.VectorLikeOddPlane.swap!_as_add

Plain-language statement

Swapping the elements oddShiftFst j and oddShiftSnd j is equivalent to adding a vector basis!AsCharges j.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Neg weight implies neg value

QuadraticForm.neg_weight_implies_neg_value

Plain-language statement

When a quadratic form is equivalent to a weighted sum of squares, negative weights correspond to vectors where the form takes negative values. This is a concrete realization of a 1-dimensional negative definite subspace, contributing to O'Neill's index ν (Definition 18, p. 47).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Rank Neg eq zero

QuadraticForm.rankNeg_eq_zero

Plain-language statement

For a positive definite quadratic form, the negative dimension (index) is zero. O'Neill states (p. 47) that "ν = 0 if and only if b is positive semidefinite." Since positive definite implies positive semidefinite (Definitions 17 (1) and (2), p. 46), a positive definite form must have index ν = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Angular Momentum commutation angular Momentum

QuantumMechanics.angularMomentum_commutation_angularMomentum

Project documentation

The canonical commutation relations: [xᵢ, pⱼ] = iℏ δᵢⱼ𝟙. -/ lemma position_commutation_momentum : ⁅𝐱 i, 𝐩 j⁆ = (I * ℏ) • δ[i,j] • ContinuousLinearMap.id ℂ 𝓢(Space d, ℂ) := by ext ψ x show 𝐱 i (𝐩 j ψ) x - 𝐩 j (𝐱 i ψ) x = _ trans (I * ℏ) * (-x i * ∂[j] ψ x + ∂[j] ((fun x : Space d ↦ x i) • ⇑ψ) x) · simp only [positionCLM_apply, momentumCLM_apply,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record