theorem
proved
term proof
categoricalMathlibCert_holds
show as:
view Lean formalization →
formal statement (Lean)
112theorem categoricalMathlibCert_holds : CategoricalMathlibCert :=
proof body
Term-mode proof.
113{ recursor_zero_eq := @recursor_zero
114 recursor_succ_eq := @recursor_succ
115 universal_existence := @nno_universal_existence
116 universal_uniqueness := @nno_universal_uniqueness }
117
118end
119
120end IndisputableMonolith.Foundation.UniversalForcing.Strict.CategoricalMathlib