Skip to main content

Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 2,569 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 1,639 to 1,644 of 2,569 results.

Project-declaredLean 4.32.0

Std Basis decomp

Lorentz.CoMod.stdBasis_decomp

Mathematical statement

Decomposition of a covariant Lorentz vector into the standard basis.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Contr co Contr Unit

Lorentz.contr_coContrUnit

Mathematical statement

Contraction on the right with coContrUnit.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Contr pre Co Contr Unit

Lorentz.contr_preCoContrUnit

Mathematical statement

Contraction on the right with coContrUnit.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Contr pre Contr Co Unit

Lorentz.contr_preContrCoUnit

Mathematical statement

Contraction on the right with contrCoUnit does nothing.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

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...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Basis left

Lorentz.contrContrContractField.basis_left

Project documentation

The metric tensor is non-degenerate. -/ lemma nondegenerate : (∀ (x : ContrMod d), ⟪x, y⟫ₘ = 0) ↔ y = 0 := by refine Iff.intro (fun h => ?) (fun h => ?) · exact (self_parity_eq_zero_iff _).mp ((symm _ _).trans $ h _) · simp [h] set_option backward.isDefEq.respectTransparency false in lemma matrix_apply_eq_iff_sub : ⟪x, Λ *ᵥ y⟫ₘ = ⟪x, Λ' *ᵥ y⟫ₘ ↔ ⟪x, (Λ...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record