def
definition
def or abbrev
metaTheoremCountCert
show as:
view Lean formalization →
formal statement (Lean)
77def metaTheoremCountCert : MetaTheoremCountCert where
78 count := count_eq
proof body
Definition body.
79 count_is_cube := count_is_D_cubed
80 patterns_covered := patterns_match_D
81 count_in_spectrum_range := count_in_spectrum
82
83end IndisputableMonolith.CrossDomain.MetaTheoremCount