All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Pauli Co contr pauli Contr

PauliMatrix.pauliCo_contr_pauliContr

Plain-language statement

The statement that σᵥᵃᵇ σᵛᵃ'ᵇ' = 2 εᵃᵃ' εᵇᵇ'.

Exact Lean statement

lemma pauliCo_contr_pauliContr :
    {σ_^^ | ν α β ⊗ σ^^^ | ν α' β' = (2 : ℂ) •ₜ εL | α α' ⊗ εR | β β'}ᵀ

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma pauliCo_contr_pauliContr :    {σ_^^ | ν α β ⊗ σ^^^ | ν α' β' = (2 : ℂ) •ₜ εL | α α' ⊗ εR | β β'}ᵀ := by  apply (Tensor.basis _).repr.injective  ext b  conv_rhs =>    rw [permT_basis_repr_symm_apply]    rw [_root_.map_smul]    simp only [Nat.reduceAdd, Nat.succ_eq_add_one, Fin.isValue, Fin.succAbove_zero,      Function.comp_apply, Finsupp.coe_smul, Pi.smul_apply, smul_eq_mul]    rw (transparency := .instances) [prodT_basis_repr_apply]    simp only [Nat.reduceAdd, Nat.succ_eq_add_one, Fin.isValue, Fin.succAbove_zero,      Function.comp_apply]    rw [leftMetric_eq_ofRat, rightMetric_eq_ofRat]    simp only [Nat.reduceAdd, Nat.succ_eq_add_one, Fin.isValue, Fin.succAbove_zero,      Function.comp_apply, cons_val_zero, cons_val_one, head_cons, ofRat_basis_repr_apply]    rw [ Physlib.RatComplexNum.toComplexNum.map_mul]    change (2 : ) * _    rw [Physlib.RatComplexNum.ofNat_mul_toComplexNum 2]  rw [contrT_basis_repr_apply]  conv_lhs =>    enter [2, x]    rw [prodT_basis_repr_apply]    simp only [pauliCo_eq_ofRat, toTensor_eq_ofRat]    simp only [Fin.isValue, Fin.cast_eq_self, ofRat_basis_repr_apply]    left    rw [ Physlib.RatComplexNum.toComplexNum.map_mul]  conv_lhs =>    enter [2, x]    right    rw (transparency := .instances) [contr_basis_ratComplexNum]  conv_lhs =>    enter [2, x]    rw [ Physlib.RatComplexNum.toComplexNum.map_mul]  rw [ map_sum Physlib.RatComplexNum.toComplexNum]  apply (Function.Injective.eq_iff Physlib.RatComplexNum.toComplexNum_injective).mpr  revert b  decide +kernel
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Relativity/PauliMatrices/Relations.lean:34-70

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