All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Solid Sphere center Of Mass

RigidBody.solidSphere_centerOfMass

Plain-language statement

The center of mass of a solid sphere located at the origin is 0.

Exact Lean statement

lemma solidSphere_centerOfMass {d : ℕ} (m R : ℝ≥0) : (solidSphere d m R).centerOfMass = 0

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma solidSphere_centerOfMass {d : } (m R : 0) : (solidSphere d m R).centerOfMass = 0 := by  ext i  simp only [centerOfMass, solidSphere, one_div, LinearMap.coe_mk, AddHom.coe_mk,    ContMDiffMap.coeFn_mk, smul_eq_mul, Space.zero_apply, mul_eq_zero, inv_eq_zero, div_eq_zero_iff,    coe_eq_zero]  right  right  suffices ∫ x in Metric.closedBall (0 : Space d) R, x i ∂MeasureSpace.volume    = -∫ x in Metric.closedBall (0 : Space d) R, x i ∂MeasureSpace.volume by linarith  rw [ integral_neg]  simp only [ integral_indicator measurableSet_closedBall, Set.indicator, Metric.mem_closedBall]  rw [ integral_neg_eq_self]  norm_num
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/ClassicalMechanics/RigidBody/SolidSphere.lean:61-73

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record