ChristoffelSmooth · section of the QIQT-H book
QIQTH.ChristoffelSmooth
← all sections · ← BranchLedger · ClausiusFiniteWitness →
ChristoffelSmooth · entries 6–10 of 1000
Lemma 6 (contDiff_pd). source ↗
The partial derivative of a C^∞ scalar is C^∞. pd f i = (fun y => fderiv ℝ f y (Pi.single i 1)) (pd_eq_fderiv, valid everywhere since f is differentiable), and y ↦ fderiv ℝ f y is C^∞ (ContDiff.fderiv_right), so applying it to the constant basis covector e_i (ContDiff.clm_apply) is C^∞.
(f)∈C∞→∀(i:Finn),(λy↦∂i(f)(y))∈C∞
Proof. By pd_eq_fderiv. □
Used by christoffel_contDiff, riemann_contDiff, kgLagr_contDiff, kgStress_contDiff.
Lemma 7 (christoffel_contDiff). source ↗
Christoffel symbols are C^∞ — discharges hC. christoffel g gi μ ν ρ = ½·∑α gi_{μα}(∂_ν g_{αρ} + ∂_ρ g_{αν} − ∂_α g_{νρ}) is a finite sum of products of gi (C^∞ by hCgi) and partial derivatives of g (C^∞ by contDiff_pd + hCg).
(∀(ab:Finn),(λy↦gab(y))∈C∞)→(∀(ab:Finn),(λy↦gab(y))∈C∞)→∀(μνρ:Finn),(λy↦Γνρμ(y))∈C∞
Proof. By contDiff_pd, pd. □
Used by riemann_contDiff, qiqt_gr_freefield_localized', qiqt_bekenstein_gives_gr.
Lemma 8 (riemann_contDiff). source ↗
The Riemann tensor is C^∞ — R^ρ_{σμν} = ∂_μΓ^ρ_{νσ} − ∂_νΓ^ρ_{μσ} + Σ_l(Γ^ρ_{μl}Γ^l_{νσ} − Γ^ρ_{νl}Γ^l_{μσ}) is a finite combination of ∂Γ (contDiff_pd ∘ christoffel_contDiff) and ΓΓ.
(∀(ab:Finn),(λy↦gab(y))∈C∞)→(∀(ab:Finn),(λy↦gab(y))∈C∞)→∀(ρσμν:Finn),(λy↦Riemggiρσμνy)∈C∞
Proof. By contDiff_pd, christoffel_contDiff, pd, christoffel. □
Used by ricci_contDiff.
Lemma 9 (ricci_contDiff). source ↗
The Ricci tensor is C^∞ — R_{σν} = ∑μ R^μ_{σμν} (sum of C^∞ Riemann components).
(∀(ab:Finn),(λy↦gab(y))∈C∞)→(∀(ab:Finn),(λy↦gab(y))∈C∞)→∀(σν:Finn),(λy↦Rσν(y))∈C∞
Proof. By riemann_contDiff, riemann. □
Used by scalarCurv_contDiff.
Lemma 10 (scalarCurv_contDiff). source ↗
The scalar curvature is C^∞ — R = ∑_{σν} g^{σν} R_{σν} (a finite combination of C^∞ gi and C^∞ Ricci). Feeds the hreg regularity input of the QIQT→GR capstone (Tier A4).
(∀(ab:Finn),(λy↦gab(y))∈C∞)→(∀(ab:Finn),(λy↦gab(y))∈C∞)→(λy↦R(y))∈C∞
Proof. By ricci_contDiff, ricci. □
Used by hreg_kg.
← all sections · ← BranchLedger · ClausiusFiniteWitness →