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

@ -278,6 +278,8 @@ lemma toSelfAdjoint_symm_basis (i : Fin 1 ⊕ Fin 3) :
## Topology
-/
/-- The type `ContrMod d` carries an instance of a topological group, induced by
it's equivalence to `Fin 1 ⊕ Fin d → `. -/
instance : TopologicalSpace (ContrMod d) := TopologicalSpace.induced
ContrMod.toFin1dEquiv (Pi.topologicalSpace)