def
definition
def or abbrev
predictions
show as:
view Lean formalization →
formal statement (Lean)
222def predictions : List String := [
proof body
Definition body.
223 "n_s ≈ 0.970 from φ-structure",
224 "r ≈ 0.02 from (φ-1)⁴",
225 "Running of n_s ~ 0",
226 "Non-Gaussianity f_NL ~ 0"
227]
228
229/-! ## Falsification Criteria -/
230
231/-- The derivation would be falsified if:
232 1. n_s has no φ-connection
233 2. r contradicts (φ-1)⁴ prediction
234 3. Large non-Gaussianity found -/