refactor: Remove double empty lines
This commit is contained in:
parent
ae18a2196d
commit
f03d063c86
60 changed files with 0 additions and 232 deletions
|
@ -50,7 +50,6 @@ def solOfLinear (S : (PureU1 3).LinSols)
|
|||
⟨⟨S, by intro i; simp at i; exact Fin.elim0 i⟩,
|
||||
(cube_for_linSol S).mp hS⟩
|
||||
|
||||
|
||||
theorem solOfLinear_surjects (S : (PureU1 3).Sols) :
|
||||
∃ (T : (PureU1 3).LinSols) (hT : T.val (0 : Fin 3) = 0 ∨ T.val (1 : Fin 3) = 0
|
||||
∨ T.val (2 : Fin 3) = 0), solOfLinear T hT = S := by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue