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

1 topic
Project-declaredLean 4.32.0

Radial Angular Measure closed Ball

Space.radialAngularMeasure_closedBall

Project documentation

The measure on Space d weighted by 1 / ‖x‖ ^ (d - 1). -/ def radialAngularMeasure {d : ā„•} : Measure (Space d) := volume.withDensity (fun x : Space d => ENNReal.ofReal (1 / ‖x‖ ^ (d - 1))) /-! ### A.1. Basic equalities -/ lemma radialAngularMeasure_eq_volume_withDensity {d : ā„•} : radialAngularMeasure = volume.withDensity (fun x : Space d => ENNReal.ofR...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record