Merge pull request #419 from HEPLean/style-lint-changes

feat: Update todos
This commit is contained in:
Joseph Tooby-Smith 2025-03-21 14:21:26 -04:00 committed by GitHub
commit ad7ab11155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -60,5 +60,8 @@ def MaxwellEquations (E : ElectricField) (B : MagneticField) : Prop :=
𝓔.GaussLawElectric E ∧ GaussLawMagnetic B ∧
FaradayLaw E B ∧ 𝓔.AmpereLaw E B
TODO "Show that if the charge density is spherically symmetric,
then the electric field is also spherically symmetric."
end EMSystem
end Electromagnetism

View file

@ -70,7 +70,9 @@ lemma derivative_repr {d n m : } {cm : Fin m → (realLorentzTensor d).C}
· rw [← differentiableAt_pi]
exact h1
TODO "Prove that the derivative obeys the correct equivariant with respect to the
Lorentz group."
TODO "Prove that the derivative obeys the following equivariant
property with respect to the Lorentz group.
For a function `f : T(d, cm) → T(d, cn)` then
`Λ • (∂ f (x)) = ∂ (fun x => Λ • f (Λ⁻¹ • x)) (Λ • x)`."
end realLorentzTensor