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

Chart Euclidean smul

EuclideanGroup.chartEuclidean_smul

Plain-language statement

Under the standard chart, the Euclidean action on Space d is the transport of toAffineIsometryMulEquiv acting on EuclideanSpace: chart (g • p) = (toAffineIsometryMulEquiv g) (chart p).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Orthogonal To Linear Isometry Equiv left inv

EuclideanGroup.orthogonalToLinearIsometryEquiv_left_inv

Plain-language statement

linearIsometryEquivToOrthogonal is a left inverse of orthogonalToLinearIsometryEquiv. Together with linearIsometryEquiv_constVAdd_mul, this proves left_inv of toAffineIsometryMulEquiv.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Orthogonal To Linear Isometry Equiv right inv

EuclideanGroup.orthogonalToLinearIsometryEquiv_right_inv

Plain-language statement

linearIsometryEquivToOrthogonal is a right inverse of orthogonalToLinearIsometryEquiv; this proves right_inv of toAffineIsometryMulEquiv.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Rotation smul origin

EuclideanGroup.rotation_smul_origin

Project documentation

A rotation fixes the origin: its translation part vanishes (RotationGroup ≤ OriginStabilizer), so ↑r • 0 = 0. Stated in the ↑r form (the simp normal form of r • _, via rotation_smul_eq) so it is a well-formed simp lemma.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Euclid Levi Civita symbol contract one

euclidLeviCivita_symbol_contract_one

Plain-language statement

Triple Euclidean Levi-Civita contraction ∑_h (ε4)_{a,h} · (ε4)_{b,h} = 6 · δ[a,b] at the symbol level: contracting three of the four Fin 4 component slots of ε4 with the naive Kronecker pairing leaves one free pair a, b and the factor 3! = 6. The Lorentz form carries an extra det η = -1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Euclid Levi Civita symbol contract two

euclidLeviCivita_symbol_contract_two

Plain-language statement

Double Euclidean Levi-Civita contraction ∑_h (ε4)_{r,s,h} · (ε4)_{t,w,h} = 2 · (δ[r,t]·δ[s,w] - δ[r,w]·δ[s,t]) at the symbol level: contracting two of the four Fin 4 component slots of ε4 with the naive Kronecker pairing leaves two free pairs and the factor 2! = 2. The Lorentz form carries an extra det η = -1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record