refactor: Change case of type and props
This commit is contained in:
parent
18b83f582e
commit
f7a638d32e
58 changed files with 695 additions and 696 deletions
|
@ -23,7 +23,7 @@ namespace BasisLinear
|
|||
/-- The basis elements as charges, defined to have a `1` in the `j`th position and a `-1` in the
|
||||
last position. -/
|
||||
@[simp]
|
||||
def asCharges (j : Fin n) : (PureU1 n.succ).charges :=
|
||||
def asCharges (j : Fin n) : (PureU1 n.succ).Charges :=
|
||||
(fun i =>
|
||||
if i = j.castSucc then
|
||||
1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue