No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
105structure SmallWorldFromSigmaCert where
106 gamma_eq_3 : gamma = 3
107 gamma_fixed : (gamma - 1) * (gamma - 2) = 2
108 gamma_unique : ∀ {x : ℝ}, 2 < x → (x - 1) * (x - 2) = 2 → x = gamma
109 avgPathLength_pos : ∀ {N : ℝ}, 1 < N → 0 < avgPathLength N
110 path_log_growth : ∀ {N M : ℝ}, 1 < N → N < M → avgPathLength N < avgPathLength M
111 clusteringRatio_band : (0.617 : ℝ) < clusteringRatio ∧ clusteringRatio < 0.622
112
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (10)
Lean names referenced from this declaration's body.
-
gamma
in IndisputableMonolith.Constants.EulerMascheroni
decl_use
-
avgPathLength
in IndisputableMonolith.NetworkScience.SmallWorldFromSigma
decl_use
-
avgPathLength_pos
in IndisputableMonolith.NetworkScience.SmallWorldFromSigma
decl_use
-
clusteringRatio
in IndisputableMonolith.NetworkScience.SmallWorldFromSigma
decl_use
-
clusteringRatio_band
in IndisputableMonolith.NetworkScience.SmallWorldFromSigma
decl_use
-
gamma
in IndisputableMonolith.NetworkScience.SmallWorldFromSigma
decl_use
-
gamma_unique
in IndisputableMonolith.NetworkScience.SmallWorldFromSigma
decl_use
-
M
in IndisputableMonolith.Recognition
decl_use
-
M
in IndisputableMonolith.Recognition.Cycle3
decl_use
-
gamma
in IndisputableMonolith.Relativity.ILG.PPN
decl_use