docs: Missing comma
This commit is contained in:
parent
9c77e18a70
commit
86e7ea6c0f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ open SMνCharges
|
|||
open SMνACCs
|
||||
open BigOperators
|
||||
|
||||
/-- A proposition which is true if for a given `n` a plane of charges of dimension `n` exists
|
||||
/-- A proposition which is true if for a given `n`, a plane of charges of dimension `n` exists
|
||||
in which each point is a solution. -/
|
||||
def ExistsPlane (n : ℕ) : Prop := ∃ (B : Fin n → (PlusU1 3).Charges),
|
||||
LinearIndependent ℚ B ∧ ∀ (f : Fin n → ℚ), (PlusU1 3).IsSolution (∑ i, f i • B i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue