PPWaveMetric · section of the QIQT-H book
QIQTH.PPWaveMetric
← all sections · ← ModularRelativeEntropy · QiqtGrComplete →
PPWaveMetric · entries 534–545 of 1000
Definition 534 (ppMetric). source ↗
The pp-wave metric ds² = 2 du dv + H du² + dx² + dy², coords (u,v,x,y) = (0,1,2,3): g₀₀ = H, g₀₁ = g₁₀ = 1, g₂₂ = g₃₃ = 1, rest 0.
gppHxab:=if a=0∧b=0 then Hx else if a=0∧b=1∨a=1∧b=0 then 1 else if a=2∧b=2∨a=3∧b=3 then 1 else 0
Used by ppMetric_symm, ppMetric_inv, ppMetric_contDiff, ppFrame_cong, qiqt_gr_ppwave, qiqt_gr_ppwave_showcase.
Definition 535 (ppMetricInv). source ↗
The inverse pp-wave metric: gi₀₁ = gi₁₀ = 1, gi₁₁ = −H, gi₂₂ = gi₃₃ = 1, rest 0.
(gpp)−1Hxab:=if a=0∧b=1∨a=1∧b=0 then 1 else if a=1∧b=1 then −Hx else if a=2∧b=2∨a=3∧b=3 then 1 else 0
Used by ppMetric_inv, ppMetricInv_symm, ppMetricInv_contDiff, qiqt_gr_ppwave, qiqt_gr_ppwave_showcase.
Lemma 536 (ppMetric_symm). source ↗
gppHxab=gppHxba
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
Lemma 537 (ppMetric_inv). source ↗
σ∑gppHxaσ⋅(gpp)−1Hxσb=δab
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
Lemma 538 (ppMetricInv_symm). source ↗
(gpp)−1Hxab=(gpp)−1Hxba
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
Lemma 539 (ppMetric_contDiff). source ↗
The pp-wave metric components are C^∞ when H is (hCg): each is H or a constant.
(H)∈C∞→∀(ab:Fin4),(λy↦gppHyab)∈C∞
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
Lemma 540 (ppMetricInv_contDiff). source ↗
The inverse pp-wave metric components are C^∞ when H is (hCgi): each is −H or a constant.
(H)∈C∞→∀(ab:Fin4),(λy↦(gpp)−1Hyab)∈C∞
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
Definition 541 (ppFrame). source ↗
The pp-wave coframe P_{ab} = e^a_b.
ppFrameHxab:=if a=0∧b=0 then (Hx−1)/2 else if a=1∧b=0 then (Hx+1)/2 else if a=0∧b=1∨a=1∧b=1 then 1 else if a=2∧b=2∨a=3∧b=3 then 1 else 0
Used by ppFrame_cong, ppFrame_pp, ppFrame_pp', qiqt_gr_ppwave.
Definition 542 (ppFrameInv). source ↗
The inverse frame Pinv = P⁻¹.
Used by ppFrame_pp, ppFrame_pp', qiqt_gr_ppwave.
Lemma 543 (ppFrame_cong). source ↗
hcong for the pp-wave: g_{ij} = ∑_{kl} P_{ki} gm_{kl} P_{lj} (the metric is the Minkowski reference pulled back by the tetrad).
gppHxij=k∑l∑ppFrameHxki⋅ηkl⋅ppFrameHxlj
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
Lemma 544 (ppFrame_pp). source ↗
hPP for the pp-wave: ∑_k P_{ik} Pinv_{kj} = δ_{ij}.
k∑ppFrameHxik⋅ppFrameInvHxkj=δij
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
Lemma 545 (ppFrame_pp'). source ↗
hPP' for the pp-wave: ∑_k Pinv_{ik} P_{kj} = δ_{ij}.
k∑ppFrameInvHxik⋅ppFrameHxkj=δij
Proof. Immediate from the definitions. □
Used by qiqt_gr_ppwave.
← all sections · ← ModularRelativeEntropy · QiqtGrComplete →