@@ -14,9 +14,9 @@ import Mathlib.Geometry.Manifold.Elaborators
1414Let `V → M` be a finite rank smooth vector bundle with standard fiber `F`.
1515Given a basis `b` for `F` and a local trivialisation `e` for `V`,
1616we construct a **smooth local frame** on `V` w.r.t. `e` and `b`,
17- i.e. a collection of sections `s_i ` of `V` which is smooth on `e.baseSet` such that `{s_i x}` is a
17+ i.e. a collection of sections `sᵢ ` of `V` which is smooth on `e.baseSet` such that `{sᵢ x}` is a
1818basis of `V x` for each `x ∈ e.baseSet`. Any section `s` of `e` can be uniquely written as
19- `s = ∑ i, f^i s_i ` near `x`, and `s` is smooth at `x` iff the functions `f^i` are.
19+ `s = ∑ i, f^i sᵢ ` near `x`, and `s` is smooth at `x` iff the functions `f^i` are.
2020
2121The latter statement holds in many cases, but not for every vector bundle. In this file, we prove
2222it for local frames induced by a trivialisation, for finite rank bundles over a complete field.
@@ -209,8 +209,6 @@ lemma repr_apply_zero_at (hs : IsLocalFrameOn I F n s u) {t : Π x : M, V x} (ht
209209
210210variable (hs : IsLocalFrameOn I F n s u) {t : Π x : M, V x} [VectorBundle 𝕜 F V]
211211
212- set_option linter.style.commandStart false
213-
214212/-- Given a local frame `s i ` on `u`, if a section `t` has `C^k` coefficients on `u` w.r.t. `s i`,
215213then `t` is `C^n` on `u`. -/
216214lemma contMDiffOn_of_repr [Fintype ι] (h : ∀ i, CMDiff[u] n (hs.repr i t)) :
0 commit comments