theorem
PSDMatrix.isPSD_iff_eigenvalues_nonneg
{n : Type u_1}
[Fintype n]
[DecidableEq n]
{M : Matrix n n ℝ}
(hM : M.IsHermitian)
:
theorem
PSDMatrix.isPD_iff_eigenvalues_pos
{n : Type u_1}
[Fintype n]
[DecidableEq n]
{M : Matrix n n ℝ}
(hM : M.IsHermitian)
:
theorem
PSDMatrix.isPSD_and_isPD_iff_eigenvalues
{n : Type u_1}
[Fintype n]
[DecidableEq n]
{M : Matrix n n ℝ}
(hM : M.IsHermitian)
:
theorem
LaplacianProperties.eq_of_adj_of_mulVec_eq_zero
{V : Type u_1}
[Fintype V]
[DecidableEq V]
(G : SimpleGraph V)
[DecidableRel G.Adj]
(x : V → ℝ)
(hx : (SimpleGraph.lapMatrix ℝ G).mulVec x = 0)
(i j : V)
(hadj : G.Adj i j)
:
theorem
LaplacianProperties.eq_const_of_adj_eq
{V : Type u_1}
(G : SimpleGraph V)
(hconn : G.Connected)
(x : V → ℝ)
(hadj_eq : ∀ (i j : V), G.Adj i j → x i = x j)
(v₀ w : V)
:
theorem
LaplacianProperties.ker_lapMatrix_eq_span_ones
{V : Type u_1}
[Fintype V]
[DecidableEq V]
(G : SimpleGraph V)
[DecidableRel G.Adj]
(hconn : G.Connected)
:
theorem
LaplacianProperties.adjMatrix_sup_of_disjoint
{V : Type u_3}
[Fintype V]
[DecidableEq V]
(G H : SimpleGraph V)
[DecidableRel G.Adj]
[DecidableRel H.Adj]
(hd : Disjoint G H)
:
theorem
LaplacianProperties.degree_sup_of_disjoint
{V : Type u_3}
[Fintype V]
[DecidableEq V]
(G H : SimpleGraph V)
[DecidableRel G.Adj]
[DecidableRel H.Adj]
(hd : Disjoint G H)
(v : V)
:
theorem
LaplacianProperties.degMatrix_sup_of_disjoint
{V : Type u_3}
[Fintype V]
[DecidableEq V]
(G H : SimpleGraph V)
[DecidableRel G.Adj]
[DecidableRel H.Adj]
(hd : Disjoint G H)
:
theorem
LaplacianProperties.lapMatrix_sup_of_disjoint
{V : Type u_3}
[Fintype V]
[DecidableEq V]
(G H : SimpleGraph V)
[DecidableRel G.Adj]
[DecidableRel H.Adj]
(hd : Disjoint G H)
:
theorem
LaplacianProperties.not_adj_of_degree_zero
{V : Type u_2}
[Fintype V]
(G : SimpleGraph V)
[DecidableRel G.Adj]
{v : V}
(hdeg : G.degree v = 0)
(j : V)
:
theorem
LaplacianProperties.lapMatrix_row_eq_zero_of_degree_zero
{V : Type u_2}
[Fintype V]
[DecidableEq V]
(G : SimpleGraph V)
[DecidableRel G.Adj]
{v : V}
(hdeg : G.degree v = 0)
(j : V)
:
theorem
LaplacianProperties.lapMatrix_col_eq_zero_of_degree_zero
{V : Type u_2}
[Fintype V]
[DecidableEq V]
(G : SimpleGraph V)
[DecidableRel G.Adj]
{v : V}
(hdeg : G.degree v = 0)
(j : V)
:
theorem
LaplacianProperties.lapMatrix_eq_zero_of_degree_zero
{V : Type u_2}
[Fintype V]
[DecidableEq V]
(G : SimpleGraph V)
[DecidableRel G.Adj]
{v : V}
(hdeg : G.degree v = 0)
(j : V)
:
theorem
LaplacianProperties.dim_ker_lapMatrix_eq_card_connectedComponent
{V : Type u_2}
[Fintype V]
[DecidableEq V]
(G : SimpleGraph V)
[DecidableRel G.Adj]
: