refactor: Lint
This commit is contained in:
parent
280b8a77d6
commit
eb49122c66
6 changed files with 8 additions and 12 deletions
|
@ -53,7 +53,7 @@ lemma coMetric_basis_expand : {η' | μ ν}ᵀ.tensor =
|
|||
rfl
|
||||
|
||||
/-- Provides the explicit expansion of the co-metric tensor in terms of the basis elements, as
|
||||
a tensor tree.-/
|
||||
a tensor tree. -/
|
||||
lemma coMetric_basis_expand_tree : {η' | μ ν}ᵀ.tensor =
|
||||
(TensorTree.add (tensorNode (basisVector ![Color.down, Color.down] (fun _ => 0))) <|
|
||||
TensorTree.add (smul (-1) (tensorNode (basisVector ![Color.down, Color.down] (fun _ => 1)))) <|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue