You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes E sorry. Proof structure:
1. Unfold scalarLaplacian to ∑ᵢ hessian g (const εᵢ) (const εᵢ) x.
2. Per-summand expansion via hessian_gradientNormSq_apply_chartFrame
helper, with (1/2)*2 = 1 absorbed.
3. Split sum into ⟨secondCovDerivAt, ∇f⟩ + ‖covDerivAt ∇f εᵢ‖² parts.
4. First part: bilinearity (sum_inner) + connectionLaplacian as trace
(connectionLaplacian_eq_sum_secondCovDerivAt).
5. Second part: orthonormal basis decomposition
(OrthonormalBasis.sum_sq_inner_left + real_inner_self_eq_norm_sq)
to identify with frobeniusSq (hessianBilin f) x = ‖hess_g[I] f‖²_g x.
Hypothesis tightening: E only needs h_grad (the gradient C^∞ witness);
h_interior and hf were vestigial parallel-API placeholders, dropped.
H still passes h_interior + hf to G.
Sorry: 35 → 34 (E closed, only G remains).
|`Curvature.lean:241`|`riemannCurvature_inner_self_zero`| PRE-PAPER | Skew-symmetry of $R(X,Y)$. Closure path: metric-compat 4× + Hessian-Lie identity (`mfderiv_iterate_sub_eq_mlieBracket_apply`). Proof body sketches it. |
63
63
|`Curvature.lean:256`|`ricci_symm`| PRE-PAPER | Symmetry of Ricci. Closure path: trace-via-orthonormal-basis + Bianchi I (closed) + diagonal-zero (above). |
64
64
|`Connection.lean:1387`|`koszulCovDeriv_const_smoothAt`| PRE-PAPER | Path-B cascade leftover. Closure: write `metricRiesz_section_smoothAt` against `Bundle.ContMDiffRiemannianMetric` API via chart-pullback unwrapping of the Riesz isomorphism. Self-build follow-up. |
65
65
|`Gradient.lean:76`|`manifoldGradient_smooth_of_smooth`| PRE-PAPER | Gradient smoothness propagation: $g \in C^\infty \Rightarrow \nabla^M g$ is $C^\infty$ as bundle section. Mathematically trivial; framework-side closure shares the `metricRiesz_section_smoothAt` chartGramMatrix path with `koszulCovDeriv_const_smoothAt`. Once that primitive lands, this is one-line composition. |
0 commit comments