theorem
proved
term proof
mathlibNNOCert_holds
show as:
view Lean formalization →
formal statement (Lean)
48theorem mathlibNNOCert_holds : MathlibNNOCert :=
proof body
Term-mode proof.
49{ exists_rec := logicNat_has_type_NNO_universal_property
50 unique_rec := logicNat_NNO_uniqueness }
51
52end
53
54end IndisputableMonolith.Foundation.UniversalForcing.Strict.MathlibNNO