All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Contr Co Contraction apply metric

Lorentz.contrCoContraction_apply_metric

Project documentation

The metric ηᵢᵢ as a morphism 𝟙_ (Rep ℂ SL(2,ℂ)) ⟶ complexCo ⊗ complexCo, making its invariance under the action of SL(2,ℂ). -/ def coMetric : (Representation.trivial ℂ SL(2,ℂ) ℂ).IntertwiningMap (CoℂModule.SL2CRep.tprod CoℂModule.SL2CRep) where toFun := fun a => let a' : ℂ := a a' • coMetricVal map_add' := fun x y => by simp only [add_smul] map_smu...

Exact Lean statement

lemma contrCoContraction_apply_metric :
    (TensorProduct.comm ℂ _ _ <|
      (TensorProduct.lid ℂ _).lTensor _ <|
      (contrCoContraction.toLinearMap.rTensor _).lTensor _ <|
      (TensorProduct.assoc ℂ _ _ _).symm.toLinearMap.lTensor _<|
      TensorProduct.assoc ℂ _ _ (_ ⊗[ℂ] _) <|
      (contrMetric 1) ⊗ₜ[ℂ] (coMetric 1)) = coContrUnit (1 : ℝ)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma contrCoContraction_apply_metric :    (TensorProduct.comm ℂ _ _ <|      (TensorProduct.lid ℂ _).lTensor _ <|      (contrCoContraction.toLinearMap.rTensor _).lTensor _ <|      (TensorProduct.assoc ℂ _ _ _).symm.toLinearMap.lTensor _<|      TensorProduct.assoc ℂ _ _ (_ ⊗[ℂ] _) <|      (contrMetric 1) ⊗ₜ[ℂ] (coMetric 1)) = coContrUnit (1 : ) := by  rw [contrMetric_apply_one, coMetric_apply_one]  rw [contrMetricVal_expand_tmul, coMetricVal_expand_tmul]  simp [Fin.isValue, tmul_sub, sub_tmul, map_sub]  simp only [ Representation.IntertwiningMap.toLinearMap_apply]  repeat erw [contrCoContraction_basis']  simp only [Fin.isValue, ↓reduceIte, one_smul, reduceCtorEq, zero_smul, sub_zero, zero_sub,    Sum.inr.injEq, one_ne_zero, Fin.reduceEq, sub_neg_eq_add, zero_ne_one, sub_self]  erw [coContrUnit_apply_one, coContrUnitVal_expand_tmul]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Relativity/Tensors/ComplexTensor/Metrics/Pre.lean:134-148

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