All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Contr pre Co Contr Unit

Lorentz.contr_preCoContrUnit

Plain-language statement

Contraction on the right with coContrUnit.

Exact Lean statement

lemma contr_preCoContrUnit {d : ℕ} (x : ContrMod d) :
    (TensorProduct.lid ℝ _ <|
    contrCoContract.toLinearMap.rTensor _ <|
    (TensorProduct.assoc ℝ (ContrMod d) (CoMod d) (ContrMod d)).symm <|
    x ⊗ₜ[ℝ] (preCoContrUnit d (1 : ℝ))) = x

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma contr_preCoContrUnit {d : } (x : ContrMod d) :    (TensorProduct.lid  _ <|    contrCoContract.toLinearMap.rTensor _ <|    (TensorProduct.assoc  (ContrMod d) (CoMod d) (ContrMod d)).symm <|    x ⊗ₜ[] (preCoContrUnit d (1 : ))) = x := by  have h1 : ((TensorProduct.assoc  (ContrMod d) (CoMod d) (ContrMod d)).symm      (x ⊗ₜ[] (preCoContrUnit d) (1 : )))      = ∑ i, (x ⊗ₜ[] coBasis d i) ⊗ₜ[] contrBasis d i := by    rw [preCoContrUnit_apply_one, preCoContrUnitVal_expand_tmul]    simp only [tmul_sum]    simp only [Fintype.sum_sum_type, Finset.univ_unique, Fin.default_eq_zero, Fin.isValue,      Finset.sum_singleton, map_add, map_sum]    rfl  rw [h1]  have h2 :contrCoContract.toLinearMap.rTensor _ (∑ i, (x ⊗ₜ[] coBasis d i) ⊗ₜ[] contrBasis d i)      = ∑ i, ((contrCoContract) (x ⊗ₜ[] coBasis d i)) ⊗ₜ[] contrBasis d i := by    rw [map_sum]    rfl  erw [h2]  obtain c, rfl := (Submodule.mem_span_range_iff_exists_fun ).mp    (Basis.mem_span (contrBasis d) x)  have h3 (i : Fin 1Fin d) : (contrCoContract)        ((∑ i : Fin 1Fin d, c i • (contrBasis d) i) ⊗ₜ[] (coBasis d) i) = c i := by      simp only [sum_tmul, smul_tmul, tmul_smul, map_sum, map_smul, smul_eq_mul]      conv_lhs =>        enter [2, x]        rw [contrCoContract_basis]      simp  conv_lhs =>    enter [2, 2, i]    rw [h3 i]  rw [map_sum]  rfl
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Relativity/Tensors/RealTensor/Units/Pre.lean:169-201

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