All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Repr conj Chiral Covector

SUSY.N1.repr_conjChiralCovector

Plain-language statement

Component formula for the holomorphic covector conjugate: the ![I] basis component of conjChiralCovector t is the complex conjugate of the ![I] component of t.

Exact Lean statement

lemma repr_conjChiralCovector
    (t : (chiralTensor (ι := ι)).Tensor ![chiralDown]) (I : ι) :
    (basis (S := (chiralTensor (ι := ι)).toTensorSpecies) ![antiDown]).repr
        (conjChiralCovector t) ![I] =
      star ((basis (S := (chiralTensor (ι := ι)).toTensorSpecies) ![chiralDown]).repr t ![I])

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma repr_conjChiralCovector    (t : (chiralTensor (ι := ι)).Tensor ![chiralDown]) (I : ι) :    (basis (S := (chiralTensor (ι := ι)).toTensorSpecies) ![antiDown]).repr        (conjChiralCovector t) ![I] =      star ((basis (S := (chiralTensor (ι := ι)).toTensorSpecies) ![chiralDown]).repr t ![I]) := by  rw [conjChiralCovector, permT_basis_repr_symm_apply]  change componentMap (S := (chiralTensor (ι := ι)).toTensorSpecies)      ((chiralTensor (ι := ι)).bar ∘ ![chiralDown]) ((chiralTensor (ι := ι)).conjT t) _ = _  erw [ConjTensorSpecies.componentMap_conjT (S := chiralTensor (ι := ι))]  apply congrArg star  apply congrArg (fun idx => componentMap (S := (chiralTensor (ι := ι)).toTensorSpecies)    ![chiralDown] t idx)  funext i  fin_cases i  rfl
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/SuperSymmetry/N1/Basic.lean:427-441

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