theorem
proved
term proof
const_false_full_fraction
show as:
view Lean formalization →
formal statement (Lean)
70theorem const_false_full_fraction (n : ℕ) :
71 FalsePointFraction (fun _ : Fin n → Bool => false) = 1 := by
proof body
Term-mode proof.
72 unfold FalsePointFraction
73 simp
74
75/-! ## Razborov-Rudich Framework -/
76
77/-- A complexity property maps each arity n and truth table to a proposition. -/