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

All topics

2569 results

Project-declaredLean 4.32.0

Angular Velocity Tensor transpose

RigidBodyMotion.angularVelocityTensor_transpose

Plain-language statement

The angular velocity tensor is skew-symmetric, Ωᵀ = -Ω: it lies in the Lie algebra 𝔰𝔬(d). This is the litmus check that Ω = Ṙ Rᵀ is a genuine angular-velocity tensor, and follows by differentiating the orthogonality identity R Rᵀ = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Kinetic Energy eq translational add body Angular Velocity

RigidBodyMotion.kineticEnergy_eq_translational_add_bodyAngularVelocity

Project documentation

König's theorem in the body frame. The total kinetic energy M.kineticEnergy t, formed from the lab-frame point velocities, splits at the centre of mass (centerOfMass = 0) as T = ½ M ⟪V, V⟫ + rotationalKineticEnergy ω_body. The rotational energy is a frame-independent scalar, so it is evaluated here from the body-frame angular velocity ω_body...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Kinetic Energy integrand split

RigidBodyMotion.kineticEnergy_integrand_split

Plain-language statement

The squared-speed integrand of kineticEnergy splits into the squared rotational speed |Ṙ (y − c)|², a term linear in the body-frame coordinate y − c, and the constant squared centre-of-mass speed ⟪V, V⟫.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mass Distribution center Of Mass

RigidBodyMotion.massDistribution_centerOfMass

Plain-language statement

The centre of mass of the moving mass distribution tracks the prescribed trajectory: for a body of nonzero mass, the centre of mass of massDistribution M t is exactly comTrajectory t. This is the decisive check that comTrajectory and orientation are wired correctly in RigidBodyMotion.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Velocity eq deriv orientation

RigidBodyMotion.velocity_eq_deriv_orientation

Plain-language statement

The velocity of a body point decomposes as v = Ṙ (y − c) + V: the rate of change of the orientation acting on the body-frame position, plus the centre-of-mass velocity.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Velocity of orientation const

RigidBodyMotion.velocity_of_orientation_const

Plain-language statement

A rigid body in pure translation (constant orientation) has every point moving with the centre-of-mass velocity: v = V.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record