All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Preimage Of Finset eq

SuperSymmetry.SU5.ChargeSpectrum.preimageOfFinset_eq

Project documentation

The preimage of a charge Charges 𝓩1 in ofFinset S5 S10 ⊆ Charges 𝓩 under mapping charges through f : 𝓩 →+ 𝓩1. -/ def preimageOfFinset (S5 S10 : Finset 𝓩) (f : 𝓩 →+ 𝓩1) (x : ChargeSpectrum 𝓩1) : Finset (ChargeSpectrum 𝓩) := let SHd := (S5.map ⟨Option.some, Option.some_injective 𝓩⟩ ∪ {none} : Finset (Option 𝓩)).filter fun y => f <$> y = x.q...

Exact Lean statement

lemma preimageOfFinset_eq (S5 S10 : Finset 𝓩) (f : 𝓩 →+ 𝓩1) (x : ChargeSpectrum 𝓩1) :
    preimageOfFinset S5 S10 f x = {y : ChargeSpectrum 𝓩 | y.map f = x ∧ y ∈ ofFinset S5 S10}

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma preimageOfFinset_eq (S5 S10 : Finset 𝓩) (f : 𝓩 →+ 𝓩1) (x : ChargeSpectrum 𝓩1) :    preimageOfFinset S5 S10 f x = {y : ChargeSpectrum 𝓩 | y.map f = x  y  ofFinset S5 S10} := by  ext y  simp [preimageOfFinset, toProd]  match y, x with  | yHd, yHu, y5, y10, xHd, xHu, x5, x10 =>  simp [map]  constructor  · intro ⟨⟨h1, rfl, h2, rfl, h3, rfl, h4, rfl⟩⟩    simp only [true_and]    rw [mem_ofFinset_iff]    simp only    refine ?_, ?_, ?_, ?_    · match yHd with      | some a => simpa using h1      | none => simp    · match yHu with      | some a => simpa using h2      | none => simp    · exact h3.trans <| Finset.filter_subset (fun y => f y  Finset.image (⇑f) y5) S5    · apply h4.trans <| Finset.filter_subset (fun y => f y  Finset.image (⇑f) y10) S10  · intro ⟨⟨rfl, rfl, rfl, rfl, h2    simp only [and_true, Finset.mem_image]    rw [mem_ofFinset_iff] at h2    simp at h2    refine ?_, ?_, ?_, ?_    · match yHd with      | some a =>        simp at h2        simpa using h2.1      | none => simp    · match yHu with      | some a =>        simp at h2        simpa using h2.2.1      | none => simp    · refine Finset.subset_iff.mpr ?_      intro x hx      simp only [Finset.mem_filter]      refine h2.2.2.1 hx, ?_      use x    · refine Finset.subset_iff.mpr ?_      intro x hx      simp only [Finset.mem_filter]      refine h2.2.2.2 hx, ?_      use x
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Particles/SuperSymmetry/SU5/ChargeSpectrum/Map.lean:422-467

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