pith. machine review for the scientific record. sign in
structure definition def or abbrev

InternalConsistency

show as:
view Lean formalization →

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)

 145structure InternalConsistency where
 146  /-- Derivable from foundational axioms only. -/
 147  foundational : Nonempty (ℝ → ℝ)
 148  /-- No obvious contradiction. -/
 149  not_obviously_false : ¬(0 = 1)
 150  /-- All proofs in this file are terminal (no holes). -/
 151  rigorous_proofs_only : Bool
 152
 153/-- The RRF formalization is internally consistent. -/

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (7)

Lean names referenced from this declaration's body.