def
definition
def or abbrev
currentRRF
show as:
view Lean formalization →
formal statement (Lean)
72def currentRRF : RRFDescription := {
proof body
Definition body.
73 core_witness := IndisputableMonolith.Foundation.φ,
74 theorem_count := 10, -- Approximate count
75 model_witness := ⟨IndisputableMonolith.Cost.Jcost⟩,
76 hypothesis_count := 5
77}
78
79/-- The Meta-RRF: the framework describing itself. -/