docs: Some doc strings for instances

This commit is contained in:
jstoobysmith 2024-11-11 16:55:15 +00:00
parent 7948160e53
commit 1bc878a2d4
9 changed files with 40 additions and 36 deletions

View file

@ -36,6 +36,7 @@ lemma mem_mulAction (g : LorentzGroup d) (v : Contr d) :
v ∈ NormOne d ↔ (Contr d).ρ g v ∈ NormOne d := by
rw [mem_iff, mem_iff, contrContrContractField.action_tmul]
/-- The instance of a topological space on `NormOne d` defined as the subspace topology. -/
instance : TopologicalSpace (NormOne d) := instTopologicalSpaceSubtype
variable (v w : NormOne d)