All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Dual Right Right To Matrix ρ

Fermion.dualRightRightToMatrix_ρ

Plain-language statement

The group action of SL(2,ℂ) on dualRightHanded ⊗ rightHanded is equivalent to ((M.1⁻¹).conjTranspose * rightDualRightToMatrix v * ((M.1.map star)).ᵀ.

Exact Lean statement

lemma dualRightRightToMatrix_ρ (v : (DualRightHandedWeyl ⊗[ℂ] RightHandedWeyl)) (M : SL(2,ℂ)) :
    dualRightRightToMatrix (TensorProduct.map (DualRightHandedWeyl.rep M)
      (RightHandedWeyl.rep M) v) =
    ((M.1⁻¹).conjTranspose) * dualRightRightToMatrix v * (M.1.map star)ᵀ

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma dualRightRightToMatrix_ρ (v : (DualRightHandedWeyl ⊗[ℂ] RightHandedWeyl)) (M : SL(2,ℂ)) :    dualRightRightToMatrix (TensorProduct.map (DualRightHandedWeyl.rep M)      (RightHandedWeyl.rep M) v) =    ((M.1⁻¹).conjTranspose) * dualRightRightToMatrix v * (M.1.map star)ᵀ := by  nth_rewrite 1 [dualRightRightToMatrix]  simp only [LinearEquiv.trans_apply]  trans (LinearEquiv.curry ℂ ℂ (Fin 2) (Fin 2)) ((LinearMap.toMatrix      (DualRightHandedWeyl.basis.tensorProduct RightHandedWeyl.basis)        (DualRightHandedWeyl.basis.tensorProduct RightHandedWeyl.basis)      (TensorProduct.map (DualRightHandedWeyl.rep M) (RightHandedWeyl.rep M)))      *ᵥ ((Finsupp.linearEquivFunOnFinite ℂ ℂ (Fin 2 × Fin 2))      ((DualRightHandedWeyl.basis.tensorProduct RightHandedWeyl.basis).repr (v))))  · apply congrArg    have h1 := (LinearMap.toMatrix_mulVec_repr      (DualRightHandedWeyl.basis.tensorProduct RightHandedWeyl.basis)      (DualRightHandedWeyl.basis.tensorProduct RightHandedWeyl.basis)      (TensorProduct.map (DualRightHandedWeyl.rep M) (RightHandedWeyl.rep M)) v)    simp only [coe_linearEquivFunOnFinite]    rw [h1]  rw [TensorProduct.toMatrix_map]  funext i j  change ∑ k, ((kroneckerMap (fun x1 x2 => x1 * x2)        ((LinearMap.toMatrix DualRightHandedWeyl.basis DualRightHandedWeyl.basis)          (DualRightHandedWeyl.rep M))        ((LinearMap.toMatrix RightHandedWeyl.basis RightHandedWeyl.basis)          (RightHandedWeyl.rep M)) (i, j) k)        * dualRightRightToMatrix v k.1 k.2) = _  rw [Fintype.sum_prod_type]  simp_rw [kroneckerMap_apply, Matrix.mul_apply, Matrix.transpose_apply]  have h1 : ∑ x : Fin 2, (∑ x1 : Fin 2,      (↑M)⁻¹ᴴ i x1 * dualRightRightToMatrix v x1 x) * (M.1.map star) j x      = ∑ x : Fin 2, ∑ x1 : Fin 2, ((↑M)⁻¹ᴴ i x1 * dualRightRightToMatrix v x1 x) *      (M.1.map star) j x := by    congr    funext x    rw [Finset.sum_mul]  rw [h1]  rw [Finset.sum_comm]  congr  funext x  congr  funext x1  simp only [DualRightHandedWeyl.rep_toMatrix, RightHandedWeyl.rep_toMatrix]  ring
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Relativity/Fermions/Weyl/Two.lean:563-606

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